@keeper-security/keeper-js-ui 0.26.0 → 0.28.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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.28.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.27.0...v0.28.0) (2026-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * **Dialog:** add container prop, remove DialogPortal and DialogOverlay ([#611](https://github.com/Keeper-Security/keeper-js-ui/issues/611)) ([0f8df48](https://github.com/Keeper-Security/keeper-js-ui/commit/0f8df48bf2dbe93c08f51fa665ca8320c11289eb))
9
+ * **DropdownMenu:** add container prop, remove DropdownMenuPortal ([#612](https://github.com/Keeper-Security/keeper-js-ui/issues/612)) ([da61771](https://github.com/Keeper-Security/keeper-js-ui/commit/da61771eb0a7e48f2f1f5077f6a4f84abb4e4bc4))
10
+ * **PopoverContent:** add container prop and clean up portal ([#613](https://github.com/Keeper-Security/keeper-js-ui/issues/613)) ([2bef093](https://github.com/Keeper-Security/keeper-js-ui/commit/2bef09370755c88144946ac38fae78c419ce5084))
11
+
12
+ ## [0.27.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.26.0...v0.27.0) (2026-06-15)
13
+
14
+
15
+ ### Features
16
+
17
+ * **SelectContent:** add container prop ([#606](https://github.com/Keeper-Security/keeper-js-ui/issues/606)) ([9885d3c](https://github.com/Keeper-Security/keeper-js-ui/commit/9885d3c402ff8c42515cc494602473e3f2bf6256))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Input:** use placeholder CSS variable for placeholder color ([#604](https://github.com/Keeper-Security/keeper-js-ui/issues/604)) ([a9ff0b2](https://github.com/Keeper-Security/keeper-js-ui/commit/a9ff0b264512e963428786ac3a17ee7822e0ae2a))
23
+
3
24
  ## [0.26.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.25.2...v0.26.0) (2026-06-09)
4
25
 
5
26