@axinom/mosaic-ui 0.15.0-rc.2 → 0.15.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 +21 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
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.15.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.12.0&targetVersion=GT@axinom/mosaic-ui@0.15.0) (2022-05-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* allow specifying explicit sorting enum keys for columns ([4557349](https://dev.azure.com/axinom/CMS/_git/Navy/commit/45573497cc9a048a62d978323f752d1ba1216bbd)), closes [#34941](https://dev.azure.com/axinom/CMS/_workitems/edit/34941)
|
|
12
|
+
* inline menu background option added ([82dd31f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/82dd31fbb9c441ce0151326f06c277efd1ab99e9))
|
|
13
|
+
* it is now possible to disable Action buttons ([b392e9d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b392e9d5e73a886bdb2925ad6dcaeba283c29d9d)), closes [#33884](https://dev.azure.com/axinom/CMS/_workitems/edit/33884)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* accordion margins adjustments ([124110f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/124110fe5425aef8a20566b335999d0110ab2c1c))
|
|
19
|
+
* add tooltip to page header subtitle ([835338f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/835338f2c1fa76e34e5f2f15e6c75759b1bfd407))
|
|
20
|
+
* catch errors on form stations more reliable ([8fb4bd1](https://dev.azure.com/axinom/CMS/_git/Navy/commit/8fb4bd1e278ee94f6533270722b3dd046b220aef))
|
|
21
|
+
* file upload button style ([c977953](https://dev.azure.com/axinom/CMS/_git/Navy/commit/c97795355fcae6dcbb05b4b8eb807ec3a8f2815d))
|
|
22
|
+
* fixing permanent horizontal scrolling ([1823a09](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1823a091aa0e57cbf780a6c29f1177bdfe397bf3))
|
|
23
|
+
* hide content of create stations if proceed is disabled ([68ae2f9](https://dev.azure.com/axinom/CMS/_git/Navy/commit/68ae2f9d108e8466622b9d78602fcdc6ffa823cc))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [0.14.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.12.0&targetVersion=GT@axinom/mosaic-ui@0.14.0) (2022-04-28)
|
|
7
28
|
|
|
8
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-ui",
|
|
3
|
-
"version": "0.15.0
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "UI components for building Axinom Mosaic applications",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"build-storybook": "build-storybook -s ./.storybook/static"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@axinom/mosaic-core": "^0.1.7
|
|
36
|
+
"@axinom/mosaic-core": "^0.1.7",
|
|
37
37
|
"@popperjs/core": "^2.9.2",
|
|
38
38
|
"clsx": "^1.1.0",
|
|
39
39
|
"lodash": "^4.17.15",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "55384231cbfa5112022fed2aaa3148c74f739895"
|
|
94
94
|
}
|