@axinom/mosaic-ui 0.13.0-rc.0 → 0.13.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.13.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.12.0&targetVersion=GT@axinom/mosaic-ui@0.13.0) (2022-04-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * inline menu background option added ([82dd31f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/82dd31fbb9c441ce0151326f06c277efd1ab99e9))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * accordion margins adjustments ([124110f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/124110fe5425aef8a20566b335999d0110ab2c1c))
17
+ * add tooltip to page header subtitle ([835338f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/835338f2c1fa76e34e5f2f15e6c75759b1bfd407))
18
+ * file upload button style ([c977953](https://dev.azure.com/axinom/CMS/_git/Navy/commit/c97795355fcae6dcbb05b4b8eb807ec3a8f2815d))
19
+ * fixing permanent horizontal scrolling ([1823a09](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1823a091aa0e57cbf780a6c29f1177bdfe397bf3))
20
+
21
+
22
+
6
23
  ## [0.12.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.11.1&targetVersion=GT@axinom/mosaic-ui@0.12.0) (2022-04-01)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.13.0-rc.0",
3
+ "version": "0.13.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.5-rc.4",
36
+ "@axinom/mosaic-core": "^0.1.5",
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": "c4c1f1591e8a734c3d8fbb5a6388416f2ff233a1"
93
+ "gitHead": "95a5cf75268322d31caafa8af489a6c884a3aca8"
94
94
  }