@eightshift/frontend-libs-tailwind 2.0.7 → 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,6 +6,14 @@ 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
+
9
17
  ## [2.0.7]
10
18
 
11
19
  ### Added
@@ -248,6 +256,7 @@ Co-authored with @piqusy
248
256
  - Initial release.
249
257
 
250
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
251
260
  [2.0.7]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.6...2.0.7
252
261
  [2.0.6]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.5...2.0.6
253
262
  [2.0.5]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.4...2.0.5