@eightshift/frontend-libs-tailwind 2.0.6 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,7 +6,21 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
6
6
 
7
7
  ---
8
8
 
9
+ ## [2.1.0]
10
+
11
+ ### Changed
12
+
13
+ - New design for Media and File pickers.
14
+ - `ManageFileButton` now has a prop passthrough for the button inside (`buttonProps`).
15
+ - Updated dependencies.
16
+
17
+ ## [2.0.7]
18
+
19
+ ### Added
20
+ - Output block/component title in `tailwindClasses` if WP_DEBUG is true. Depends on Eightshift Libs v10.11.2 `addEditorBodyDebugClass` method.
21
+
9
22
  ## [2.0.6]
23
+
10
24
  ### Changed
11
25
  - Updated dependencies.
12
26
  - Package will now use your project's version of ES UI components, instead of bundling one. `peerDependencies` should automatically install it, if not please install `@eightshift/ui-components` yourself.
@@ -242,6 +256,8 @@ Co-authored with @piqusy
242
256
  - Initial release.
243
257
 
244
258
  [Unreleased]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/master...HEAD
259
+ [2.1.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.7...2.1.0
260
+ [2.0.7]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.6...2.0.7
245
261
  [2.0.6]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.5...2.0.6
246
262
  [2.0.5]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.4...2.0.5
247
263
  [2.0.4]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.3...2.0.4