@pingux/astro 1.17.0-alpha.8 → 1.18.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
@@ -3,6 +3,44 @@
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
+ # [1.18.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.17.0...@pingux/astro@1.18.0) (2022-06-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5424] CollapsiblePanel focus and visual defects ([86e5bff](https://gitlab.corp.pingidentity.com/ux/pingux/commit/86e5bff440e1e7cb2c640ea32d9cc2f78bd26e7d))
12
+ * [UIP-5461] OverlayPanel UI Descrepencies ([6d379e7](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6d379e7aa79693eef5f41759f8f6c24e566c5699))
13
+ * [UIP-5477] Updating z-index for RockerButtonGroup Accessibility border ([ab0e65c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ab0e65c18c984ccf2aede4b5c8ec501ff6129025))
14
+ * [UIP-5478] use FocusRing component instead of useFocusRing hook ([594a564](https://gitlab.corp.pingidentity.com/ux/pingux/commit/594a564bb4ebe5591adc434518988f7f68d1ee62))
15
+ * [UIP-5496] Button and link fix focus tests ([63a3d1a](https://gitlab.corp.pingidentity.com/ux/pingux/commit/63a3d1aaf1f96837b4d02114ae6daf188598213f))
16
+
17
+
18
+ ### Features
19
+
20
+ * [UIP-5491] inline primary button variant ([ee8d395](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ee8d395ff103f7821da377038637fd3cee17c049))
21
+ * [UIP-5495] ColorField focus ([032b98c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/032b98c3bdc4ee34df50dd3deb51a57666d1a3cf))
22
+
23
+
24
+
25
+
26
+
27
+ # [1.17.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.16.0...@pingux/astro@1.17.0) (2022-06-09)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * [UIP-5369] added alt text prop and test form image component ([90cf618](https://gitlab.corp.pingidentity.com/ux/pingux/commit/90cf6187db00ca9b160e0548732a1eee5794f3e2))
33
+ * [UIP-5429] field direction multi values field ([1b18908](https://gitlab.corp.pingidentity.com/ux/pingux/commit/1b18908243815ba44d67c9d0ea2534364905ce41))
34
+
35
+
36
+ ### Features
37
+
38
+ * [UIP-5479] ComboBoxField Add Option ([925f524](https://gitlab.corp.pingidentity.com/ux/pingux/commit/925f524f0c9849959930026e4ac9043b60a9246c))
39
+
40
+
41
+
42
+
43
+
6
44
  # [1.16.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.15.0...@pingux/astro@1.16.0) (2022-06-08)
7
45
 
8
46