Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HydePHP v1.2.0 - 2023-06-22 #1379

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo

<!-- CHANGELOG_START -->

## [v1.2.0](https://github.com/hydephp/develop/releases/tag/v1.2.0) - 2023-06-22
### Added
- Added Markdown configuration option for the Tailwind prose classes in https://github.com/hydephp/develop/pull/1357
- Added `prose-img:inline` to bundled TailwindCSS classes in https://github.com/hydephp/develop/pull/1359

### Changed
- Internal: Decoupled the monorepo `composer.json` settings in https://github.com/hydephp/develop/pull/1361
- Changed HydePage return types to static in https://github.com/hydephp/develop/pull/1371
### Removed
- Removed the Tailwind safelist from the hyde/hyde package (as it is not required there) in https://github.com/hydephp/develop/pull/1362

### Fixed
- Fixed two improper method type annotations in the `FrontMatter` class in https://github.com/hydephp/develop/pull/1369


## [v1.1.0](https://github.com/hydephp/develop/releases/tag/v1.1.0) - 2023-03-22

### About
Expand Down
10 changes: 4 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ This serves two purposes:
2. At release time, you can move the Unreleased section changes into a new release version section.

### Added
- Added Markdown configuration option for the Tailwind prose classes in https://github.com/hydephp/develop/pull/1357
- Added `prose-img:inline` to bundled TailwindCSS classes in https://github.com/hydephp/develop/pull/1359
- for new features.

### Changed
- Internal: Decoupled the monorepo `composer.json` settings in https://github.com/hydephp/develop/pull/1361
- Changed HydePage return types to static in https://github.com/hydephp/develop/pull/1371
- for changes in existing functionality.

### Deprecated
- for soon-to-be removed features.

### Removed
- Removed the Tailwind safelist from the hyde/hyde package (as it is not required there) in https://github.com/hydephp/develop/pull/1362
- for now removed features.

### Fixed
- Fixed two improper method type annotations in the `FrontMatter` class in https://github.com/hydephp/develop/pull/1369
- for any bug fixes.

### Security
- in case of vulnerabilities.