Skip to content

Conversation

@emmadesilva
Copy link
Member

Removed various @experimental comments and annotations from documentation, configuration, and source files to reflect stabilization of features and APIs. Updated documentation to indicate 'basic' rather than 'experimental' support for Blade front matter. No functional code changes were made. This is because either these changes are now stable after being experimental for a while, or because we are committing to them for the v2 release.

@emmadesilva emmadesilva temporarily deployed to pr-documentation-2313 September 30, 2025 09:29 — with GitHub Actions Inactive
Removed various @experimental comments and annotations from documentation, configuration, and source files to reflect stabilization of features and APIs. Updated documentation to indicate 'basic' rather than 'experimental' support for Blade front matter. No functional code changes were made.
@codecov
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (240ab49) to head (3de5efd).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master     #2313   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2000      2000           
===========================================
  Files            197       197           
  Lines           5174      5174           
===========================================
  Hits            5174      5174           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@emmadesilva emmadesilva requested a review from Copilot September 30, 2025 09:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes experimental annotations from various components throughout the HydePHP codebase to reflect the stabilization of features and APIs for the v2 release. The changes focus on cleaning up documentation and comments rather than modifying functional code.

  • Removed @experimental annotations from helper methods, classes, and configuration options
  • Updated documentation to describe Blade front matter support as 'basic' instead of 'experimental'
  • Cleaned up configuration file comments to remove experimental labeling

Reviewed Changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/testing/src/FluentTestingHelpers.php Removed experimental annotations from dd() and formatArray() helper methods
packages/realtime-compiler/src/ConsoleOutput.php Removed experimental annotation from printMessage() method
packages/realtime-compiler/src/Console/Commands/ServeCommand.php Removed experimental warning from isPortAvailable() method
packages/framework/src/Support/Models/RouteKey.php Removed experimental annotation from stripPrefixIfNeeded() method
packages/framework/src/Support/Internal/RouteListItem.php Removed experimental comment about typeLabel macro
packages/framework/src/Framework/Features/Navigation/NavigationMenuGenerator.php Removed experimental class-level annotation
packages/framework/src/Framework/Features/Navigation/NavigationGroup.php Removed experimental annotation from normalizeGroupKey() method
packages/framework/src/Framework/Exceptions/ParseException.php Removed experimental class-level annotation
packages/framework/src/Framework/Exceptions/InvalidConfigurationException.php Removed experimental annotation from try() method
packages/framework/src/Framework/Concerns/RegistersFileLocations.php Removed experimental comment about kebab-case class name support
packages/framework/src/Facades/Config.php Simplified experimental comment for getNullableString() method
monorepo/gh-pages/gh-pages-config/config/hyde.php Updated configuration comments to remove experimental labeling
monorepo/gh-pages/gh-pages-config-dev-docs/config/hyde.php Updated configuration comments to remove experimental labeling
docs/getting-started/front-matter.md Changed Blade front matter support description from 'experimental' to 'basic'
docs/getting-started/core-concepts.md Changed Blade front matter support description from 'experimental' to 'basic'

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@emmadesilva emmadesilva merged commit eb6d676 into master Sep 30, 2025
21 checks passed
@emmadesilva emmadesilva deleted the remove-experimental-markers branch September 30, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants