Skip to content

Commit da31d15

Browse files
authored
Merge pull request #1379 from hydephp/version-1.2
Version v1.2.0
2 parents 5f7621a + 142c37f commit da31d15

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo
1717

1818
<!-- CHANGELOG_START -->
1919

20+
## [v1.2.0](https://github.com/hydephp/develop/releases/tag/v1.2.0) - 2023-06-22
21+
### Added
22+
- Added Markdown configuration option for the Tailwind prose classes in https://github.com/hydephp/develop/pull/1357
23+
- Added `prose-img:inline` to bundled TailwindCSS classes in https://github.com/hydephp/develop/pull/1359
24+
25+
### Changed
26+
- Internal: Decoupled the monorepo `composer.json` settings in https://github.com/hydephp/develop/pull/1361
27+
- Changed HydePage return types to static in https://github.com/hydephp/develop/pull/1371
28+
### Removed
29+
- Removed the Tailwind safelist from the hyde/hyde package (as it is not required there) in https://github.com/hydephp/develop/pull/1362
30+
31+
### Fixed
32+
- Fixed two improper method type annotations in the `FrontMatter` class in https://github.com/hydephp/develop/pull/1369
33+
34+
2035
## [v1.1.0](https://github.com/hydephp/develop/releases/tag/v1.1.0) - 2023-03-22
2136

2237
### About

RELEASE_NOTES.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@ This serves two purposes:
1010
2. At release time, you can move the Unreleased section changes into a new release version section.
1111

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

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

2018
### Deprecated
2119
- for soon-to-be removed features.
2220

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

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

2927
### Security
3028
- in case of vulnerabilities.

0 commit comments

Comments
 (0)