@axinom/mosaic-ui 0.17.0-rc.7 → 0.17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [0.17.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.16.0&targetVersion=GT@axinom/mosaic-ui@0.17.0) (2022-07-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * :bug: remove trailing separator on Dynamic Data List header ([320f728](https://dev.azure.com/axinom/CMS/_git/Navy/commit/320f728b069714072109af32a85e73bfc83506fc)), closes [#36070](https://dev.azure.com/axinom/CMS/_workitems/edit/36070)
12
+ * explorer select all enabled with empty data ([2dffb60](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2dffb60fb667da91e80a6527035d22c6732d4ed7))
13
+ * prevent the Explorer component to duplicate data when sorting is changed in quick succession ([ddf933e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ddf933e082da645ae8a8f508e5aa78d6e30c060f))
14
+ * ToggleButton example ([c5976d0](https://dev.azure.com/axinom/CMS/_git/Navy/commit/c5976d0ef64de7beb0cdabd592fba6256a87665c))
15
+
16
+
17
+
6
18
  ## [0.16.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.15.2&targetVersion=GT@axinom/mosaic-ui@0.16.0) (2022-06-21)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.17.0-rc.7",
3
+ "version": "0.17.0",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -31,7 +31,7 @@
31
31
  "build-storybook": "build-storybook -s ./.storybook/static"
32
32
  },
33
33
  "dependencies": {
34
- "@axinom/mosaic-core": "^0.1.11-rc.7",
34
+ "@axinom/mosaic-core": "^0.1.11",
35
35
  "@popperjs/core": "^2.9.2",
36
36
  "clsx": "^1.1.0",
37
37
  "lodash": "^4.17.15",
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "35e15acfb0c94549e238cf21eaca764ee742c033"
90
+ "gitHead": "b76de50338cd728892361279f0a33141e5f8b8c6"
91
91
  }