@keeper-security/keeper-js-ui 0.19.0 → 0.20.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
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.20.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.19.1...v0.20.0) (2026-03-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Typography ([#479](https://github.com/Keeper-Security/keeper-js-ui/issues/479)) ([fa5a389](https://github.com/Keeper-Security/keeper-js-ui/commit/fa5a389cca38398fc2edae271e936b961c67a0a3))
9
+ * **Typography:** add lineClamp to truncate number of wrapping rows ([#481](https://github.com/Keeper-Security/keeper-js-ui/issues/481)) ([33245ce](https://github.com/Keeper-Security/keeper-js-ui/commit/33245ce8f5e709b8669fe8004097e3463ae658c2))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **IconButton:** make all classNames pass through ([#482](https://github.com/Keeper-Security/keeper-js-ui/issues/482)) ([c058bda](https://github.com/Keeper-Security/keeper-js-ui/commit/c058bda7fb3b6a3f8b8b8b4321f52db779fb1a1b))
15
+
16
+ ## [0.19.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.19.0...v0.19.1) (2026-03-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **Icon:** flatten more logo icons ([#475](https://github.com/Keeper-Security/keeper-js-ui/issues/475)) ([1bcc442](https://github.com/Keeper-Security/keeper-js-ui/commit/1bcc442758d8193ccf95e32e71ff407df76ad03e)), closes [#474](https://github.com/Keeper-Security/keeper-js-ui/issues/474)
22
+
3
23
  ## [0.19.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.18.2...v0.19.0) (2026-03-05)
4
24
 
5
25