2023-11-28 20:23:08 +00:00
|
|
|
# Changelog
|
2023-03-10 14:58:02 +00:00
|
|
|
|
|
|
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
2023-11-28 20:23:08 +00:00
|
|
|
|
2024-04-12 13:52:36 +00:00
|
|
|
## [1.1.0](https://www.npmjs.com/package/@woocommerce/admin-layout/v/1.1.0) - 2024-04-12
|
|
|
|
|
|
|
|
- Patch - Corrected build configuration for packages that weren't outputting minified code. [#43716]
|
|
|
|
- Minor - Add useAdminSidebarWidth hook [#44132]
|
|
|
|
- Patch - bump php version in packages/js/*/composer.json [#42020]
|
|
|
|
- Patch - Add missing dev dependency - rimraf [#41784]
|
|
|
|
|
2023-11-28 20:23:08 +00:00
|
|
|
## [1.0.0](https://www.npmjs.com/package/@woocommerce/admin-layout/v/1.0.0) - 2023-11-28
|
|
|
|
|
2023-11-29 18:00:23 +00:00
|
|
|
- Patch - Update dependencies.
|
2024-04-12 13:52:36 +00:00
|
|
|
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
|
|
|
|
- Patch - Update webpack config to use @woocommerce/internal-style-build's parser config [#37195]
|
2023-11-28 20:23:08 +00:00
|
|
|
- Minor - Adding LayoutContext component and hook. [#37720]
|
|
|
|
- Minor - Adding support for modifying fill name to WooHeaderItem. [#37255]
|
|
|
|
- Minor - Create @woocommerce/admin-layout package to house header, footer, and similar components and utilities. [#37094]
|
|
|
|
- Minor - Upgrade TypeScript to 5.1.6 [#39531]
|
|
|
|
|
|
|
|
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/admin-layout/CHANGELOG.md).
|