summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md')
-rw-r--r--plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md b/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md
new file mode 100644
index 00000000..651b55c5
--- /dev/null
+++ b/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md
@@ -0,0 +1,38 @@
+# 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).
+
+## [0.3.0] - 2022-04-26
+### Added
+- Add functions for enqueueing fonts used in block and global style settings
+
+### Changed
+- Updated package dependencies.
+- Update package.json metadata.
+
+## [0.2.2] - 2022-04-06
+### Added
+- Set composer package type to "jetpack-library" so i18n will work.
+
+## [0.2.1] - 2022-03-29
+### Added
+- Set composer package type to "jetpack-library" so i18n will work.
+
+## [0.2.0] - 2022-03-15
+### Changed
+- Updated package dependencies
+
+### Deprecated
+- Google Fonts: update the method used to preconnect Fonts source domain.
+
+## 0.1.0 - 2022-03-08
+### Added
+- Adds a provider for Google Fonts using the new Webfonts API in Gutenberg
+
+[0.3.0]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.2.2...v0.3.0
+[0.2.2]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.2.1...v0.2.2
+[0.2.1]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.2.0...v0.2.1
+[0.2.0]: https://github.com/Automattic/jetpack-google-fonts-provider/compare/v0.1.0...v0.2.0