@axinom/mosaic-ui 0.20.0-rc.3 → 0.20.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 +17 -0
- 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.20.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.19.0&targetVersion=GT@axinom/mosaic-ui@0.20.0) (2022-08-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* disable actions while submitting option for FormStation ([21afe7a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/21afe7aaaa90dbc2175c2c4a1c5b6115a830c794))
|
|
12
|
+
* disable all form actions while form is submitting ([be4afec](https://dev.azure.com/axinom/CMS/_git/Navy/commit/be4afec975d51076b092d4832a383ad75734ad84))
|
|
13
|
+
* faker dependency updated ([5de5dee](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5de5dee1f8dc26b299a73cbd8a79eaa30003a9bd)), closes [#36059](https://dev.azure.com/axinom/CMS/_workitems/edit/36059)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* Create Station multiple submits on double click ([192976e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/192976ebd25869e2f868b7cf49eb5a47452d758e))
|
|
19
|
+
* forms submitting twice when double clicking on breadcrumbs ([a72ad21](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a72ad21430c1fc21580910861ae65265fff6fc09))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [0.19.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.18.0&targetVersion=GT@axinom/mosaic-ui@0.19.0) (2022-08-16)
|
|
7
24
|
|
|
8
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-ui",
|
|
3
|
-
"version": "0.20.0
|
|
3
|
+
"version": "0.20.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.14
|
|
34
|
+
"@axinom/mosaic-core": "^0.1.14",
|
|
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": "
|
|
91
|
+
"gitHead": "50344ba1640d71e9882c2d21dd89858109acee60"
|
|
92
92
|
}
|