@pingux/astro 2.1.0-alpha.1 → 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 +21 -0
- package/NOTICE.html +12399 -0
- package/lib/cjs/recipes/LinkedListView.stories.js +5 -27
- package/lib/recipes/LinkedListView.stories.js +5 -27
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,27 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [2.1.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.0.5...@pingux/astro@2.1.0) (2023-04-25)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* [UIP-5979] Conditional Filter Story Updates ([8e55ca9](https://gitlab.corp.pingidentity.com/ux/pingux/commit/8e55ca9367d2cd0df7968a2a7727daabc5b64501))
|
12
|
+
* [UIP-6224] Astro OverlayPanel fix transition css ([51de926](https://gitlab.corp.pingidentity.com/ux/pingux/commit/51de926d59a92b9656e0e19725957ab5d007252f))
|
13
|
+
* [UIP-6238] link to example for useModalState hook ([dd1e57c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/dd1e57c096f864d39497ac9dc606fdb6f2473956))
|
14
|
+
* [UIP-6240] HelpHint: fix pressed style ([ee67a2c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ee67a2c31f76512ec46a0b8344c1c37db38bcbca))
|
15
|
+
* [UIP-6246] Astro Combobox Blur Fixes ([99972bc](https://gitlab.corp.pingidentity.com/ux/pingux/commit/99972bc79b2598539fc11e7d246d3ad28577b658))
|
16
|
+
* [UIP-6259] ListViewItem: use linkedViewContainer variant ([5a177a8](https://gitlab.corp.pingidentity.com/ux/pingux/commit/5a177a86c4d4893006dab798c8c8a4fb97b93464))
|
17
|
+
|
18
|
+
|
19
|
+
### Features
|
20
|
+
|
21
|
+
* [UIP-5986] change focus indicator for inputs ([5bf69e2](https://gitlab.corp.pingidentity.com/ux/pingux/commit/5bf69e2aa0477fe09ccd42437a2e5022ffc2c923))
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
6
27
|
## [2.0.5](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.0.4...@pingux/astro@2.0.5) (2023-04-18)
|
7
28
|
|
8
29
|
**Note:** Version bump only for package @pingux/astro
|