@axinom/mosaic-ui 0.16.0-rc.9 → 0.16.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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.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
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* ui-lib data-test-id tags for e2e testing ([6f7c748](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6f7c748f74110543f67bb12e8aeeb28aea8684fc)), closes [#35795](https://dev.azure.com/axinom/CMS/_workitems/edit/35795)
|
|
12
|
+
* **ui:** add custom tags value on blur ([042410c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/042410c12c4fa4653eadd8a57ee88779906eee57))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* pr fixes ([9e71d60](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9e71d605dbb3101b1a9af98d0eac651ea486cd2e))
|
|
18
|
+
* removing horizontal scrolling on media details ([cdfd84e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/cdfd84e88e19ddccea90874c7465829aca25bf85))
|
|
19
|
+
* **ui:** generate link inside ListRow ([b05701b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b05701b2786217dbcf97cf14ae86d8e23fcaa8a6))
|
|
20
|
+
* **ui:** link styling and navigation path ([35ea3a5](https://dev.azure.com/axinom/CMS/_git/Navy/commit/35ea3a5cce08984c100f9fd45d403fb32eec083c))
|
|
21
|
+
* **ui:** white spaces not resetting input ([b85432a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b85432a497598fb10f25a519a20260ed14691d49))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
### [0.15.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.15.1&targetVersion=GT@axinom/mosaic-ui@0.15.2) (2022-06-07)
|
|
7
26
|
|
|
8
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-ui",
|
|
3
|
-
"version": "0.16.0
|
|
3
|
+
"version": "0.16.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.10
|
|
34
|
+
"@axinom/mosaic-core": "^0.1.10",
|
|
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": "
|
|
90
|
+
"gitHead": "3364523e895740e5f8ee1eaa319977df90f2ec56"
|
|
91
91
|
}
|