Skip to content

Commit

Permalink
Merge pull request #1379 from hydephp/version-1.2
Browse files Browse the repository at this point in the history
Version v1.2.0
  • Loading branch information
caendesilva authored Jun 22, 2023
2 parents 5f7621a + 142c37f commit da31d15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
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.

0 comments on commit da31d15

Please sign in to comment.