@axinom/mosaic-ui 0.22.0-rc.8 → 0.22.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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.22.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.21.0&targetVersion=GT@axinom/mosaic-ui@0.22.0) (2022-09-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * additional e2e testing tags to ui lib ([7bb7244](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7bb7244672ce944b1c8f5394b894aefc5b8aff86)), closes [#36587](https://dev.azure.com/axinom/CMS/_workitems/edit/36587)
12
+ * on add transform data in dynamic data list ([b4bd012](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b4bd01274f59a5c54c62ea32e5f03bb552a3b4f5))
13
+ * onAddTransformer for dynamic data list columns ([92783b9](https://dev.azure.com/axinom/CMS/_git/Navy/commit/92783b9b4811ca40c86547d64982e80ce3c17a5e))
14
+ * option to disable persitant filters and sorting in explorer ([5d367f2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5d367f238a39f0c80d7e0a4a6c581b979fa8bf21))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * aligning styles for disabled state ([91a194f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/91a194f6905a3837e0e3cbce5fd1decdde712385))
20
+
21
+
22
+
6
23
  ## [0.21.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.20.0&targetVersion=GT@axinom/mosaic-ui@0.21.0) (2022-09-13)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.22.0-rc.8",
3
+ "version": "0.22.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.16-rc.8",
34
+ "@axinom/mosaic-core": "^0.1.16",
35
35
  "@faker-js/faker": "^7.4.0",
36
36
  "@popperjs/core": "^2.9.2",
37
37
  "clsx": "^1.1.0",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "ed12253efa713840de84c8cb0a1595fa6e6204d1"
91
+ "gitHead": "7a90fadcafce427358bb970fbcd48dc586bd969e"
92
92
  }