@keeper-security/keeper-js-ui 0.14.0 → 0.16.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,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.16.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.15.0...v0.16.0) (2025-12-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * **DropdownMenuItemText:** make available to library ([#376](https://github.com/Keeper-Security/keeper-js-ui/issues/376)) ([422464e](https://github.com/Keeper-Security/keeper-js-ui/commit/422464eb0e85e63c4a01eaee6ccac3835173b2c0))
9
+ * **Icon:** add xs size to Icon options ([#361](https://github.com/Keeper-Security/keeper-js-ui/issues/361)) ([b65270a](https://github.com/Keeper-Security/keeper-js-ui/commit/b65270ab815ec9c98833798d4cfda5640bd62050))
10
+
11
+ ## [0.15.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.14.0...v0.15.0) (2025-11-04)
12
+
13
+
14
+ ### Features
15
+
16
+ * **AvatarStatus:** default state is set to inactive, not active ([#343](https://github.com/Keeper-Security/keeper-js-ui/issues/343)) ([2819990](https://github.com/Keeper-Security/keeper-js-ui/commit/28199907f7d012fe6e272a1d0a3b224ca1e84cfc))
17
+ * **Dialog:** remove default Close X ([#355](https://github.com/Keeper-Security/keeper-js-ui/issues/355)) ([eb68d05](https://github.com/Keeper-Security/keeper-js-ui/commit/eb68d05887eefb1606d4eff6a3ae4054ec2adbc3))
18
+ * **Icons:** add DragHandleIcon ([#332](https://github.com/Keeper-Security/keeper-js-ui/issues/332)) ([6028603](https://github.com/Keeper-Security/keeper-js-ui/commit/6028603b31e4aac668ddc516b4934eff881bef36)), closes [#330](https://github.com/Keeper-Security/keeper-js-ui/issues/330)
19
+ * **List:** add Avatar compatibility ([#345](https://github.com/Keeper-Security/keeper-js-ui/issues/345)) ([81e8b20](https://github.com/Keeper-Security/keeper-js-ui/commit/81e8b20124a187ff7dbd29346c8ec225410aa743))
20
+ * **TooltipContent:** reset offset back to 0 ([#344](https://github.com/Keeper-Security/keeper-js-ui/issues/344)) ([ffd89e1](https://github.com/Keeper-Security/keeper-js-ui/commit/ffd89e1d852889e6372fa3ed6299cbecd71bf504))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **AvatarFallback:** select color using full value, not 2-letter initials ([#340](https://github.com/Keeper-Security/keeper-js-ui/issues/340)) ([ca4e257](https://github.com/Keeper-Security/keeper-js-ui/commit/ca4e2579bfa198caa1b48fb6bb66ba54ac7be685))
26
+ * **AvatarStatus:** use RTL-friendly positioning ([#341](https://github.com/Keeper-Security/keeper-js-ui/issues/341)) ([e595c1b](https://github.com/Keeper-Security/keeper-js-ui/commit/e595c1b62907f02fa6fd40113fec75bcd705a419))
27
+ * **build:** remove optionalDependencies to fix MPL reference ([#347](https://github.com/Keeper-Security/keeper-js-ui/issues/347)) ([6ebf2e7](https://github.com/Keeper-Security/keeper-js-ui/commit/6ebf2e7d5d11e15314f9e6d258c2d104e07c59dc))
28
+ * **Button:** move avatar rules so they don't get overwritten ([#342](https://github.com/Keeper-Security/keeper-js-ui/issues/342)) ([788a154](https://github.com/Keeper-Security/keeper-js-ui/commit/788a1545bc14b131d34782db3a07750d0b4c3185))
29
+ * **TypeScript:** fix dist/index.es.d.ts invalid path error ([#331](https://github.com/Keeper-Security/keeper-js-ui/issues/331)) ([ff1f790](https://github.com/Keeper-Security/keeper-js-ui/commit/ff1f79078fc06c15e08385a2576b0552016e84e7))
30
+
3
31
  ## [0.14.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.13.0...v0.14.0) (2025-09-05)
4
32
 
5
33