@pingux/astro 2.0.4-alpha.3 → 2.0.4

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/NOTICE.html +12399 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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.0.4](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.0.3...@pingux/astro@2.0.4) (2023-04-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-6041]: LinkedListView: incorrect hover state ([72c2ff5](https://gitlab.corp.pingidentity.com/ux/pingux/commit/72c2ff553040d26e2d781622a5d063f371318482))
12
+ * [UIP-6177] hovering over when scrolling in Listview for Firefox ([a9e3bbb](https://gitlab.corp.pingidentity.com/ux/pingux/commit/a9e3bbb01b091a253921c164a5eac953bf249dc0))
13
+ * [UIP-6185] Add aria label to MultiValuesField list options and TooltipTrigger ([ad15d45](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ad15d45820734c178b3de8f3962310fc714361e2))
14
+ * [UIP-6230] TrialExperienceNav: vertical line overlap ([eede2a7](https://gitlab.corp.pingidentity.com/ux/pingux/commit/eede2a79abdef3a5491781d55533fa6674d43045))
15
+ * [UIP-6231] Environment Breadcrumbs selection issues ([ae939f9](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ae939f96624cd8e8757700c465a9b071e80cd425))
16
+
17
+
18
+
19
+
20
+
6
21
  ## [2.0.3](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.0.2...@pingux/astro@2.0.3) (2023-04-11)
7
22
 
8
23