@procore/core-react 10.19.0-rc.18 → 10.19.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 +5 -5
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
|
+
# [10.19.0](https://github.com/procore/core/compare/v10.18.0...v10.19.0) (2021-11-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Modal, Panel, DetailPage, Section Spacing and Headings ([#9659](https://github.com/procore/core/issues/9659)) ([cd7976f](https://github.com/procore/core/commit/cd7976fcd819cbfc64e150af98fe7f3179411797))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* Box as ol, ul, li with browser reset ([#9433](https://github.com/procore/core/issues/9433)) ([ca11c21](https://github.com/procore/core/commit/ca11c213af35ba7eff9099579937bf246f7d4a1a))
|
|
17
|
+
* Content layout component ([#9590](https://github.com/procore/core/issues/9590)) ([3a43471](https://github.com/procore/core/commit/3a43471c4837dc19a1c2bc6e0b7fd969269e19fe))
|
|
18
|
+
* disabled menu items for tiered dropdown ([#9608](https://github.com/procore/core/issues/9608)) ([424e615](https://github.com/procore/core/commit/424e615d1c2ff87a040183bb585f838f4b47ebef))
|
|
19
|
+
* Release Title, Tile, Content, NextDetailPage ([#9662](https://github.com/procore/core/issues/9662)) ([a33ee99](https://github.com/procore/core/commit/a33ee9942cea831fc48d17640feffa9845f474e3))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [10.18.0](https://github.com/procore/core/compare/v10.17.0...v10.18.0) (2021-11-09)
|
|
7
26
|
|
|
8
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/core-react",
|
|
3
|
-
"version": "10.19.0
|
|
3
|
+
"version": "10.19.0",
|
|
4
4
|
"description": "JSX implementations for core-css",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"yup": "0.32.9"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@procore/core-css": "10.
|
|
104
|
-
"@procore/core-i18n-js": "10.
|
|
105
|
-
"@procore/core-icons": "10.
|
|
103
|
+
"@procore/core-css": "10.18.0",
|
|
104
|
+
"@procore/core-i18n-js": "10.18.0",
|
|
105
|
+
"@procore/core-icons": "10.18.0",
|
|
106
106
|
"@tinymce/tinymce-react": "3.12.6",
|
|
107
107
|
"axios": "0.22.0",
|
|
108
108
|
"classnames": "2.3.1",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"react-dom": ">=16.8.0 < 18",
|
|
126
126
|
"styled-components": ">= 5.1.1 < 6"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "34182777a00a908dddd19710022cd87157444bf7"
|
|
129
129
|
}
|