@pingux/astro 2.6.0-alpha.3 → 2.6.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 +20 -0
- package/NOTICE.html +12821 -0
- package/lib/cjs/components/MultivaluesField/MultivaluesField.js +49 -19
- package/lib/cjs/components/MultivaluesField/MultivaluesField.test.js +50 -0
- package/lib/components/MultivaluesField/MultivaluesField.js +49 -19
- package/lib/components/MultivaluesField/MultivaluesField.test.js +50 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,26 @@
|
|
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.6.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.5.7...@pingux/astro@2.6.0) (2023-07-04)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* [UIP-6188] Icon: add title prop to all icons and import them from @pingux/mdi-react package ([c66232c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/c66232cc069da1e2e5ea5ed87db041a3a90faf41))
|
12
|
+
* [UIP-6212] MultivaluesField black rectangle ([fe9fc1d](https://gitlab.corp.pingidentity.com/ux/pingux/commit/fe9fc1df7b411f05c559dd88e31d5edb01d06631))
|
13
|
+
* [UIP-6317] CollapsiblePanel: add aria-expanded ([e5b0fe7](https://gitlab.corp.pingidentity.com/ux/pingux/commit/e5b0fe7cc17074d1769034d321d2e6945b3b305f))
|
14
|
+
* [UIP-6325] Remove zero in DatePickerField when localized ([bd43f5a](https://gitlab.corp.pingidentity.com/ux/pingux/commit/bd43f5a57d06394bb09df497a2c424c4739a3d77))
|
15
|
+
|
16
|
+
|
17
|
+
### Features
|
18
|
+
|
19
|
+
* [UIP-6327] default figma URLs for astro stories ([da65675](https://gitlab.corp.pingidentity.com/ux/pingux/commit/da656753ed7ff6750a46a03684a6f0a33c16758c))
|
20
|
+
* UIP-6354 removing deprecated recipes ([6a0b955](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6a0b9553e754bfdf25a73b7e82918f64011ce0b7))
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
6
26
|
## [2.5.7](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.5.6...@pingux/astro@2.5.7) (2023-06-27)
|
7
27
|
|
8
28
|
**Note:** Version bump only for package @pingux/astro
|