@procore/core-react 10.17.0-rc.68 → 10.17.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 +31 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,37 @@
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.17.0](https://github.com/procore/core/compare/v10.16.0...v10.17.0) (2021-10-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [FDN-1328] Fix docs build ([#9592](https://github.com/procore/core/issues/9592)) ([39ae28f](https://github.com/procore/core/commit/39ae28f9e1d3012d3e33990f5273a482bf6cae11))
12
+ * empty divs ([#9559](https://github.com/procore/core/issues/9559)) ([43d134f](https://github.com/procore/core/commit/43d134f65b11893735c7f92116283f3ad6a6e63a))
13
+ * fix loading button IE11 position ([#9550](https://github.com/procore/core/issues/9550)) ([e4119fe](https://github.com/procore/core/commit/e4119fea882fe1d66ec98c2e26ce28e72434ef49))
14
+ * Fix Segmented Controller button styles with app css creep ([#9555](https://github.com/procore/core/issues/9555)) ([7c7dbb4](https://github.com/procore/core/commit/7c7dbb4166f168d40e310acfc83ca96553e560e6))
15
+ * gatsby specific window check ([#9609](https://github.com/procore/core/issues/9609)) ([b7210ad](https://github.com/procore/core/commit/b7210ad513f581d048e377ab542f557aec8c128c))
16
+ * Support NumberInput for special locales ([#9593](https://github.com/procore/core/issues/9593)) ([bb1ccf2](https://github.com/procore/core/commit/bb1ccf28f5f68290ac8f583220f2f81f6a93962e))
17
+
18
+
19
+ ### Features
20
+
21
+ * [FDN-860] Modal - divider under header ([#9531](https://github.com/procore/core/issues/9531)) ([f6da899](https://github.com/procore/core/commit/f6da899372163e436f7c8fb566d1c11b61e63821))
22
+ * [FDN-931] Tile component ([#9517](https://github.com/procore/core/issues/9517)) ([ad43367](https://github.com/procore/core/commit/ad433675a7ff267effdc4cb6088c7fd4eb2db87a))
23
+ * [FDN-950] update file type icons in thumbnail ([#9574](https://github.com/procore/core/issues/9574)) ([be99bc9](https://github.com/procore/core/commit/be99bc96ac44f8b9f602034327f185a48c81f657))
24
+ * add drag and drop keyboard controls to MenuImperative ([#9500](https://github.com/procore/core/issues/9500)) ([52ba710](https://github.com/procore/core/commit/52ba710b400897e7f60b345d03d07bdb1ec47a4a))
25
+ * Modal widths ([#9498](https://github.com/procore/core/issues/9498)) ([7daec24](https://github.com/procore/core/commit/7daec240ae7ec959b582a5ac1189aca54576d82e))
26
+ * New Component - Tiered Dropdown [CMF-980] ([#9529](https://github.com/procore/core/issues/9529)) ([16c5a2a](https://github.com/procore/core/commit/16c5a2aaf15d2a16fd27eb739bebd0f9231ff18d))
27
+ * New Component - Title ([#9499](https://github.com/procore/core/issues/9499)) ([d2c4580](https://github.com/procore/core/commit/d2c458014fef7db8c34ad9d5373741c15f74a149))
28
+ * Release Page, NextDetailpage, and NextGrid components ([#9456](https://github.com/procore/core/issues/9456)) ([b546f4c](https://github.com/procore/core/commit/b546f4c1d4f58405dd97493656aa8633191e274b))
29
+ * support Calendar for locales where the start day of the week is not Sunday ([#9557](https://github.com/procore/core/issues/9557)) ([a9040aa](https://github.com/procore/core/commit/a9040aabe701bf10afe93a2ca77c8828d2584222))
30
+ * Switch component renders children and can be consecutively spaced ([#9551](https://github.com/procore/core/issues/9551)) ([3819f70](https://github.com/procore/core/commit/3819f7066971bf07537e8dd652b4386dccb1aa6f))
31
+ * **core-react:** Add async beforeLocalFileUpload callback to FileSelect to prevent upload ([#9440](https://github.com/procore/core/issues/9440)) ([3fbf254](https://github.com/procore/core/commit/3fbf2541b9c4382dfd9b1f0c88c87f2d8c055dfb))
32
+
33
+
34
+
35
+
36
+
6
37
  # [10.16.0](https://github.com/procore/core/compare/v10.15.0...v10.16.0) (2021-10-01)
7
38
 
8
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-react",
3
- "version": "10.17.0-rc.68+e9ac950eb",
3
+ "version": "10.17.0",
4
4
  "description": "JSX implementations for core-css",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -97,9 +97,9 @@
97
97
  "yup": "0.32.9"
98
98
  },
99
99
  "dependencies": {
100
- "@procore/core-css": "10.17.0-rc.68+e9ac950eb",
101
- "@procore/core-i18n-js": "10.17.0-rc.68+e9ac950eb",
102
- "@procore/core-icons": "10.17.0-rc.68+e9ac950eb",
100
+ "@procore/core-css": "10.17.0",
101
+ "@procore/core-i18n-js": "10.17.0",
102
+ "@procore/core-icons": "10.17.0",
103
103
  "@tinymce/tinymce-react": "3.12.6",
104
104
  "axios": "0.22.0",
105
105
  "classnames": "2.3.1",
@@ -122,5 +122,5 @@
122
122
  "react-dom": ">=16.8.0 < 18",
123
123
  "styled-components": ">= 5.1.1 < 6"
124
124
  },
125
- "gitHead": "e9ac950ebc4890b94f1fb7b3751419682dd0d250"
125
+ "gitHead": "268ef7bd8164e0cec92f897ca79c45ed56f40e32"
126
126
  }