@pingux/astro 2.5.2-alpha.3 → 2.5.3-alpha.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,20 @@
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.5.2](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.5.1...@pingux/astro@2.5.2) (2023-06-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-6171] Remove date from DateField using delete key ([5fdc2df](https://gitlab.corp.pingidentity.com/ux/pingux/commit/5fdc2dfd732f6522063b61820028c3043870007f))
12
+ * [UIP-6297] Image: add alt to ComponentAsDefaultImage story ([3db0ead](https://gitlab.corp.pingidentity.com/ux/pingux/commit/3db0ead1f532346de6e5e997945b116331cde9d4))
13
+ * [UIP-6310] Astro Date Picker Fix Focus Style ([5b78e96](https://gitlab.corp.pingidentity.com/ux/pingux/commit/5b78e9691d21e7c42e385b487e4e1c0501fc976a))
14
+ * [UIP-6319] TooltipTriggert: add isNonModal prop ([a9b0a07](https://gitlab.corp.pingidentity.com/ux/pingux/commit/a9b0a074134d9992683ccbe0ef0efb5d5ca08d30))
15
+
16
+
17
+
18
+
19
+
6
20
  ## [2.5.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.5.0...@pingux/astro@2.5.1) (2023-05-30)
7
21
 
8
22
 
@@ -68,6 +68,9 @@ function useListLayout(state) {
68
68
  }
69
69
 
70
70
  /**
71
+ * The intention of ListView is that it be used together with ListItem. An update that
72
+ * demonstrates this is coming soon.
73
+ *
71
74
  * ListViews are used to display a list of items. Users can select,
72
75
  * view, or edit items in this list. This virtualized component supports
73
76
  * asynchronous data in infinitely scrollable lists.
@@ -55,6 +55,9 @@ export function useListLayout(state) {
55
55
  }
56
56
 
57
57
  /**
58
+ * The intention of ListView is that it be used together with ListItem. An update that
59
+ * demonstrates this is coming soon.
60
+ *
58
61
  * ListViews are used to display a list of items. Users can select,
59
62
  * view, or edit items in this list. This virtualized component supports
60
63
  * asynchronous data in infinitely scrollable lists.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.5.2-alpha.3",
3
+ "version": "2.5.3-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",