summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md')
-rw-r--r--plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md110
1 files changed, 110 insertions, 0 deletions
diff --git a/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md b/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md
new file mode 100644
index 00000000..83a23092
--- /dev/null
+++ b/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md
@@ -0,0 +1,110 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [1.4.9] - 2022-01-04
+### Changed
+- Switch to pcov for code coverage.
+- Updated package dependencies
+
+## [1.4.8] - 2021-12-14
+### Changed
+- Updated package dependencies.
+
+## [1.4.7] - 2021-11-23
+### Changed
+- Updated package dependencies
+
+## [1.4.6] - 2021-11-02
+### Changed
+- Set `convertDeprecationsToExceptions` true in PHPUnit config.
+- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
+
+## [1.4.5] - 2021-10-19
+### Changed
+- Updated package dependencies.
+
+## [1.4.4] - 2021-10-12
+### Changed
+- Updated package dependencies
+
+## [1.4.3] - 2021-09-28
+### Changed
+- Updated package dependencies.
+
+## [1.4.2] - 2021-08-31
+### Changed
+- Run composer update on test-php command instead of phpunit.
+- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
+- Update annotations versions.
+
+## [1.4.1] - 2021-06-29
+### Changed
+- Update docs to replace yarn with pnpm.
+
+## [1.4.0] - 2021-05-12
+### Added
+- Add helper method to determine if the current theme is an FSE/Site editor theme.
+- Adds an attribute to paid blocks to support hiding nested upgrade nudges on the frontend.
+
+### Changed
+- Updated package dependencies.
+
+## [1.3.0] - 2021-03-22
+### Added
+- Composer alias for dev-master, to improve dependencies
+- Enable GitHub action for auto-tagging releases from monorepo pushes.
+
+### Changed
+- Update package dependencies.
+
+### Fixed
+- Add editor style dependency when registering Jetpack blocks to ensure support for the new site editor.
+- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
+
+## [1.2.2] - 2021-02-05
+
+- CI: Make tests more generic
+
+## [1.2.1] - 2021-01-20
+
+- Add mirror-repo information to all current composer packages
+- Monorepo: Reorganize all projects
+
+## [1.2.0] - 2020-12-07
+
+- Pin dependencies
+- Packages: Update for PHP 8 testing
+
+## [1.1.1] - 2020-11-13
+
+- Codecoverage: fix reports
+- Updated PHPCS: Packages and Debugger
+
+## [1.1.0] - 2020-09-25
+
+- Blocks: add block registration to package
+
+## 1.0.0 - 2020-09-17
+
+- Blocks: introduce new package for block management
+
+[1.4.9]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.8...v1.4.9
+[1.4.8]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.7...v1.4.8
+[1.4.7]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.6...v1.4.7
+[1.4.6]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.5...v1.4.6
+[1.4.5]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.4...v1.4.5
+[1.4.4]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.3...v1.4.4
+[1.4.3]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.2...v1.4.3
+[1.4.2]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.1...v1.4.2
+[1.4.1]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.0...v1.4.1
+[1.4.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.3.0...v1.4.0
+[1.3.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.2.2...v1.3.0
+[1.2.2]: https://github.com/Automattic/jetpack-blocks/compare/v1.2.1...v1.2.2
+[1.2.1]: https://github.com/Automattic/jetpack-blocks/compare/v1.2.0...v1.2.1
+[1.2.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.1.1...v1.2.0
+[1.1.1]: https://github.com/Automattic/jetpack-blocks/compare/v1.1.0...v1.1.1
+[1.1.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.0.0...v1.1.0