summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md')
-rw-r--r--plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md84
1 files changed, 84 insertions, 0 deletions
diff --git a/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
index 422b57f5..5cd6b19c 100644
--- a/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
+++ b/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
@@ -5,6 +5,74 @@ 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.17.14] - 2022-05-18
+### Changed
+- Updated package dependencies [#24372]
+
+## [1.17.13] - 2022-05-10
+### Changed
+- Updated package dependencies. [#24302]
+
+## [1.17.12] - 2022-05-04
+### Added
+- Add missing JavaScript dependencies, and fix a test. [#24096]
+
+## [1.17.11] - 2022-04-26
+### Changed
+- Updated package dependencies.
+
+## [1.17.10] - 2022-04-19
+### Fixed
+- Assets: Defer the enqueued script instead of its translations
+
+## [1.17.9] - 2022-04-05
+### Changed
+- Updated package dependencies.
+
+## [1.17.8] - 2022-03-29
+### Changed
+- Updated package dependencies.
+
+## [1.17.7] - 2022-03-23
+### Changed
+- Updated package dependencies.
+
+## [1.17.6] - 2022-03-02
+### Changed
+- Updated package dependencies.
+
+## [1.17.5] - 2022-02-16
+### Changed
+- Updated package dependencies.
+
+## [1.17.4] - 2022-02-09
+### Changed
+- Updated package dependencies.
+
+## [1.17.3] - 2022-02-02
+### Fixed
+- Fixed minor coding standard violation.
+
+## [1.17.2] - 2022-02-01
+### Changed
+- Build: remove unneeded files from production build.
+
+## [1.17.1] - 2022-01-27
+### Changed
+- Updated package dependencies.
+
+## [1.17.0] - 2022-01-25
+### Added
+- Accept package path prefixes from jetpack-composer-plugin and use them when lazy-loading JS translations.
+- Generate the `wp-jp-i18n-loader` module needed by the new i18n-loader-webpack-plugin.
+
+### Deprecated
+- Deprecated the `wp-jp-i18n-state` module.
+
+## [1.16.2] - 2022-01-18
+### Fixed
+- Handle the case where `WP_LANG_DIR` is in `WP_CONTENT_DIR`, but `WP_CONTENT_DIR` is not in `ABSPATH`.
+
## [1.16.1] - 2022-01-05
### Fixed
- Don't issue a "doing it wrong" warning for registering aliases during plugin activation.
@@ -166,6 +234,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Statically access asset tools
+[1.17.14]: https://github.com/Automattic/jetpack-assets/compare/v1.17.13...v1.17.14
+[1.17.13]: https://github.com/Automattic/jetpack-assets/compare/v1.17.12...v1.17.13
+[1.17.12]: https://github.com/Automattic/jetpack-assets/compare/v1.17.11...v1.17.12
+[1.17.11]: https://github.com/Automattic/jetpack-assets/compare/v1.17.10...v1.17.11
+[1.17.10]: https://github.com/Automattic/jetpack-assets/compare/v1.17.9...v1.17.10
+[1.17.9]: https://github.com/Automattic/jetpack-assets/compare/v1.17.8...v1.17.9
+[1.17.8]: https://github.com/Automattic/jetpack-assets/compare/v1.17.7...v1.17.8
+[1.17.7]: https://github.com/Automattic/jetpack-assets/compare/v1.17.6...v1.17.7
+[1.17.6]: https://github.com/Automattic/jetpack-assets/compare/v1.17.5...v1.17.6
+[1.17.5]: https://github.com/Automattic/jetpack-assets/compare/v1.17.4...v1.17.5
+[1.17.4]: https://github.com/Automattic/jetpack-assets/compare/v1.17.3...v1.17.4
+[1.17.3]: https://github.com/Automattic/jetpack-assets/compare/v1.17.2...v1.17.3
+[1.17.2]: https://github.com/Automattic/jetpack-assets/compare/v1.17.1...v1.17.2
+[1.17.1]: https://github.com/Automattic/jetpack-assets/compare/v1.17.0...v1.17.1
+[1.17.0]: https://github.com/Automattic/jetpack-assets/compare/v1.16.2...v1.17.0
+[1.16.2]: https://github.com/Automattic/jetpack-assets/compare/v1.16.1...v1.16.2
[1.16.1]: https://github.com/Automattic/jetpack-assets/compare/v1.16.0...v1.16.1
[1.16.0]: https://github.com/Automattic/jetpack-assets/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/Automattic/jetpack-assets/compare/v1.14.0...v1.15.0