@procore/core-react 10.28.0-rc.3 → 10.28.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 +33 -1035
- package/dist/esm/components/Tearsheet/Tearsheet.js +23 -58
- package/dist/esm/components/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/esm/components/Tearsheet/Tearsheet.styles.d.ts +0 -4
- package/dist/esm/components/Tearsheet/Tearsheet.styles.js +7 -11
- package/dist/esm/components/Tearsheet/Tearsheet.styles.js.map +1 -1
- package/dist/esm/layouts/PageLayout/PageLayout.js +23 -38
- package/dist/esm/layouts/PageLayout/PageLayout.js.map +1 -1
- package/dist/esm/layouts/PageLayout/PageLayout.styles.d.ts +4 -0
- package/dist/esm/layouts/PageLayout/PageLayout.styles.js +13 -15
- package/dist/esm/layouts/PageLayout/PageLayout.styles.js.map +1 -1
- package/dist/esm/layouts/PageLayout/PageLayout.utils.d.ts +0 -6
- package/dist/esm/layouts/PageLayout/PageLayout.utils.js +0 -9
- package/dist/esm/layouts/PageLayout/PageLayout.utils.js.map +1 -1
- package/dist/esm/state/useUpdateEffect.d.ts +5 -0
- package/dist/esm/state/useUpdateEffect.js +21 -0
- package/dist/esm/state/useUpdateEffect.js.map +1 -0
- package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/typedoc/components/Badge/Badge.types.json +6 -6
- package/dist/typedoc/components/Banner/Banner.types.json +12 -12
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/typedoc/components/Button/Button.types.json +11 -11
- package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
- package/dist/typedoc/components/Card/Card.types.json +6 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
- package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +35 -35
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
- package/dist/typedoc/components/FileList/FileList.types.json +9 -9
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/typedoc/components/Font/Font.types.json +7 -7
- package/dist/typedoc/components/Form/Form.types.json +684 -684
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
- package/dist/typedoc/components/Icon/Icon.types.json +10 -10
- package/dist/typedoc/components/Input/Input.types.json +2 -2
- package/dist/typedoc/components/Link/Link.types.json +4 -4
- package/dist/typedoc/components/Menu/Menu.types.json +67 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
- package/dist/typedoc/components/Notation/Notation.types.json +4 -4
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +1 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +9 -9
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
- package/dist/typedoc/components/Required/Required.types.json +5 -5
- package/dist/typedoc/components/Search/Search.types.json +21 -21
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/typedoc/components/Select/Select.types.json +31 -31
- package/dist/typedoc/components/Slider/Slider.types.json +6 -6
- package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
- package/dist/typedoc/components/Switch/Switch.types.json +3 -3
- package/dist/typedoc/components/Table/Table.types.json +94 -94
- package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
- package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
- package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/typedoc/components/Tile/Tile.types.json +30 -30
- package/dist/typedoc/components/Toast/Toast.types.json +4 -4
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/typedoc/components/Token/Token.types.json +4 -4
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
- package/dist/typedoc/components/Tree/Tree.types.json +85 -85
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
- package/dist/typedoc/components/Typography/Typography.types.json +8 -8
- package/dist/typedoc/layouts/Box/Box.types.json +66 -66
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
- package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
- package/dist/typedoc/layouts/Grid/Grid.json +10 -10
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/typedoc/utils/types.json +3 -3
- package/package.json +4 -4
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.0638be21.iframe.bundle.js → main.81003aad.iframe.bundle.js} +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
|
|
6
|
+
# [10.28.0](https://github.com/procore/core/compare/@procore/core-react@10.28.0-rc.5...@procore/core-react@10.28.0) (2022-04-25)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @procore/core-react
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [10.27.
|
|
14
|
+
## [10.27.2](https://github.com/procore/core/compare/@procore/core-react@10.27.2-rc.7...@procore/core-react@10.27.2) (2022-04-08)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @procore/core-react
|
|
17
17
|
|
|
@@ -19,7 +19,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## [10.27.1](https://github.com/procore/core/compare/@procore/core-react@10.27.1-rc.2...@procore/core-react@10.27.1) (2022-03-30)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @procore/core-react
|
|
25
|
+
|
|
26
|
+
## [10.27.0](https://github.com/procore/core/compare/v10.25.0...@procore/core-react@10.27.0) (2022-03-28)
|
|
23
27
|
|
|
24
28
|
### Bug Fixes
|
|
25
29
|
|
|
@@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
39
43
|
|
|
40
44
|
- Bad publish. DO NOT USE
|
|
41
45
|
|
|
42
|
-
|
|
46
|
+
## [10.25.0](https://github.com/procore/core/compare/v10.24.0...v10.25.0) (2022-03-01)
|
|
43
47
|
|
|
44
48
|
### Features
|
|
45
49
|
|
|
46
50
|
- New Tearsheet component ([#10077](https://github.com/procore/core/issues/10077)) ([3c998bb](https://github.com/procore/core/commit/3c998bb114243b82c77c18a603569ca129c03c81))
|
|
47
51
|
|
|
48
|
-
|
|
52
|
+
## [10.24.0](https://github.com/procore/core/compare/v10.23.0...v10.24.0) (2022-02-25)
|
|
49
53
|
|
|
50
54
|
### Features
|
|
51
55
|
|
|
@@ -53,7 +57,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
53
57
|
- Add more 3d model and drawing extensions ([#10013](https://github.com/procore/core/issues/10013)) ([445edb8](https://github.com/procore/core/commit/445edb82cd2fcf6bf0d92a8f6dfa90c27af56deb))
|
|
54
58
|
- Export spacing ([#9991](https://github.com/procore/core/issues/9991)) ([3c0c505](https://github.com/procore/core/commit/3c0c505c1969361bbb04e8935055254fb21fa714))
|
|
55
59
|
|
|
56
|
-
|
|
60
|
+
## [10.23.0](https://github.com/procore/core/compare/v10.22.1...v10.23.0) (2022-02-15)
|
|
57
61
|
|
|
58
62
|
### Bug Fixes
|
|
59
63
|
|
|
@@ -75,7 +79,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
75
79
|
|
|
76
80
|
- Form type change of omitting value ([#9935](https://github.com/procore/core/issues/9935)) ([63b2f9e](https://github.com/procore/core/commit/63b2f9e6fbc425fbc69a6b95268774c3571b590d))
|
|
77
81
|
|
|
78
|
-
|
|
82
|
+
## [10.22.0](https://github.com/procore/core/compare/v10.21.0...v10.22.0) (2022-02-01)
|
|
79
83
|
|
|
80
84
|
### Bug Fixes
|
|
81
85
|
|
|
@@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
90
94
|
- [UIF-1631] - AvatarStack: Add getInitials and getImageUrl ([#9808](https://github.com/procore/core/issues/9808)) ([1fe596f](https://github.com/procore/core/commit/1fe596f134c6cdb3220d9fa5b222186dbc89fae6))
|
|
91
95
|
- SVG Icons with displayName. fix: add aria-label to Icon only Buttons ([#9911](https://github.com/procore/core/issues/9911)) ([e247b8e](https://github.com/procore/core/commit/e247b8e4e20bb4062e57d7becada5b8670637018))
|
|
92
96
|
|
|
93
|
-
|
|
97
|
+
## [10.21.0](https://github.com/procore/core/compare/v10.20.0...v10.21.0) (2022-01-14)
|
|
94
98
|
|
|
95
99
|
### Bug Fixes
|
|
96
100
|
|
|
@@ -107,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
107
111
|
- **core-react:** add magenta and cyan to color palette and Pill component ([3fcba5b](https://github.com/procore/core/commit/3fcba5b117c8fac7cca1fbfb309811abc265dc60))
|
|
108
112
|
- Toggle Button release ([#9848](https://github.com/procore/core/issues/9848)) ([f956c29](https://github.com/procore/core/commit/f956c29dc608e7603060bff3e83125d144866413))
|
|
109
113
|
|
|
110
|
-
|
|
114
|
+
## [10.20.0](https://github.com/procore/core/compare/v10.19.0...v10.20.0) (2021-12-16)
|
|
111
115
|
|
|
112
116
|
### Bug Fixes
|
|
113
117
|
|
|
@@ -124,7 +128,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
124
128
|
- reorder docs/storybook icons for panel component ([#9663](https://github.com/procore/core/issues/9663)) ([0b04402](https://github.com/procore/core/commit/0b04402fd553f9cad7dafa4d6ebe7b964236d40b))
|
|
125
129
|
- Smartling translations for zh-SG ([#9717](https://github.com/procore/core/issues/9717)) ([4187ea5](https://github.com/procore/core/commit/4187ea5b20102548954bd6639f64c9dbc36fe227))
|
|
126
130
|
|
|
127
|
-
|
|
131
|
+
## [10.19.0](https://github.com/procore/core/compare/v10.18.0...v10.19.0) (2021-11-12)
|
|
128
132
|
|
|
129
133
|
### Bug Fixes
|
|
130
134
|
|
|
@@ -137,7 +141,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
137
141
|
- disabled menu items for tiered dropdown ([#9608](https://github.com/procore/core/issues/9608)) ([424e615](https://github.com/procore/core/commit/424e615d1c2ff87a040183bb585f838f4b47ebef))
|
|
138
142
|
- Release Title, Tile, Content, NextDetailPage ([#9662](https://github.com/procore/core/issues/9662)) ([a33ee99](https://github.com/procore/core/commit/a33ee9942cea831fc48d17640feffa9845f474e3))
|
|
139
143
|
|
|
140
|
-
|
|
144
|
+
## [10.18.0](https://github.com/procore/core/compare/v10.17.0...v10.18.0) (2021-11-09)
|
|
141
145
|
|
|
142
146
|
### Features
|
|
143
147
|
|
|
@@ -149,7 +153,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
149
153
|
- alphabetical sorting for storybook stories ([#9613](https://github.com/procore/core/issues/9613)) ([3437427](https://github.com/procore/core/commit/343742779ba89351533b6ce5450727802f964edc))
|
|
150
154
|
- expose Section on Panel and Modal ([#9588](https://github.com/procore/core/issues/9588)) ([e94564f](https://github.com/procore/core/commit/e94564fcc555422e0dc320c37e1b8bcfd1dc8785))
|
|
151
155
|
|
|
152
|
-
|
|
156
|
+
## [10.17.0](https://github.com/procore/core/compare/v10.16.0...v10.17.0) (2021-10-27)
|
|
153
157
|
|
|
154
158
|
### Bug Fixes
|
|
155
159
|
|
|
@@ -174,7 +178,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
174
178
|
- 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))
|
|
175
179
|
- **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))
|
|
176
180
|
|
|
177
|
-
|
|
181
|
+
## [10.16.0](https://github.com/procore/core/compare/v10.15.0...v10.16.0) (2021-10-01)
|
|
178
182
|
|
|
179
183
|
### Bug Fixes
|
|
180
184
|
|
|
@@ -189,7 +193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
189
193
|
- Locales de-DE, fr-FR, es-ES ([#9438](https://github.com/procore/core/issues/9438)) ([6f92813](https://github.com/procore/core/commit/6f92813a6d411f5d7f301be5c6c059673e8d9334))
|
|
190
194
|
- Pagination component allow prop spread ([#9492](https://github.com/procore/core/issues/9492)) ([f75a5c9](https://github.com/procore/core/commit/f75a5c9645350c3eb51828f3ae247e6a024224f1))
|
|
191
195
|
|
|
192
|
-
|
|
196
|
+
## [10.15.0](https://github.com/procore/core/compare/v10.14.0...v10.15.0) (2021-08-30)
|
|
193
197
|
|
|
194
198
|
### Bug Fixes
|
|
195
199
|
|
|
@@ -200,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
200
204
|
|
|
201
205
|
- Update icons, align with mobile bolder style ([#9445](https://github.com/procore/core/issues/9445)) ([7bf8cb4](https://github.com/procore/core/commit/7bf8cb434025e93161606dee83df742f1b22b7c3))
|
|
202
206
|
|
|
203
|
-
|
|
207
|
+
## [10.14.0](https://github.com/procore/core/compare/v10.13.0...v10.14.0) (2021-08-23)
|
|
204
208
|
|
|
205
209
|
### Bug Fixes
|
|
206
210
|
|
|
@@ -217,14 +221,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
217
221
|
- introduce NextDetailPage ([#9397](https://github.com/procore/core/issues/9397)) ([cc8476a](https://github.com/procore/core/commit/cc8476ae557c70b330ed0ae20f00149454099112))
|
|
218
222
|
- updating to latest tinymce version ([#9375](https://github.com/procore/core/issues/9375)) ([56f834d](https://github.com/procore/core/commit/56f834d62cd66e52fdcd8cce6262d9abf544a35b))
|
|
219
223
|
|
|
220
|
-
|
|
224
|
+
## [10.13.0](https://github.com/procore/core/compare/v10.12.0...v10.13.0) (2021-08-04)
|
|
221
225
|
|
|
222
226
|
### Features
|
|
223
227
|
|
|
224
228
|
- Add Modal.FooterSummary component to Modal ([#9327](https://github.com/procore/core/issues/9327)) ([61ddd1b](https://github.com/procore/core/commit/61ddd1bd364f90a686438e85334fb06dae9ac764))
|
|
225
229
|
- introduce PageLayout and NextGrid components ([#9005](https://github.com/procore/core/issues/9005)) ([88d0c64](https://github.com/procore/core/commit/88d0c64eef69c7906c0788b2210a4c54a21dd257))
|
|
226
230
|
|
|
227
|
-
|
|
231
|
+
## [10.12.0](https://github.com/procore/core/compare/v10.11.0...v10.12.0) (2021-07-20)
|
|
228
232
|
|
|
229
233
|
### Bug Fixes
|
|
230
234
|
|
|
@@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
235
239
|
|
|
236
240
|
- [FDN-712] introduce LinkButton component ([#9038](https://github.com/procore/core/issues/9038)) ([23b4db2](https://github.com/procore/core/commit/23b4db2b004a73779bca5b024616712467b29946))
|
|
237
241
|
|
|
238
|
-
|
|
242
|
+
## [10.11.0](https://github.com/procore/core/compare/v10.10.0...v10.11.0) (2021-07-01)
|
|
239
243
|
|
|
240
244
|
### Bug Fixes
|
|
241
245
|
|
|
@@ -248,7 +252,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
248
252
|
- [FDN-752] - Form field empty state implementation ([#9069](https://github.com/procore/core/issues/9069)) ([dc777f6](https://github.com/procore/core/commit/dc777f6938a404d31c11730b81dc2bbfc550141a))
|
|
249
253
|
- introduce onUploadStateChange ([#9128](https://github.com/procore/core/issues/9128)) ([c8a012f](https://github.com/procore/core/commit/c8a012ff25b52d0313597f36a2e92d5724b1608f))
|
|
250
254
|
|
|
251
|
-
|
|
255
|
+
## [10.10.0](https://github.com/procore/core/compare/v10.9.0...v10.10.0) (2021-06-11)
|
|
252
256
|
|
|
253
257
|
### Bug Fixes
|
|
254
258
|
|
|
@@ -277,7 +281,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
277
281
|
|
|
278
282
|
- revert "chore(deps-dev): bump typescript from 4.2.4 to 4.3.2 ([#8978](https://github.com/procore/core/issues/8978))" ([#9000](https://github.com/procore/core/issues/9000)) ([ca69d65](https://github.com/procore/core/commit/ca69d658c21960bd8f0dea3067b92735e42d5c1d))
|
|
279
283
|
|
|
280
|
-
|
|
284
|
+
## [10.9.0](https://github.com/procore/core/compare/v10.8.0...v10.9.0) (2021-05-25)
|
|
281
285
|
|
|
282
286
|
### Bug Fixes
|
|
283
287
|
|
|
@@ -304,7 +308,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
304
308
|
|
|
305
309
|
- apply new Shadow to Banner ([346c701](https://github.com/procore/core/commit/346c701dc5126e049ff96c4579c1d02ac6cea1ee))
|
|
306
310
|
|
|
307
|
-
|
|
311
|
+
## [10.8.0](https://github.com/procore/core/compare/v10.7.0...v10.8.0) (2021-05-07)
|
|
308
312
|
|
|
309
313
|
### Bug Fixes
|
|
310
314
|
|
|
@@ -330,7 +334,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
330
334
|
- **core-react:** update snapshots ([c98df6c](https://github.com/procore/core/commit/c98df6c0645a0f5117be92d47b9ec43851963461))
|
|
331
335
|
- [FDN-428] Refactor Form to styled-components ([#8657](https://github.com/procore/core/issues/8657)) ([7c14ab7](https://github.com/procore/core/commit/7c14ab76acac4fed03067019b5cf16610e40f921))
|
|
332
336
|
|
|
333
|
-
|
|
337
|
+
## [10.7.0](https://github.com/procore/core/compare/v10.6.1...v10.7.0) (2021-04-17)
|
|
334
338
|
|
|
335
339
|
### Bug Fixes
|
|
336
340
|
|
|
@@ -359,7 +363,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
359
363
|
|
|
360
364
|
- account for "none" on Box padding and margin ([#8606](https://github.com/procore/core/issues/8606)) ([a8d58df](https://github.com/procore/core/commit/a8d58dfb7fe369111893aca629f2dc2e85c6abf0))
|
|
361
365
|
|
|
362
|
-
|
|
366
|
+
## [10.6.0](https://github.com/procore/core/compare/v10.5.0...v10.6.0) (2021-03-30)
|
|
363
367
|
|
|
364
368
|
### Bug Fixes
|
|
365
369
|
|
|
@@ -381,7 +385,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
381
385
|
|
|
382
386
|
- "chore(deps): bump @tinymce/tinymce-react from 3.10.4 to 3.11.1 ([#8548](https://github.com/procore/core/issues/8548))" ([#8551](https://github.com/procore/core/issues/8551)) ([7591e2b](https://github.com/procore/core/commit/7591e2b39cb08ad05f2c31aae1276e65c3a00ecd))
|
|
383
387
|
|
|
384
|
-
|
|
388
|
+
## [10.5.0](https://github.com/procore/core/compare/v10.4.0...v10.5.0) (2021-03-15)
|
|
385
389
|
|
|
386
390
|
### Bug Fixes
|
|
387
391
|
|
|
@@ -397,7 +401,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
397
401
|
- [GLUE-2858] converting ListPage to JSS ([#8389](https://github.com/procore/core/issues/8389)) ([1b9700c](https://github.com/procore/core/commit/1b9700cd39aa865269ba82e29769360f8a697c02))
|
|
398
402
|
- [GLUE-2860] ToolHeader JSS ([#8351](https://github.com/procore/core/issues/8351)) ([a2045e1](https://github.com/procore/core/commit/a2045e1ff81beac3dd26584218897a3bdb9601b8))
|
|
399
403
|
|
|
400
|
-
|
|
404
|
+
## [10.4.0](https://github.com/procore/core/compare/v10.3.0...v10.4.0) (2021-03-10)
|
|
401
405
|
|
|
402
406
|
### Bug Fixes
|
|
403
407
|
|
|
@@ -412,7 +416,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
412
416
|
- [GLUE-2839] Refactor SegmentedController to styled-components ([#8194](https://github.com/procore/core/issues/8194)) ([7c21df8](https://github.com/procore/core/commit/7c21df8bd7f55751ba90ef7c66e8eef074b324a1))
|
|
413
417
|
- add context hook for analytics ([3f98d34](https://github.com/procore/core/commit/3f98d3483ea3d0d94fd9014ce900873668fe58af))
|
|
414
418
|
|
|
415
|
-
|
|
419
|
+
## [10.3.0](https://github.com/procore/core/compare/v10.2.0...v10.3.0) (2021-03-02)
|
|
416
420
|
|
|
417
421
|
### Bug Fixes
|
|
418
422
|
|
|
@@ -430,7 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
430
434
|
- DropdownFlyout like Dropdown with variant, label, icon, size, disabled props ([#8319](https://github.com/procore/core/issues/8319)) ([c477a18](https://github.com/procore/core/commit/c477a180fc0a54e6a2c390da4c4fc1bde506c721))
|
|
431
435
|
- Smartling translations are completed ([#8349](https://github.com/procore/core/issues/8349)) ([8a0b7ee](https://github.com/procore/core/commit/8a0b7ee45ea4c22365ca01e6566a55a9f1930777))
|
|
432
436
|
|
|
433
|
-
|
|
437
|
+
## [10.2.0](https://github.com/procore/core/compare/v10.1.0...v10.2.0) (2021-02-19)
|
|
434
438
|
|
|
435
439
|
### Bug Fixes
|
|
436
440
|
|
|
@@ -444,7 +448,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
444
448
|
- [GLUE-2821] Refactor EmptyState to styled-components ([#8159](https://github.com/procore/core/issues/8159)) ([1793361](https://github.com/procore/core/commit/1793361412d02cd9619f9e31b166a24ee6cf864f))
|
|
445
449
|
- add translations (en) for connected related items component ([#8201](https://github.com/procore/core/issues/8201)) ([62ff7ed](https://github.com/procore/core/commit/62ff7ed24637ea3c5a2b3d034fad50d8c37cbbf3))
|
|
446
450
|
|
|
447
|
-
|
|
451
|
+
## [10.1.0](https://github.com/procore/core/compare/v10.0.1...v10.1.0) (2021-02-12)
|
|
448
452
|
|
|
449
453
|
### Bug Fixes
|
|
450
454
|
|
|
@@ -462,7 +466,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
462
466
|
- fix ContactItem layout in IE ([#8129](https://github.com/procore/core/issues/8129)) ([cdb2e74](https://github.com/procore/core/commit/cdb2e74ed4a2fcc4f0dbdc960fcc11646f174259))
|
|
463
467
|
- panel component back button visibility ([#8146](https://github.com/procore/core/issues/8146)) ([fb058d7](https://github.com/procore/core/commit/fb058d7a5445b9cef4468caf13a8244cda5d3bd3))
|
|
464
468
|
|
|
465
|
-
|
|
469
|
+
## [10.0.0](https://github.com/procore/core/compare/v9.9.0...v10.0.0) (2021-02-09)
|
|
466
470
|
|
|
467
471
|
### Bug Fixes
|
|
468
472
|
|
|
@@ -509,1009 +513,3 @@ affects: @procore/core-react
|
|
|
509
513
|
- chore: remove unused tsconfig
|
|
510
514
|
|
|
511
515
|
affects: @procore/core-react
|
|
512
|
-
|
|
513
|
-
Co-authored-by: Christian Rivera <chris.arevir@gmail.com>
|
|
514
|
-
|
|
515
|
-
# [9.9.0](https://github.com/procore/core/compare/v9.8.0...v9.9.0) (2021-02-04)
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
- add DistributionSelect i18n, fix Emails i18n ([#8099](https://github.com/procore/core/issues/8099)) ([0118df3](https://github.com/procore/core/commit/0118df30125fb6b9fa435b834ebeeb106c2afae2))
|
|
520
|
-
- cleanup of dom attributes ([#8121](https://github.com/procore/core/issues/8121)) ([dac84f5](https://github.com/procore/core/commit/dac84f5b0fc9b266d72e2d0266b788d558c46581))
|
|
521
|
-
- imports for Panel component ([#8128](https://github.com/procore/core/issues/8128)) ([a397aef](https://github.com/procore/core/commit/a397aef5b5bcf9bda42de5db5f69f07f5a7d447f))
|
|
522
|
-
|
|
523
|
-
### Features
|
|
524
|
-
|
|
525
|
-
- change ContactItem design ([#8098](https://github.com/procore/core/issues/8098)) ([b4b10bf](https://github.com/procore/core/commit/b4b10bf4f3182e7bfa3571cdecd410b188bb1f2e))
|
|
526
|
-
- Expose Typography component ([#8124](https://github.com/procore/core/issues/8124)) ([b3ff62a](https://github.com/procore/core/commit/b3ff62ac7334e49627c982bac893513c1219a40e))
|
|
527
|
-
- FlexList space prop, accurate mapping of the space palette ([#8095](https://github.com/procore/core/issues/8095)) ([2977233](https://github.com/procore/core/commit/2977233c70f626c26715db30e88d4e03457f6450))
|
|
528
|
-
- Introduce Panel component ([#8013](https://github.com/procore/core/issues/8013)) ([f68cbe2](https://github.com/procore/core/commit/f68cbe2a8676b1ec1f865e6980d41180628d4448))
|
|
529
|
-
|
|
530
|
-
# [9.8.0](https://github.com/procore/core/compare/v9.7.0...v9.8.0) (2021-01-29)
|
|
531
|
-
|
|
532
|
-
### Bug Fixes
|
|
533
|
-
|
|
534
|
-
- tooltip content wrapping ([#8071](https://github.com/procore/core/issues/8071)) ([b1d2a08](https://github.com/procore/core/commit/b1d2a08ed73d13b85538a1c1f8c1b82e5b779292))
|
|
535
|
-
|
|
536
|
-
### Features
|
|
537
|
-
|
|
538
|
-
- [GLUE-2896] Required Component ([#8044](https://github.com/procore/core/issues/8044)) ([80182c8](https://github.com/procore/core/commit/80182c854692b8131ef07e9fc8c6323732295e78))
|
|
539
|
-
- adding in shadow palette mixin ([#8082](https://github.com/procore/core/issues/8082)) ([4783444](https://github.com/procore/core/commit/4783444009bd2a2d6788ed5ff4084f9563115210))
|
|
540
|
-
- Translation Delivery from Smartling 26 Jan 2021 ([#8084](https://github.com/procore/core/issues/8084)) ([725d4ca](https://github.com/procore/core/commit/725d4caaded31f6eb284cc7204f098249dd54724))
|
|
541
|
-
|
|
542
|
-
# [9.7.0](https://github.com/procore/core/compare/v9.6.0...v9.7.0) (2021-01-16)
|
|
543
|
-
|
|
544
|
-
### Bug Fixes
|
|
545
|
-
|
|
546
|
-
- [GLUE-2878][glue-2879] - Fix GroupSelect issues ([#7995](https://github.com/procore/core/issues/7995)) ([e78c51a](https://github.com/procore/core/commit/e78c51a105334ad36a3b997a4b9cec2b99407712))
|
|
547
|
-
- Change DropdownFlyout to close on click rather than mousedown ([#8022](https://github.com/procore/core/issues/8022)) ([ccf5891](https://github.com/procore/core/commit/ccf5891d78192bf39bffdb95e119ecdfc2150092))
|
|
548
|
-
- fix typo in NumberInput styles ([#8067](https://github.com/procore/core/issues/8067)) ([7c8ea12](https://github.com/procore/core/commit/7c8ea12effce0e3905308549907adad33e7c3ebb))
|
|
549
|
-
- form in modal allow single left item ([#8051](https://github.com/procore/core/issues/8051)) ([12471e8](https://github.com/procore/core/commit/12471e80dc0fec00cda0fc43e0c1bc444b009d84))
|
|
550
|
-
- set default for selectableTiers to true ([#8065](https://github.com/procore/core/issues/8065)) ([7364896](https://github.com/procore/core/commit/73648967e09670513b2834e57fb79c0823b536ba))
|
|
551
|
-
- **core-react:** this fixes tiered select onClear bug by adding onClear to the provider. Also adds a ([#8032](https://github.com/procore/core/issues/8032)) ([fe2aed0](https://github.com/procore/core/commit/fe2aed0f74c3b9f7b6a6c07461ce38b250c77ff4)), closes [#8011](https://github.com/procore/core/issues/8011)
|
|
552
|
-
|
|
553
|
-
### Features
|
|
554
|
-
|
|
555
|
-
- [CTEF-218] add translations for DataTable ([#8007](https://github.com/procore/core/issues/8007)) ([71b69e4](https://github.com/procore/core/commit/71b69e4f9a562cf2d0a99b84cdca051f8c70dd7a))
|
|
556
|
-
- add translations for connected emails ([#8053](https://github.com/procore/core/issues/8053)) ([92212f4](https://github.com/procore/core/commit/92212f4af5c8890089bc2d95bed9700fe9fbe4e9))
|
|
557
|
-
- convert NumberInput component to JSS ([#7957](https://github.com/procore/core/issues/7957)) ([0b21cb2](https://github.com/procore/core/commit/0b21cb202962a4e07cbdc49ff05f5ef89691d170))
|
|
558
|
-
- make FileSelect.GridSource JSS ([#7912](https://github.com/procore/core/issues/7912)) ([3df01b3](https://github.com/procore/core/commit/3df01b3731b316d89465c07850aee765c688398e))
|
|
559
|
-
- Update Translation Files ([#8031](https://github.com/procore/core/issues/8031)) ([0945c56](https://github.com/procore/core/commit/0945c56201dd9852df9b46a4165a4bf19ef60022))
|
|
560
|
-
- Update Translation Files ([#8060](https://github.com/procore/core/issues/8060)) ([e95647d](https://github.com/procore/core/commit/e95647d90fd5194897864a26c266b71071003790))
|
|
561
|
-
- **core-react:** added always to tooltip trigger options ([#8026](https://github.com/procore/core/issues/8026)) ([2472edc](https://github.com/procore/core/commit/2472edca82ec3f2c25b2ddd931f250a2b8d199d8))
|
|
562
|
-
|
|
563
|
-
# [9.6.0](https://github.com/procore/core/compare/v9.5.0...v9.6.0) (2020-12-18)
|
|
564
|
-
|
|
565
|
-
### Bug Fixes
|
|
566
|
-
|
|
567
|
-
- [GLUE-2643] Form wrap for run-on strings ([#7970](https://github.com/procore/core/issues/7970)) ([f1827b1](https://github.com/procore/core/commit/f1827b15a1a64f8a43008802ed12b7a29fa70390))
|
|
568
|
-
- [GLUE-2789] NumberInput. Cursor position improvements on text selection update ([#7911](https://github.com/procore/core/issues/7911)) ([76b8418](https://github.com/procore/core/commit/76b84185fcee4c46dd2d709501fa3eeba5782551))
|
|
569
|
-
- [GLUE-2874] NumberInput. Incrementer works incorrect for fr, de and es locales ([#7969](https://github.com/procore/core/issues/7969)) ([ea35306](https://github.com/procore/core/commit/ea3530600b9a89a93e16c0cbff65bf47bab0d90b))
|
|
570
|
-
- Dropzone error message remove unneeded sentence ([#7976](https://github.com/procore/core/issues/7976)) ([92ccbda](https://github.com/procore/core/commit/92ccbda7d1f0a91aa273d3bf70e3bfcc3cb6de26))
|
|
571
|
-
- Form Column and Specific Story for Word Wrap ([#8002](https://github.com/procore/core/issues/8002)) ([6b5ac1d](https://github.com/procore/core/commit/6b5ac1db228c955494a080d240060fb76c5b4651))
|
|
572
|
-
- Pill Select Selected Icon ([#8003](https://github.com/procore/core/issues/8003)) ([f633662](https://github.com/procore/core/commit/f633662a1803e588523d009b1c4cce9292fdc12a))
|
|
573
|
-
- Typography styled component transient prop for color ([#7990](https://github.com/procore/core/issues/7990)) ([5ca1505](https://github.com/procore/core/commit/5ca1505f5189c05f5e2cf95b1b41686a08cd44e3))
|
|
574
|
-
- WXP Detail Page allow action only layout with them on right ([#8004](https://github.com/procore/core/issues/8004)) ([45c1ccf](https://github.com/procore/core/commit/45c1ccfaf6214042cf6b68c18539297930587159))
|
|
575
|
-
|
|
576
|
-
### Features
|
|
577
|
-
|
|
578
|
-
- [Glue 2785] Flex reverse and some layout stories ([#7928](https://github.com/procore/core/issues/7928)) ([cf00b16](https://github.com/procore/core/commit/cf00b167409e89431ab18d63ab1f70cb66965ad7))
|
|
579
|
-
- [GLUE-2778] Form and Sections No Max Width ([#7876](https://github.com/procore/core/issues/7876)) ([4307cca](https://github.com/procore/core/commit/4307ccad1649a3a602ccca3474c04606e73c48f2))
|
|
580
|
-
- [GLUE-2812] - Convert Breadcrumbs to JSS ([#7931](https://github.com/procore/core/issues/7931)) ([f0a4b01](https://github.com/procore/core/commit/f0a4b01f48314606444dbe6af6d1125aa6d0dd12))
|
|
581
|
-
- convert ContactItem component to JSS ([#7932](https://github.com/procore/core/issues/7932)) ([b11e6e6](https://github.com/procore/core/commit/b11e6e627b2f22b755f4d05d17508abf3e1c7852))
|
|
582
|
-
- convert Pill component to JSS ([#7961](https://github.com/procore/core/issues/7961)) ([212ff98](https://github.com/procore/core/commit/212ff985ac90ba6eda88a1c103cfda2ea03d9920))
|
|
583
|
-
- convert PillSelect component to JSS ([#7942](https://github.com/procore/core/issues/7942)) ([0f9e4fb](https://github.com/procore/core/commit/0f9e4fbfb9a46b7052b66b2198cdfbb447d0b7ed))
|
|
584
|
-
- expose WXPDetailPageContext ([#7999](https://github.com/procore/core/issues/7999)) ([2cb8fc3](https://github.com/procore/core/commit/2cb8fc3ce1185359751d1ae8fdbdf1eb3450edf4))
|
|
585
|
-
|
|
586
|
-
### Reverts
|
|
587
|
-
|
|
588
|
-
- Revert "Revert "refactor: [GLUE-2792] - Banner Migration to JSS (#7906)" (#7949)" (#7950) ([ec05fbe](https://github.com/procore/core/commit/ec05fbeedd9d095d14a543f6a86d622b3d5d74c1)), closes [#7906](https://github.com/procore/core/issues/7906) [#7949](https://github.com/procore/core/issues/7949) [#7950](https://github.com/procore/core/issues/7950)
|
|
589
|
-
- Revert "refactor: [GLUE-2792] - Banner Migration to JSS (#7906)" (#7949) ([697a10e](https://github.com/procore/core/commit/697a10e8fbd6b2be45765d83d61ea09465e870f9)), closes [#7906](https://github.com/procore/core/issues/7906) [#7949](https://github.com/procore/core/issues/7949)
|
|
590
|
-
|
|
591
|
-
# [9.5.0](https://github.com/procore/core/compare/v9.4.0...v9.5.0) (2020-12-03)
|
|
592
|
-
|
|
593
|
-
### Bug Fixes
|
|
594
|
-
|
|
595
|
-
- [GLUE-2806] Select Disabled when Ellipsis ([#7922](https://github.com/procore/core/issues/7922)) ([ffe27f2](https://github.com/procore/core/commit/ffe27f261dfe8d793e761451cf8914b96d8472c7))
|
|
596
|
-
- [GLUE-2810] PillSelect disabled with value will not open ([#7923](https://github.com/procore/core/issues/7923)) ([bf47a3f](https://github.com/procore/core/commit/bf47a3f0f041c29eec660e88252984bd8b8f4f69))
|
|
597
|
-
- upgrade ramda from 0.27.0 to 0.27.1 ([#7902](https://github.com/procore/core/issues/7902)) ([df822d7](https://github.com/procore/core/commit/df822d7171065f76ba5bca6b6b166c0821372e4b))
|
|
598
|
-
- **core-react:** options being shown on disabled select ([#7889](https://github.com/procore/core/issues/7889)) ([585dd68](https://github.com/procore/core/commit/585dd680314fff0a818f29ec27d88dbf9219c45e))
|
|
599
|
-
|
|
600
|
-
### Features
|
|
601
|
-
|
|
602
|
-
- [GLUE-2650] Generate React icons directly ([#7716](https://github.com/procore/core/issues/7716)) ([26357eb](https://github.com/procore/core/commit/26357ebb5a723af20e736a65a89c5ebe7c4bfd06))
|
|
603
|
-
- [GLUE-2752] Stop input after 15 digits for NumberInput, preventing precision drift ([#7796](https://github.com/procore/core/issues/7796)) ([5059ced](https://github.com/procore/core/commit/5059ced114c00d89fba9f2eba804e0ed811d17ce))
|
|
604
|
-
- [GLUE-2754] [GLUE-2790] handle multiple dropzone errors ([#7802](https://github.com/procore/core/issues/7802)) ([df3ab51](https://github.com/procore/core/commit/df3ab518663cb2f6a76683a88028a719af624251))
|
|
605
|
-
- [GLUE-2866] Connected file select filters and empty state translations ([#7935](https://github.com/procore/core/issues/7935)) ([c176f3d](https://github.com/procore/core/commit/c176f3d7a8ce41dee68e954ab600511c12043539))
|
|
606
|
-
- introduce Thumbnail JSS ([#7898](https://github.com/procore/core/issues/7898)) ([fce4f17](https://github.com/procore/core/commit/fce4f17bb258bfd24fe236251a76fb67b6381f48))
|
|
607
|
-
|
|
608
|
-
# [9.4.0](https://github.com/procore/core/compare/v9.3.0...v9.4.0) (2020-11-23)
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
- [GLUE-2753] - Fix Thumbnail List Focus ([#7807](https://github.com/procore/core/issues/7807)) ([71de9f2](https://github.com/procore/core/commit/71de9f239bc4e56fd706fc194fa3d2d581493619))
|
|
613
|
-
- [GLUE-2770] TinyMCE Bump ([#7822](https://github.com/procore/core/issues/7822)) ([a0c3864](https://github.com/procore/core/commit/a0c38641e71229ff324ea34d99230285cddcb67f))
|
|
614
|
-
- Form Number and Currency 0 value ([#7817](https://github.com/procore/core/issues/7817)) ([6c57bae](https://github.com/procore/core/commit/6c57bae05029399ffdf2a9bf61ebeecdd17f7667))
|
|
615
|
-
- remove underline from tokens in file-select ([#7861](https://github.com/procore/core/issues/7861)) ([54819f3](https://github.com/procore/core/commit/54819f327ee2f63e76485ba6baa189524b19c51f))
|
|
616
|
-
- removing event journal, for real ([#7857](https://github.com/procore/core/issues/7857)) ([759b4d9](https://github.com/procore/core/commit/759b4d96ad023ac32958d9b959d5f65d0ae85d89))
|
|
617
|
-
- update comments to trigger builds ([#7809](https://github.com/procore/core/issues/7809)) ([44c158a](https://github.com/procore/core/commit/44c158a9ef12f045e5f90b1ad6b472c4c84a2b0f))
|
|
618
|
-
- upgrade @testing-library/jest-dom from 5.11.4 to 5.11.5 ([#7878](https://github.com/procore/core/issues/7878)) ([7a248fd](https://github.com/procore/core/commit/7a248fd27e8b8bcf59a53416e0ceb1e06e9dd00b))
|
|
619
|
-
- upgrade axios from 0.19.2 to 0.21.0 ([#7847](https://github.com/procore/core/issues/7847)) ([3a58fbd](https://github.com/procore/core/commit/3a58fbd2929b6e8c71dac3ed6b7782f8a542f96e))
|
|
620
|
-
- upgrade date-fns from 2.10.0 to 2.16.1 ([#7844](https://github.com/procore/core/issues/7844)) ([86fe234](https://github.com/procore/core/commit/86fe23406ada5b9b37b192a283619f7277551470))
|
|
621
|
-
- upgrade react-window from 1.8.5 to 1.8.6 ([#7877](https://github.com/procore/core/issues/7877)) ([de6c496](https://github.com/procore/core/commit/de6c496d0e869ea5c906ae6a05a7f57f2ce3421b))
|
|
622
|
-
|
|
623
|
-
### Features
|
|
624
|
-
|
|
625
|
-
- [GLUE-2510] Spinner Update ([#7805](https://github.com/procore/core/issues/7805)) ([ab3f78c](https://github.com/procore/core/commit/ab3f78cc4b9dfcbcbc26765e31596c7a6962de8b))
|
|
626
|
-
- i18n connected file select ([#7808](https://github.com/procore/core/issues/7808)) ([2029c97](https://github.com/procore/core/commit/2029c976b445c94b9a1ba62b86d189cd70beff81))
|
|
627
|
-
- Pagination handles Page label with i18n ([#7793](https://github.com/procore/core/issues/7793)) ([e5eaf14](https://github.com/procore/core/commit/e5eaf14c9215f5ff251a74f49ad5e9ea7c649899))
|
|
628
|
-
|
|
629
|
-
# [9.3.0](https://github.com/procore/core/compare/v9.2.2...v9.3.0) (2020-11-06)
|
|
630
|
-
|
|
631
|
-
### Bug Fixes
|
|
632
|
-
|
|
633
|
-
- [GLUE-2636] - Remove focus when pressing the clear button in IE 11 ([#7773](https://github.com/procore/core/issues/7773)) ([c7becac](https://github.com/procore/core/commit/c7becacf422ce2c6f30b7346766c7a3cd390f1dc))
|
|
634
|
-
- [GLUE-2722] - Keyboard Functionality in MenuFlyout ([#7769](https://github.com/procore/core/issues/7769)) ([e5795aa](https://github.com/procore/core/commit/e5795aac9f0aee5ff618438827bd6cdf90bfd677))
|
|
635
|
-
- Follow-up fixes for Pill Select component ([#7749](https://github.com/procore/core/issues/7749)) ([117c4fe](https://github.com/procore/core/commit/117c4fe3cc8c6c2f285a5ac739789795d78b4755))
|
|
636
|
-
|
|
637
|
-
### Features
|
|
638
|
-
|
|
639
|
-
- [Glue 2287] Dirty form prevent navigation ([#7479](https://github.com/procore/core/issues/7479)) ([6f185f0](https://github.com/procore/core/commit/6f185f07c4d63a8bf60509e8d82aafad9965e0d8))
|
|
640
|
-
- [GLUE-1971] Form.PillSelect ([#7777](https://github.com/procore/core/issues/7777)) ([0f129fa](https://github.com/procore/core/commit/0f129fad49449d30d92889a39a58c714372a91e2))
|
|
641
|
-
- [GLUE-2255] Form.Currency ([#7782](https://github.com/procore/core/issues/7782)) ([d1c94cd](https://github.com/procore/core/commit/d1c94cd8e118417ce951cd54b24f22baf161bafa))
|
|
642
|
-
- [GLUE-2597] - Disabled state for MenuImperative.Item ([#7786](https://github.com/procore/core/issues/7786)) ([474e94b](https://github.com/procore/core/commit/474e94b8d7f040d8cd19bcc977ca014a0e6ff8af))
|
|
643
|
-
- [GLUE-2720] - Truncation Tooltip in Select ([#7759](https://github.com/procore/core/issues/7759)) ([1ee15a5](https://github.com/procore/core/commit/1ee15a51060e7e1ace2f5bacc47cb4609c5ea8cc))
|
|
644
|
-
- add QA tags to Core React Modal component for e2e testing ([#7748](https://github.com/procore/core/issues/7748)) ([9302744](https://github.com/procore/core/commit/93027444949bc2efe3a2f7bc25f2ade13695937c))
|
|
645
|
-
- change NumberInput behavior when fill decimal scale is set to always ([#7774](https://github.com/procore/core/issues/7774)) ([6026a10](https://github.com/procore/core/commit/6026a10fd88c65a3ca3d09aecfb93ace24a0f1bb))
|
|
646
|
-
- Update Smartling translations ([#7780](https://github.com/procore/core/issues/7780)) ([28bcc17](https://github.com/procore/core/commit/28bcc172bd972e28518eeb43db21ad4cc7d29b98))
|
|
647
|
-
|
|
648
|
-
## [9.2.2](https://github.com/procore/core/compare/v9.2.1...v9.2.2) (2020-10-29)
|
|
649
|
-
|
|
650
|
-
**Note:** Version bump only for package @procore/core-react
|
|
651
|
-
|
|
652
|
-
## [9.2.1](https://github.com/procore/core/compare/v9.2.0...v9.2.1) (2020-10-29)
|
|
653
|
-
|
|
654
|
-
### Bug Fixes
|
|
655
|
-
|
|
656
|
-
- [GLUE-2660] Percy review followup ([#7672](https://github.com/procore/core/issues/7672)) ([43d802b](https://github.com/procore/core/commit/43d802bcc7ec4d32fdc454611bbb6a375b8048f5))
|
|
657
|
-
|
|
658
|
-
# [9.2.0](https://github.com/procore/core/compare/v9.1.0...v9.2.0) (2020-10-27)
|
|
659
|
-
|
|
660
|
-
### Bug Fixes
|
|
661
|
-
|
|
662
|
-
- Modal classname change ([#7735](https://github.com/procore/core/issues/7735)) ([6a1ae31](https://github.com/procore/core/commit/6a1ae319aea41655d61ff8c4586732285527e909))
|
|
663
|
-
|
|
664
|
-
### Features
|
|
665
|
-
|
|
666
|
-
- [GLUE-2598] - introduce Menu Flyout component ([#7660](https://github.com/procore/core/issues/7660)) ([53a7760](https://github.com/procore/core/commit/53a776028eeb0d7ca1ad3fd21cb06935bda2f540))
|
|
667
|
-
- update stories and interfaces for Dropdown ([#7725](https://github.com/procore/core/issues/7725)) ([2fad95f](https://github.com/procore/core/commit/2fad95f4ea0382f88e1623caef17326a48aa64b4))
|
|
668
|
-
|
|
669
|
-
### Reverts
|
|
670
|
-
|
|
671
|
-
- Revert "chore: [GLUE-2624] Swap out Nightmare for different test runner (#7679)" (#7742) ([7738006](https://github.com/procore/core/commit/77380065f6b252557ea2f3daddb52e1611d2c512)), closes [#7679](https://github.com/procore/core/issues/7679) [#7742](https://github.com/procore/core/issues/7742)
|
|
672
|
-
|
|
673
|
-
# [9.1.0](https://github.com/procore/core/compare/v9.0.0...v9.1.0) (2020-10-23)
|
|
674
|
-
|
|
675
|
-
### Bug Fixes
|
|
676
|
-
|
|
677
|
-
- [GLUE-2642] do not select FileExplorer's thumbnail item on its caption tooltip click ([#7699](https://github.com/procore/core/issues/7699)) ([83f970e](https://github.com/procore/core/commit/83f970e4dadcf6f0ed3dc778ce9d5408a05df02d))
|
|
678
|
-
- [GLUE-2661] Update placeholder color on Typeahead ([#7670](https://github.com/procore/core/issues/7670)) ([b5e6c57](https://github.com/procore/core/commit/b5e6c578471d8583ecca1d723f120c39d81f2946))
|
|
679
|
-
- fix button blinking while loading files in local source tab ([#7703](https://github.com/procore/core/issues/7703)) ([9ca6329](https://github.com/procore/core/commit/9ca63293b104a2127837de0208842c795fcd1c2a))
|
|
680
|
-
- fixed focus work after reopening file explorer ([#7694](https://github.com/procore/core/issues/7694)) ([31cefcc](https://github.com/procore/core/commit/31cefccfe93a714a57fb5e78703faf0409820d78))
|
|
681
|
-
- local source tab update ([#7713](https://github.com/procore/core/issues/7713)) ([8da73ef](https://github.com/procore/core/commit/8da73efe0405c923091a47fe251f573000e8a8bf))
|
|
682
|
-
- making Menu.Item `item` prop optional ([#7635](https://github.com/procore/core/issues/7635)) ([4f47998](https://github.com/procore/core/commit/4f47998a3acbf5deacdd08bf8f54cbf4054d21a1))
|
|
683
|
-
- Pagination replace Font with Typography ([#7681](https://github.com/procore/core/issues/7681)) ([42333c9](https://github.com/procore/core/commit/42333c917c05b971f56abdd982a4267a31562381))
|
|
684
|
-
- pass className to span when child is string or array ([#7684](https://github.com/procore/core/issues/7684)) ([ad908ef](https://github.com/procore/core/commit/ad908ef81d5ea5c02dc12afa7ecd4d7cf9f9ceb8))
|
|
685
|
-
- removing outdated examples from empty state ([#7695](https://github.com/procore/core/issues/7695)) ([5e97c97](https://github.com/procore/core/commit/5e97c97cfeb1287d09cc4bb6044787a64e3b3c9a))
|
|
686
|
-
- restore focus on Attach Button after closing the file explorer ([#7693](https://github.com/procore/core/issues/7693)) ([4e98df3](https://github.com/procore/core/commit/4e98df3cef1c0adc6706a930584331ca10e66212))
|
|
687
|
-
- update icon colors on search and typeahead ([#7683](https://github.com/procore/core/issues/7683)) ([de27f65](https://github.com/procore/core/commit/de27f65689c65389b6dc782bff6fec1e05835424))
|
|
688
|
-
|
|
689
|
-
### Features
|
|
690
|
-
|
|
691
|
-
- [GLUE-2528] detail page read and edit states updates ([#7520](https://github.com/procore/core/issues/7520)) ([76ed366](https://github.com/procore/core/commit/76ed366242025a46e8c17f3d1e6c685d84d5b110))
|
|
692
|
-
- [GLUE-2623] NumberInput behavior updates ([#7637](https://github.com/procore/core/issues/7637)) ([b29b151](https://github.com/procore/core/commit/b29b1519802e879e2b873d655fc3611e8b80eb84))
|
|
693
|
-
- [GLUE-2634] - Introduce Keyboard Navigation For Thumbnail List ([#7689](https://github.com/procore/core/issues/7689)) ([aa506dd](https://github.com/procore/core/commit/aa506dde233855d8e6092200d63343f4a6d848d2))
|
|
694
|
-
- [GLUE-2701] improve Tabs screenshot test coverage ([#7721](https://github.com/procore/core/issues/7721)) ([22d7cd0](https://github.com/procore/core/commit/22d7cd05cd519f7e398cfd561dfccd217420c04c))
|
|
695
|
-
- **core-react:** Fix FileSelect.GridSource issues ([#7612](https://github.com/procore/core/issues/7612)) ([6f35d7d](https://github.com/procore/core/commit/6f35d7d37820995322858af68efc7f44bb12cbfe))
|
|
696
|
-
- [GLUE-2658] - Tree API Adjustment ([#7674](https://github.com/procore/core/issues/7674)) ([be7f871](https://github.com/procore/core/commit/be7f871e4389a01776a74f8eaec6a4b8f16fa797))
|
|
697
|
-
- introduce CurrencyInput - preconfigured NumberInput ([#7659](https://github.com/procore/core/issues/7659)) ([027b740](https://github.com/procore/core/commit/027b74040ef15b60e5ff29818d3d09d3fb94161e))
|
|
698
|
-
|
|
699
|
-
# [9.0.0](https://github.com/procore/core/compare/v8.25.0...v9.0.0) (2020-10-09)
|
|
700
|
-
|
|
701
|
-
### Bug Fixes
|
|
702
|
-
|
|
703
|
-
- [GLUE-2655] restoring legacy modal behavior for FileSelect ([#7656](https://github.com/procore/core/issues/7656)) ([56aca59](https://github.com/procore/core/commit/56aca59f65f0b8db154ca6bacf7f16403a08a88e))
|
|
704
|
-
- bad merge ([bd14dcf](https://github.com/procore/core/commit/bd14dcfae47307b2c450c95fe58d70af356bac71))
|
|
705
|
-
- fixing v-9 modal export ([#7666](https://github.com/procore/core/issues/7666)) ([12b7729](https://github.com/procore/core/commit/12b77293610a50112193aa9ac253f31db25486d2))
|
|
706
|
-
- Form RadioButtons and Checkboxes missing React key warning ([#7652](https://github.com/procore/core/issues/7652)) ([9f8088a](https://github.com/procore/core/commit/9f8088a88e263e78a0f160897018513b8edd6980))
|
|
707
|
-
- remove usage export ([348e0c6](https://github.com/procore/core/commit/348e0c6282ed36ea9ccab531be8fbf6e2b7e96fa))
|
|
708
|
-
- removing this removed prop, again ([064dcc0](https://github.com/procore/core/commit/064dcc01d00e73eead38e2a7694c375c5700b7e2))
|
|
709
|
-
- undeleting Modal.State ([#7600](https://github.com/procore/core/issues/7600)) ([1741854](https://github.com/procore/core/commit/1741854c0c4c854c0bd6d1476a0e41d5dde50346))
|
|
710
|
-
- **deps:** update jest monorepo to v26 (major) ([#6477](https://github.com/procore/core/issues/6477)) ([2d07c50](https://github.com/procore/core/commit/2d07c50818a9baa0388d3f38b720fc63cc8b090c)), closes [#6460](https://github.com/procore/core/issues/6460) [#6459](https://github.com/procore/core/issues/6459) [#6458](https://github.com/procore/core/issues/6458) [#6461](https://github.com/procore/core/issues/6461) [#6449](https://github.com/procore/core/issues/6449) [#6462](https://github.com/procore/core/issues/6462) [#6450](https://github.com/procore/core/issues/6450) [#6457](https://github.com/procore/core/issues/6457) [#6434](https://github.com/procore/core/issues/6434) [#6464](https://github.com/procore/core/issues/6464) [#6463](https://github.com/procore/core/issues/6463) [#6402](https://github.com/procore/core/issues/6402) [#6470](https://github.com/procore/core/issues/6470) [#6469](https://github.com/procore/core/issues/6469) [#6467](https://github.com/procore/core/issues/6467) [#6466](https://github.com/procore/core/issues/6466) [#6465](https://github.com/procore/core/issues/6465) [#6483](https://github.com/procore/core/issues/6483) [#6482](https://github.com/procore/core/issues/6482) [#6479](https://github.com/procore/core/issues/6479) [#6481](https://github.com/procore/core/issues/6481) [#6474](https://github.com/procore/core/issues/6474) [#6472](https://github.com/procore/core/issues/6472) [#6476](https://github.com/procore/core/issues/6476) [#6473](https://github.com/procore/core/issues/6473) [#6480](https://github.com/procore/core/issues/6480) [#6486](https://github.com/procore/core/issues/6486) [#6485](https://github.com/procore/core/issues/6485) [#6484](https://github.com/procore/core/issues/6484) [#6487](https://github.com/procore/core/issues/6487) [#6471](https://github.com/procore/core/issues/6471) [#6468](https://github.com/procore/core/issues/6468)
|
|
711
|
-
|
|
712
|
-
### chore
|
|
713
|
-
|
|
714
|
-
- add Dropdown.Item subcomponent ([f87912b](https://github.com/procore/core/commit/f87912b15501e601e257a42c44a6c2a40922e990))
|
|
715
|
-
- add styled-components as a peerDep, update version ranges ([#7437](https://github.com/procore/core/issues/7437)) ([0b11d48](https://github.com/procore/core/commit/0b11d4822375d4d30cab16b2612dff960a0df1ee))
|
|
716
|
-
- bumping Typescript to latest version ([f82e5d9](https://github.com/procore/core/commit/f82e5d9b0297beaff343ced8321ac11dda0b5208))
|
|
717
|
-
- move formik to be a peerDep ([89813fd](https://github.com/procore/core/commit/89813fd5ae8e36cd0b5d82b77569859d477e5b59))
|
|
718
|
-
- remove deprecated table-cells ([4f9a8f8](https://github.com/procore/core/commit/4f9a8f8d9e938d6bcea8b8b01244a97eae0522ec))
|
|
719
|
-
- remove OverlayTrigger onVisibleChange prop ([bc76e3f](https://github.com/procore/core/commit/bc76e3ff1a8ab53d28fed79b1f28ac9ec554d8e5))
|
|
720
|
-
- remove textareaRef prop from textarea ([a8bd351](https://github.com/procore/core/commit/a8bd351b57f2ba7f430489eb4baeb43204542a8e))
|
|
721
|
-
- update date-fns to v2 ([#6006](https://github.com/procore/core/issues/6006)) ([a4f3914](https://github.com/procore/core/commit/a4f39140ee1ec1e4e63da9ad4c12c1039be8ec3c))
|
|
722
|
-
|
|
723
|
-
### Features
|
|
724
|
-
|
|
725
|
-
- [Glue 2299] Form.NumberInput uses NumberInput ([#7542](https://github.com/procore/core/issues/7542)) ([63909ab](https://github.com/procore/core/commit/63909abea686416f3ef9487cfd9d7b8eac966c73))
|
|
726
|
-
- [GLUE-1932] Multiselect onSearch changes ([#7505](https://github.com/procore/core/issues/7505)) ([c1dc04d](https://github.com/procore/core/commit/c1dc04d50bc91f22b337b9a4a9a3a755b2d511fc))
|
|
727
|
-
- [GLUE-2070] remake button ([#7556](https://github.com/procore/core/issues/7556)) ([d0b5482](https://github.com/procore/core/commit/d0b5482e991dcd6a2e690f972f5758427f5dabcf)), closes [#7593](https://github.com/procore/core/issues/7593) [#7601](https://github.com/procore/core/issues/7601) [#7585](https://github.com/procore/core/issues/7585) [#7603](https://github.com/procore/core/issues/7603) [#7604](https://github.com/procore/core/issues/7604) [#7607](https://github.com/procore/core/issues/7607) [#7608](https://github.com/procore/core/issues/7608) [#7609](https://github.com/procore/core/issues/7609) [#7610](https://github.com/procore/core/issues/7610) [#7579](https://github.com/procore/core/issues/7579) [#7521](https://github.com/procore/core/issues/7521) [#7576](https://github.com/procore/core/issues/7576) [#7552](https://github.com/procore/core/issues/7552) [#7617](https://github.com/procore/core/issues/7617) [#7618](https://github.com/procore/core/issues/7618) [#7619](https://github.com/procore/core/issues/7619)
|
|
728
|
-
- [GLUE-2375] Remove EmptyState props ([#7460](https://github.com/procore/core/issues/7460)) ([8d83809](https://github.com/procore/core/commit/8d83809b7bd4fc8fb3d2e8b46a8c247f7530583f))
|
|
729
|
-
- [GLUE-2410] Remove deprecated i18n stuff, add useI18nContext ([#7316](https://github.com/procore/core/issues/7316)) ([d38569d](https://github.com/procore/core/commit/d38569d0a4c7ae9a8eb22c007ae82f3d47c105e2))
|
|
730
|
-
- [GLUE-2412] Typeahead component ([#7541](https://github.com/procore/core/issues/7541)) ([7b5290b](https://github.com/procore/core/commit/7b5290bd73cc5de9b054ce6bc0c2dd05b3c749ce))
|
|
731
|
-
- [GLUE-2614] deprecating and documenting isSelectable ([#7636](https://github.com/procore/core/issues/7636)) ([657fa71](https://github.com/procore/core/commit/657fa7137c1d6444c5ee9cf6d6f725dad00142ef))
|
|
732
|
-
- changes loading prop to processing for TableCells ([#7572](https://github.com/procore/core/issues/7572)) ([5145862](https://github.com/procore/core/commit/514586228b2e696a730da74446a73ff8328b0f09))
|
|
733
|
-
- dropdown using imperative menu ([5feca47](https://github.com/procore/core/commit/5feca476de319f9486d86f5119f0a6c16fdec45f))
|
|
734
|
-
|
|
735
|
-
### BREAKING CHANGES
|
|
736
|
-
|
|
737
|
-
- getLabel returns string now instead of string or ReactNode|onSearch now overrides internal onSearch,
|
|
738
|
-
user must filter and update their options
|
|
739
|
-
|
|
740
|
-
- chore: update docs for onSearch example
|
|
741
|
-
|
|
742
|
-
affects: @procore/core-docs, @procore/core-react
|
|
743
|
-
|
|
744
|
-
- chore: refactor internal options to useMemo
|
|
745
|
-
|
|
746
|
-
affects: @procore/core-react
|
|
747
|
-
|
|
748
|
-
- chore: add note banner to onSearch docs
|
|
749
|
-
|
|
750
|
-
affects: @procore/core-docs
|
|
751
|
-
|
|
752
|
-
- chore: actually narrow getLabel
|
|
753
|
-
|
|
754
|
-
affects: @procore/core-react
|
|
755
|
-
|
|
756
|
-
- chore: add migration guide for MultiSelect
|
|
757
|
-
|
|
758
|
-
affects: @procore/core-docs
|
|
759
|
-
|
|
760
|
-
- chore: update migration guide example to have proper dom
|
|
761
|
-
|
|
762
|
-
affects: @procore/core-docs
|
|
763
|
-
|
|
764
|
-
- docs: multiselect advanced example v9 changes. update prop docs
|
|
765
|
-
|
|
766
|
-
affects: @procore/core-docs
|
|
767
|
-
|
|
768
|
-
Co-authored-by: Brock Noah <brocknoah@gmail.com>
|
|
769
|
-
|
|
770
|
-
- removing deprecated i18n polyfill default export
|
|
771
|
-
|
|
772
|
-
- test: fix tests
|
|
773
|
-
|
|
774
|
-
affects: @procore/core-react
|
|
775
|
-
|
|
776
|
-
- chore: remove old docs-v2 file
|
|
777
|
-
|
|
778
|
-
- chore: useDeprecation
|
|
779
|
-
|
|
780
|
-
affects: @procore/core-react
|
|
781
|
-
|
|
782
|
-
- docs: add migration guide
|
|
783
|
-
|
|
784
|
-
affects: @procore/core-docs, @procore/core-react
|
|
785
|
-
|
|
786
|
-
- docs: fix docs for dateselect and texteditor
|
|
787
|
-
|
|
788
|
-
affects: @procore/core-docs
|
|
789
|
-
|
|
790
|
-
- docs: fix some typos
|
|
791
|
-
|
|
792
|
-
affects: @procore/core-docs
|
|
793
|
-
|
|
794
|
-
- chore: fix migration guide content order
|
|
795
|
-
|
|
796
|
-
affects: @procore/core-docs
|
|
797
|
-
|
|
798
|
-
- chore: use RTL and update tests for i18n
|
|
799
|
-
|
|
800
|
-
affects: @procore/core-react
|
|
801
|
-
|
|
802
|
-
- chore: add tsconfig for prod builds
|
|
803
|
-
|
|
804
|
-
affects: @procore/core-react
|
|
805
|
-
|
|
806
|
-
- chore: update tsconfigs to account for all environments
|
|
807
|
-
|
|
808
|
-
affects: @procore/core-react
|
|
809
|
-
|
|
810
|
-
- chore: fix type error in test
|
|
811
|
-
|
|
812
|
-
affects: @procore/core-react
|
|
813
|
-
|
|
814
|
-
Co-authored-by: Danny Phillips <danny.phillips8@gmail.com>
|
|
815
|
-
|
|
816
|
-
- remove variant, add compact prop, add subcomponents for presets
|
|
817
|
-
|
|
818
|
-
- feat: update stories
|
|
819
|
-
|
|
820
|
-
affects: @procore/core-react
|
|
821
|
-
|
|
822
|
-
- feat: refactor emptystate, add subcomponents
|
|
823
|
-
|
|
824
|
-
affects: @procore/core-react
|
|
825
|
-
|
|
826
|
-
Rewrite EmptyState to use context for compact mode
|
|
827
|
-
Add subcomponents for NoItems, NoResults, and
|
|
828
|
-
RRecycleBin
|
|
829
|
-
|
|
830
|
-
- removes the one-off "src" values from EmptyState.Image in favor of subcomponents
|
|
831
|
-
|
|
832
|
-
- chore: update grid
|
|
833
|
-
|
|
834
|
-
affects: @procore/core-react
|
|
835
|
-
|
|
836
|
-
- chore: remove old props from docs
|
|
837
|
-
|
|
838
|
-
affects: @procore/core-docs, @procore/core-react
|
|
839
|
-
|
|
840
|
-
- chore: address cr
|
|
841
|
-
|
|
842
|
-
affects: @procore/core-react
|
|
843
|
-
|
|
844
|
-
- chore: fix emptystate in fileexplorer
|
|
845
|
-
|
|
846
|
-
affects: @procore/core-react
|
|
847
|
-
|
|
848
|
-
- chore: update EmptyState docs
|
|
849
|
-
|
|
850
|
-
affects: @procore/core-docs
|
|
851
|
-
|
|
852
|
-
- chore: add migration guide
|
|
853
|
-
|
|
854
|
-
affects: @procore/core-docs, @procore/core-react
|
|
855
|
-
|
|
856
|
-
- TableCells prop change from loading -> processing
|
|
857
|
-
|
|
858
|
-
- docs: adding in a short note about the prop change to guide
|
|
859
|
-
|
|
860
|
-
affects: @procore/core-docs
|
|
861
|
-
|
|
862
|
-
- fix: updating specs
|
|
863
|
-
|
|
864
|
-
- fix: removing unusable docs, for real
|
|
865
|
-
- adding styled-components as a peerDependency
|
|
866
|
-
- formik is now a peerDep
|
|
867
|
-
- Dropdown should now use Dropdown.Item instead of Menu.Item
|
|
868
|
-
- Core-scripts Type-checking Breaking Changes
|
|
869
|
-
- Removing deprecated table-cells components and css
|
|
870
|
-
- Removal of onVisibleChange prop, use visibility lifecycle hooks instead (beforeShow, beforeHide,
|
|
871
|
-
afterShow, afterHide)
|
|
872
|
-
- We no longer export CalendarHelpers. use date-fns directly instead
|
|
873
|
-
- Removing textareaRef prop, use ref instead
|
|
874
|
-
|
|
875
|
-
# [8.25.0](https://github.com/procore/core/compare/v8.24.0...v8.25.0) (2020-10-01)
|
|
876
|
-
|
|
877
|
-
### Bug Fixes
|
|
878
|
-
|
|
879
|
-
- [GLUE-2600] - FileToken. Update Label Truncation ([#7615](https://github.com/procore/core/issues/7615)) ([bd663ea](https://github.com/procore/core/commit/bd663ea5801db6174d4f1797a1e0d6f177ca9b8b))
|
|
880
|
-
- [GLUE-2619] Select. Restore circular navigation and onScrollBottom functionality. ([#7613](https://github.com/procore/core/issues/7613)) ([bf66e7d](https://github.com/procore/core/commit/bf66e7dddb6464a99bdf0062bdd426af2847b19f))
|
|
881
|
-
- [GLUE-2629] NumberInput imprecise formatting in Safari ([#7625](https://github.com/procore/core/issues/7625)) ([dd9d4cf](https://github.com/procore/core/commit/dd9d4cf9df652d37f34ed5243ab98f7fdd56ae30))
|
|
882
|
-
|
|
883
|
-
### Features
|
|
884
|
-
|
|
885
|
-
- [GLUE-2271] Pill Select ([#7540](https://github.com/procore/core/issues/7540)) ([5ac9b14](https://github.com/procore/core/commit/5ac9b1413b946cb3782e6632e69c47f9f3a9a2d4))
|
|
886
|
-
- [GLUE-2615] fixing banner typography ([#7584](https://github.com/procore/core/issues/7584)) ([f4d63c7](https://github.com/procore/core/commit/f4d63c7497f2c8babe7b558d5c2529c8ab7fc12c))
|
|
887
|
-
- [GLUE-2620] - Update ThumbnailGrid ([#7606](https://github.com/procore/core/issues/7606)) ([7dd95e6](https://github.com/procore/core/commit/7dd95e6fc7d97266a45895c0234031edb2f4d4f9))
|
|
888
|
-
|
|
889
|
-
# [8.24.0](https://github.com/procore/core/compare/v8.23.1...v8.24.0) (2020-09-28)
|
|
890
|
-
|
|
891
|
-
### Bug Fixes
|
|
892
|
-
|
|
893
|
-
- Form Inline Error Style and Validation Tweak ([#7604](https://github.com/procore/core/issues/7604)) ([f08b3e0](https://github.com/procore/core/commit/f08b3e00cd45baf22e9ff183b213eb6c84d2034a))
|
|
894
|
-
- Form.Field.Create Props Type Correction ([#7592](https://github.com/procore/core/issues/7592)) ([c567a74](https://github.com/procore/core/commit/c567a74ce9d3f67dd5e058d227d1dfe6d9fc0cae))
|
|
895
|
-
- removing ActionButton + ActionDropdown ([#7585](https://github.com/procore/core/issues/7585)) ([fce98a3](https://github.com/procore/core/commit/fce98a3a0a4c2c69d30d1f8dc466b93bf0fd3e22))
|
|
896
|
-
- updated resize observer hook, and its usage ([#7555](https://github.com/procore/core/issues/7555)) ([bbaa39e](https://github.com/procore/core/commit/bbaa39e82fde5ebd29e6bb0c69a1979c540a4d9b))
|
|
897
|
-
|
|
898
|
-
### Features
|
|
899
|
-
|
|
900
|
-
- [Glue 2023] [Glue 1964] Form Inline Errors and Banner ([#7501](https://github.com/procore/core/issues/7501)) ([1e3c5ed](https://github.com/procore/core/commit/1e3c5ed81e882d1f5200897b68c162f7dc4df81f)), closes [#7420](https://github.com/procore/core/issues/7420)
|
|
901
|
-
- [GLUE-2134] Tiered Select Non-Selectable Tiers UX Update ([#7521](https://github.com/procore/core/issues/7521)) ([1f80945](https://github.com/procore/core/commit/1f8094558315d8bb8d39cbc44c61fce8d650262a))
|
|
902
|
-
- [GLUE-2163] Currency Input ([#7347](https://github.com/procore/core/issues/7347)) ([2b3b9e7](https://github.com/procore/core/commit/2b3b9e7137aa3c7dda90eec7e6ef0ad0e54c1215))
|
|
903
|
-
- [GLUE-2532] - Lazy-loading API for ThumbnailGrid ([#7395](https://github.com/procore/core/issues/7395)) ([bfcf4e6](https://github.com/procore/core/commit/bfcf4e6422a871819300e368c33f4c5540ebd34f))
|
|
904
|
-
- [GLUE-2578] UX changes to file attacher & file select ([#7579](https://github.com/procore/core/issues/7579)) ([49a1031](https://github.com/procore/core/commit/49a10311649911e99cd13a334f7675eb39bc6557))
|
|
905
|
-
- introduce FileSelect component ([#7137](https://github.com/procore/core/issues/7137)) ([7325ab4](https://github.com/procore/core/commit/7325ab403c61633062daecda024d8b76ea0e524a))
|
|
906
|
-
|
|
907
|
-
### Reverts
|
|
908
|
-
|
|
909
|
-
- Revert "chore: [GLUE-2595] - File Select optimization ([#7552](https://github.com/procore/core/issues/7552))" ([#7617](https://github.com/procore/core/issues/7617)) ([4a8e288](https://github.com/procore/core/commit/4a8e288969a63e8c933a707a620bc358deaf2574))
|
|
910
|
-
|
|
911
|
-
## [8.23.1](https://github.com/procore/core/compare/v8.23.0...v8.23.1) (2020-09-14)
|
|
912
|
-
|
|
913
|
-
### Bug Fixes
|
|
914
|
-
|
|
915
|
-
- (docs hidden break) number input decimalScale defaults to true (allow decimal numbers) ([#7543](https://github.com/procore/core/issues/7543)) ([b9762c0](https://github.com/procore/core/commit/b9762c04133731495c6a3ea225b19bc75d778100))
|
|
916
|
-
- export Font props interface ([dbb0adf](https://github.com/procore/core/commit/dbb0adfbbe41e0add2505cb00f829af054b878de))
|
|
917
|
-
|
|
918
|
-
# [8.23.0](https://github.com/procore/core/compare/v8.22.0...v8.23.0) (2020-09-10)
|
|
919
|
-
|
|
920
|
-
### Bug Fixes
|
|
921
|
-
|
|
922
|
-
- [GLUE-2511] WXPDetailPage - Multiple Content Cards ([#7504](https://github.com/procore/core/issues/7504)) ([b373dcc](https://github.com/procore/core/commit/b373dcc1586ecdfb4edb17ecd006beef74ecc76f))
|
|
923
|
-
- [GLUE-2596] Dropzone height in FileExplorer.LocalFiles flickers during rendering. Outer div of FileExplorer.ThumbnailGrid is in the tab order on FF. ([#7528](https://github.com/procore/core/issues/7528)) ([6be0999](https://github.com/procore/core/commit/6be099995fc7cfc0a0f4b7e774973da881976391))
|
|
924
|
-
|
|
925
|
-
### Features
|
|
926
|
-
|
|
927
|
-
- [GLUE-1968] Number Input ([#7190](https://github.com/procore/core/issues/7190)) ([bba9e64](https://github.com/procore/core/commit/bba9e64bb8f98863f4e23ed1e76d3e44ea5e8a38)), closes [#7458](https://github.com/procore/core/issues/7458)
|
|
928
|
-
- [GLUE-2494] Detail Page Section ([#7427](https://github.com/procore/core/issues/7427)) ([c091483](https://github.com/procore/core/commit/c091483bc6d881e78a00495df1e4f276c058f46c))
|
|
929
|
-
- [GLUE-2534] Virtualization and Groups API for ThumbnailGrid ([#7400](https://github.com/procore/core/issues/7400)) ([5572eb3](https://github.com/procore/core/commit/5572eb3eda826b248c15c5be0373f66691007c61))
|
|
930
|
-
|
|
931
|
-
# [8.22.0](https://github.com/procore/core/compare/v8.21.0...v8.22.0) (2020-08-28)
|
|
932
|
-
|
|
933
|
-
### Bug Fixes
|
|
934
|
-
|
|
935
|
-
- Form Checkboxes and Select TS - docs: Form DateSelect Date String ([#7445](https://github.com/procore/core/issues/7445)) ([7d54812](https://github.com/procore/core/commit/7d5481260e996d437c2927ccfa686d0fefaf45f2))
|
|
936
|
-
|
|
937
|
-
### Features
|
|
938
|
-
|
|
939
|
-
- [Glue 2285] Text Editor Error ([#7382](https://github.com/procore/core/issues/7382)) ([dcd838b](https://github.com/procore/core/commit/dcd838b6516cfc16000b91033fcf0ac22d915b77))
|
|
940
|
-
- [glue-1972] Checkbox Radio Button Error ([#7390](https://github.com/procore/core/issues/7390)) ([cb0495a](https://github.com/procore/core/commit/cb0495a07d289921b634e2e4a01a46fef763cd53))
|
|
941
|
-
- [GLUE-2418] Add FileTree to the FileExplorer ([#7243](https://github.com/procore/core/issues/7243)) ([378be88](https://github.com/procore/core/commit/378be88926d871e253cfa885b595e3ed07405377))
|
|
942
|
-
- [GLUE-2457] Tabs using new Menu ([#7291](https://github.com/procore/core/issues/7291)) ([047c178](https://github.com/procore/core/commit/047c178ce10adcb915e41e83b72b49205753ee19))
|
|
943
|
-
- GLUE-2509 New Typography Component ([#7361](https://github.com/procore/core/issues/7361)) ([749aefb](https://github.com/procore/core/commit/749aefb0609e112042293f9d0872a4fc54f4f3aa))
|
|
944
|
-
- toolbar for FileExplorer.Grid ([#7396](https://github.com/procore/core/issues/7396)) ([ea0e3d8](https://github.com/procore/core/commit/ea0e3d8d366cae311cee1ca64b81f558e27c8ebc))
|
|
945
|
-
|
|
946
|
-
# [8.21.0](https://github.com/procore/core/compare/v8.20.0...v8.21.0) (2020-08-13)
|
|
947
|
-
|
|
948
|
-
### Features
|
|
949
|
-
|
|
950
|
-
- [GLUE-2350] Add a qa prop to multiselect for configuring internal elements ([#7383](https://github.com/procore/core/issues/7383)) ([f1f6386](https://github.com/procore/core/commit/f1f638684ea08ba5071c3ea97d7cc2c6ad82e7cd))
|
|
951
|
-
- [GLUE-2388] MultiSelect using imperative menu ([#7260](https://github.com/procore/core/issues/7260)) ([9a6aca0](https://github.com/procore/core/commit/9a6aca061db03a2b3a2e78e139c56e4c13e3cf94))
|
|
952
|
-
- [GLUE-2455] Pagination with new Menu ([#7294](https://github.com/procore/core/issues/7294)) ([c555387](https://github.com/procore/core/commit/c555387692d7b0785790c1484b201fd0759fd60a))
|
|
953
|
-
- [GLUE-2527] New Pill component ([#7384](https://github.com/procore/core/issues/7384)) ([9733199](https://github.com/procore/core/commit/97331997b15b842ed483a1c0822e5fff85d715fa))
|
|
954
|
-
- [GLUE-2556] Update EmptyState in FileExplorer to use variant="compact" ([#7421](https://github.com/procore/core/issues/7421)) ([4def5b2](https://github.com/procore/core/commit/4def5b27def60422f123ad9eafc3dc0848e2cd29)), closes [#6929](https://github.com/procore/core/issues/6929)
|
|
955
|
-
|
|
956
|
-
# [8.20.0](https://github.com/procore/core/compare/v8.19.0...v8.20.0) (2020-07-31)
|
|
957
|
-
|
|
958
|
-
### Bug Fixes
|
|
959
|
-
|
|
960
|
-
- [glue-2454] Banner text alignment when no title ([#7325](https://github.com/procore/core/issues/7325)) ([e6fa4bd](https://github.com/procore/core/commit/e6fa4bdc8e6e3259a0f30a531656150cb02ad548))
|
|
961
|
-
- [GLUE-2524] fix ZIndex for Portal ([#7369](https://github.com/procore/core/issues/7369)) ([a6b2c26](https://github.com/procore/core/commit/a6b2c261da6c9060c38258f2b3410b3d624f43f1))
|
|
962
|
-
- [GLUE-2525] Increase modal specificity ([#7371](https://github.com/procore/core/issues/7371)) ([ef7eaf3](https://github.com/procore/core/commit/ef7eaf31438bb68edf819fdf1fd242f70138b1d4))
|
|
963
|
-
- highlight first item when navigation ([#7370](https://github.com/procore/core/issues/7370)) ([8eaa60b](https://github.com/procore/core/commit/8eaa60b8e55740ca01875291d643b327c943857e))
|
|
964
|
-
- use the proper default i18n scope for menu search ([#7401](https://github.com/procore/core/issues/7401)) ([e0bccd9](https://github.com/procore/core/commit/e0bccd9c98fe28ae820c98fba4b84c605214b32b))
|
|
965
|
-
|
|
966
|
-
### Features
|
|
967
|
-
|
|
968
|
-
- [GLUE-2384] Select using MenuImperative ([#7253](https://github.com/procore/core/issues/7253)) ([d314327](https://github.com/procore/core/commit/d31432741a35551857547642ec3673e1c23a7614))
|
|
969
|
-
- [GLUE-2492] Detail Page action buttons and v2 docs ([#7352](https://github.com/procore/core/issues/7352)) ([ac28e6d](https://github.com/procore/core/commit/ac28e6db9ecf78f2068b18efa98203c417d504b0))
|
|
970
|
-
|
|
971
|
-
# [8.19.0](https://github.com/procore/core/compare/v8.18.3...v8.19.0) (2020-07-21)
|
|
972
|
-
|
|
973
|
-
### Bug Fixes
|
|
974
|
-
|
|
975
|
-
- [Glue 2493] Form TypeScript Improvement ([#7322](https://github.com/procore/core/issues/7322)) ([e5bb948](https://github.com/procore/core/commit/e5bb9481443e9f9480be68a053566aa3ba2c3926))
|
|
976
|
-
- allow custom components with no html ([c3cf323](https://github.com/procore/core/commit/c3cf323468ccabcb9817713a5641b34b74c9e517))
|
|
977
|
-
- Box type of flex should be string | number ([#7321](https://github.com/procore/core/issues/7321)) ([c179a6f](https://github.com/procore/core/commit/c179a6f4177187f738794c76d772adb9f0438694))
|
|
978
|
-
- export type to allow custom components ([c89c2c5](https://github.com/procore/core/commit/c89c2c50e11dce95e8fc0b38293583180172c7b0))
|
|
979
|
-
- indicate all keys required when using object api ([2a7ef72](https://github.com/procore/core/commit/2a7ef727cdb1ae78b6219b96ef2ce573cbd886dd))
|
|
980
|
-
- third tier children api ([6818a21](https://github.com/procore/core/commit/6818a21bfb56908389ae0b7b8237e0554b8b60a3))
|
|
981
|
-
- update FileExplorer.LocalFiles uploading state when it is unmounted ([#7304](https://github.com/procore/core/issues/7304)) ([3c8f721](https://github.com/procore/core/commit/3c8f721cacdadccfe2356e0b055ee5f759893a9e))
|
|
982
|
-
|
|
983
|
-
### Features
|
|
984
|
-
|
|
985
|
-
- [Glue 2284] [Glue 2286] Add RadioButtons and Checkboxes to Form ([#7221](https://github.com/procore/core/issues/7221)) ([91990ef](https://github.com/procore/core/commit/91990ef953981c79896982518f2dddc4e9e953e0)), closes [#5351](https://github.com/procore/core/issues/5351)
|
|
986
|
-
- [GLUE-2355] Form Select Groups and Custom Renders ([#7193](https://github.com/procore/core/issues/7193)) ([8a5c3c1](https://github.com/procore/core/commit/8a5c3c14695d77b0d26053423882ac740eaff45a))
|
|
987
|
-
|
|
988
|
-
## [8.18.3](https://github.com/procore/core/compare/v8.18.2...v8.18.3) (2020-07-16)
|
|
989
|
-
|
|
990
|
-
### Bug Fixes
|
|
991
|
-
|
|
992
|
-
- [GLUE-2124] top left portal interrupts pointer events ([#7267](https://github.com/procore/core/issues/7267)) ([d272fe6](https://github.com/procore/core/commit/d272fe650d46251dbe99f4ccb20f4b90ecca473e))
|
|
993
|
-
- fixes pluralization in file tree and dropzone ([#7251](https://github.com/procore/core/issues/7251)) ([2fe8a67](https://github.com/procore/core/commit/2fe8a67545ee08c49f29f6a7c17af4f3e273497f)), closes [#7205](https://github.com/procore/core/issues/7205)
|
|
994
|
-
|
|
995
|
-
## [8.18.2](https://github.com/procore/core/compare/v8.18.1...v8.18.2) (2020-07-14)
|
|
996
|
-
|
|
997
|
-
### Bug Fixes
|
|
998
|
-
|
|
999
|
-
- Form missing children from read view ([#7305](https://github.com/procore/core/issues/7305)) ([1296dc0](https://github.com/procore/core/commit/1296dc005f24b118abfe161a7e005590a30dc41f))
|
|
1000
|
-
|
|
1001
|
-
# [8.18.0](https://github.com/procore/core/compare/v8.17.0...v8.18.0) (2020-07-13)
|
|
1002
|
-
|
|
1003
|
-
### Bug Fixes
|
|
1004
|
-
|
|
1005
|
-
- [GLUE-2430] Banner overlaps to dropzone after second uploading files with unsupported file types ([#7089](https://github.com/procore/core/issues/7089)) ([1e2ede6](https://github.com/procore/core/commit/1e2ede6f39592071449668d5c25cbe4ad159cbd0))
|
|
1006
|
-
- fixing up types and declarations ([#7225](https://github.com/procore/core/issues/7225)) ([b241cbb](https://github.com/procore/core/commit/b241cbb48c1b3cce9c2dcc22ae98a019fc57e46a))
|
|
1007
|
-
|
|
1008
|
-
### Features
|
|
1009
|
-
|
|
1010
|
-
- [GLUE-1928] Introduce FileTree component ([#6389](https://github.com/procore/core/issues/6389)) ([c210f33](https://github.com/procore/core/commit/c210f332cbca14af611289f755ad242a1094c388))
|
|
1011
|
-
- [GLUE-2292] Prevent form submission with enter key with input focus ([#6866](https://github.com/procore/core/issues/6866)) ([5183d8c](https://github.com/procore/core/commit/5183d8cf5f7c3a14f9e366b311547992aa22ee27))
|
|
1012
|
-
- [GLUE-2294] Form Text Area Display Blank Space ([#7032](https://github.com/procore/core/issues/7032)) ([c318c9b](https://github.com/procore/core/commit/c318c9bbadbea3ad9c9e5bedbf7b661a924a0813))
|
|
1013
|
-
- [GLUE-2385] Dropdown using new menu ([#7079](https://github.com/procore/core/issues/7079)) ([ff27ef8](https://github.com/procore/core/commit/ff27ef8ebc7cb8cb0955e14586f6a45090ef4d63))
|
|
1014
|
-
- [GLUE-2387] tiered select imperative menu ([#7125](https://github.com/procore/core/issues/7125)) ([16209eb](https://github.com/procore/core/commit/16209ebb6fe5dcd14cc8af482448a395129b1730))
|
|
1015
|
-
|
|
1016
|
-
### Reverts
|
|
1017
|
-
|
|
1018
|
-
- "feat: [GLUE-2385] Dropdown using new menu ([#7079](https://github.com/procore/core/issues/7079))" ([#7245](https://github.com/procore/core/issues/7245)) ([f42f687](https://github.com/procore/core/commit/f42f687643938626d52434fcfaa661139bcb13ca))
|
|
1019
|
-
|
|
1020
|
-
# [8.17.0](https://github.com/procore/core/compare/v8.16.1...v8.17.0) (2020-06-26)
|
|
1021
|
-
|
|
1022
|
-
### Bug Fixes
|
|
1023
|
-
|
|
1024
|
-
- [GLUE-2424] Use correct error icon on Banner ([#7059](https://github.com/procore/core/issues/7059)) ([5071f3e](https://github.com/procore/core/commit/5071f3ee2e6ccf2b7d00334a3bc118f69039932d))
|
|
1025
|
-
- remove extra setDisplayed causing old date to appear on cal ([#6978](https://github.com/procore/core/issues/6978)) ([3ef5f01](https://github.com/procore/core/commit/3ef5f0179be5d24d68681cf1a7fcdcc3d60bb928))
|
|
1026
|
-
- remove onSelect from DateSelect props ([#5925](https://github.com/procore/core/issues/5925)) ([1071a47](https://github.com/procore/core/commit/1071a47097b9cbd339dd63734de23ec255c153cf))
|
|
1027
|
-
- **deps:** update dependency @tinymce/tinymce-react to v3.5.0 ([#5920](https://github.com/procore/core/issues/5920)) ([d9ecc51](https://github.com/procore/core/commit/d9ecc516a5083637be6e9157faa29e4c257730e4))
|
|
1028
|
-
- **deps:** update dependency typescript to v3.8.2 ([#5904](https://github.com/procore/core/issues/5904)) ([a5326d6](https://github.com/procore/core/commit/a5326d63c70884e9d28729face9267c1bcd19cff))
|
|
1029
|
-
- **deps:** update react monorepo ([#5947](https://github.com/procore/core/issues/5947)) ([ad74eb1](https://github.com/procore/core/commit/ad74eb130a553c4c5b99fef9ddeb15121506b5aa))
|
|
1030
|
-
- **deps:** update typescript-eslint monorepo to v2.21.0 ([#5926](https://github.com/procore/core/issues/5926)) ([83de6f8](https://github.com/procore/core/commit/83de6f811de00a6315dd4ddf041bed343623ac80))
|
|
1031
|
-
|
|
1032
|
-
### Features
|
|
1033
|
-
|
|
1034
|
-
- [Glue 2352] Form 12 Column Grid ([#7012](https://github.com/procore/core/issues/7012)) ([9497224](https://github.com/procore/core/commit/94972241c5d48b9e99035ed91ccdc8cc4ce21f0f))
|
|
1035
|
-
- [GLUE-1770] Imperative Menu ([#6992](https://github.com/procore/core/issues/6992)) ([4104918](https://github.com/procore/core/commit/41049181fb5f801525f93e1eec02f0dfedcbd83e))
|
|
1036
|
-
- **core-react:** allow Link to be used without href prop ([#5927](https://github.com/procore/core/issues/5927)) ([e598e06](https://github.com/procore/core/commit/e598e06061d1b219544210d9f213cafdc22262cc))
|
|
1037
|
-
- **core-react:** story for input field ([#5929](https://github.com/procore/core/issues/5929)) ([7e11d25](https://github.com/procore/core/commit/7e11d25d7cbeed947c2ec3ed93a995922ea26932))
|
|
1038
|
-
|
|
1039
|
-
## [8.16.1](https://github.com/procore/core/compare/v8.16.0...v8.16.1) (2020-06-25)
|
|
1040
|
-
|
|
1041
|
-
**Note:** Version bump only for package @procore/core-react
|
|
1042
|
-
|
|
1043
|
-
# [8.16.0](https://github.com/procore/core/compare/v8.15.0...v8.16.0) (2020-06-16)
|
|
1044
|
-
|
|
1045
|
-
### Bug Fixes
|
|
1046
|
-
|
|
1047
|
-
- dark mode corrections on tabs ([#6937](https://github.com/procore/core/issues/6937)) ([17cc1e5](https://github.com/procore/core/commit/17cc1e5f1c297deeb7859d64fcf3a2399fffbf3d))
|
|
1048
|
-
- **core-react:** fix tabindex ([a20de2f](https://github.com/procore/core/commit/a20de2f0b68e3390d3b76e38b4db100aaa9e9de3))
|
|
1049
|
-
- **core-react, core-css:** address review comments ([7ff560b](https://github.com/procore/core/commit/7ff560b36c53ea23e74f3c7d621c0dba0c39a727))
|
|
1050
|
-
- add index-based key to Banner Actions ([0fdfc36](https://github.com/procore/core/commit/0fdfc3603717691b5c0a1acff2c4eb5f09b59964))
|
|
1051
|
-
|
|
1052
|
-
### Features
|
|
1053
|
-
|
|
1054
|
-
- **core-react, core-css:** implement FileList component ([245f728](https://github.com/procore/core/commit/245f728f7e35ad413cb31eb24e7a7c55dfc20370))
|
|
1055
|
-
- **core-react,core-docs,core-css:** introduce FileAttacher component ([66ee19d](https://github.com/procore/core/commit/66ee19db4f45a849760ac5bd6436d1b1bc321985))
|
|
1056
|
-
- [GLUE-2348] Adding new cases in StoryBook for ProgressBar component ([#6841](https://github.com/procore/core/issues/6841)) ([33b56a2](https://github.com/procore/core/commit/33b56a290c20b4774961b9193442896551f5309a))
|
|
1057
|
-
|
|
1058
|
-
# [8.15.0](https://github.com/procore/core/compare/v8.14.1...v8.15.0) (2020-06-04)
|
|
1059
|
-
|
|
1060
|
-
### Bug Fixes
|
|
1061
|
-
|
|
1062
|
-
- **core-react:** fix storybook build failure ([#6862](https://github.com/procore/core/issues/6862)) ([41ebc35](https://github.com/procore/core/commit/41ebc350c7699616e533096a80b88cfb07d52e11))
|
|
1063
|
-
- add name to the memoization dependency list ([f38ae26](https://github.com/procore/core/commit/f38ae2616079304fa0a18aa6ef75725d2c9c8464))
|
|
1064
|
-
- moving images to EmptyState component ([#6757](https://github.com/procore/core/issues/6757)) ([ff595c1](https://github.com/procore/core/commit/ff595c1a59b7946e229f8fc1733030bd66915b20))
|
|
1065
|
-
- remove labelClassName API ([#6771](https://github.com/procore/core/issues/6771)) ([43ae822](https://github.com/procore/core/commit/43ae822a6f2f78efb78d9cefa27d15b3a310be6d))
|
|
1066
|
-
- **core-css:** fix white overlay being shown on a focused thumbnail ([#6714](https://github.com/procore/core/issues/6714)) ([6e08caa](https://github.com/procore/core/commit/6e08caaa04716988719e7c86a84ccee58529077b))
|
|
1067
|
-
- [GLUE-2283] Form.Form Update ([#6723](https://github.com/procore/core/issues/6723)) ([d9dbfa1](https://github.com/procore/core/commit/d9dbfa1873b81fb14d709ca1050aea55615c5ce5)), closes [#4164](https://github.com/procore/core/issues/4164) [/github.com/procore/core/projects/7#card-38243341](https://github.com//github.com/procore/core/projects/7/issues/card-38243341) [#4990](https://github.com/procore/core/issues/4990)
|
|
1068
|
-
|
|
1069
|
-
### Features
|
|
1070
|
-
|
|
1071
|
-
- [GLUE-2184][glue-2192] Paragraph and Unordered List ([#5431](https://github.com/procore/core/issues/5431)) ([8a3d640](https://github.com/procore/core/commit/8a3d6401f05c473c53506411c5135593d41be869))
|
|
1072
|
-
|
|
1073
|
-
### Performance Improvements
|
|
1074
|
-
|
|
1075
|
-
- memoize useField requiredness check ([3971ba6](https://github.com/procore/core/commit/3971ba63c1ba7907a6d93af263761f39a0b02833))
|
|
1076
|
-
|
|
1077
|
-
## [8.14.1](https://github.com/procore/core/compare/v8.14.0...v8.14.1) (2020-05-21)
|
|
1078
|
-
|
|
1079
|
-
**Note:** Version bump only for package @procore/core-react
|
|
1080
|
-
|
|
1081
|
-
# [8.14.0](https://github.com/procore/core/compare/v8.13.0...v8.14.0) (2020-05-21)
|
|
1082
|
-
|
|
1083
|
-
### Features
|
|
1084
|
-
|
|
1085
|
-
- new variant prop ([8ce4a01](https://github.com/procore/core/commit/8ce4a01578379950dd633c727d6884159613ac18))
|
|
1086
|
-
|
|
1087
|
-
# [8.13.0](https://github.com/procore/core/compare/v8.12.0...v8.13.0) (2020-05-20)
|
|
1088
|
-
|
|
1089
|
-
### Bug Fixes
|
|
1090
|
-
|
|
1091
|
-
- **core-react:** Fix Storybook box-sizing CSS ([9b674f9](https://github.com/procore/core/commit/9b674f922cc7e82833cf29150628d630e74b55db))
|
|
1092
|
-
- **core-react:** Thumbnail caption customization fix ([#6608](https://github.com/procore/core/issues/6608)) ([941f745](https://github.com/procore/core/commit/941f7451e3b9a634a14205d166682af97efc7e17))
|
|
1093
|
-
- **deps:** update dependency @types/jest to v25.2.2 ([#6578](https://github.com/procore/core/issues/6578)) ([183ac23](https://github.com/procore/core/commit/183ac23cd970266032e4aa1f87ff56df9158af22))
|
|
1094
|
-
- **deps:** update dependency @types/jest to v25.2.3 ([#6641](https://github.com/procore/core/issues/6641)) ([3ae6d7a](https://github.com/procore/core/commit/3ae6d7a40f1dcf56ee4bdc191b78dbeb2b83433f))
|
|
1095
|
-
- **deps:** update dependency @types/node to v12.12.39 ([#6570](https://github.com/procore/core/issues/6570)) ([c3711ed](https://github.com/procore/core/commit/c3711ed0986a900fb4d2588096a0108c3fd42587))
|
|
1096
|
-
- **deps:** update dependency eslint-plugin-react-hooks to v4.0.1 ([#6556](https://github.com/procore/core/issues/6556)) ([2c2a027](https://github.com/procore/core/commit/2c2a027ffb72cd333b1471346ada60521c8b41e2))
|
|
1097
|
-
- **deps:** update dependency eslint-plugin-react-hooks to v4.0.2 ([#6576](https://github.com/procore/core/issues/6576)) ([07246af](https://github.com/procore/core/commit/07246af72520d443d09c2d843dece5a0192dccd4))
|
|
1098
|
-
- **deps:** update typescript-eslint monorepo to v2.32.0 ([#6549](https://github.com/procore/core/issues/6549)) ([10bd32b](https://github.com/procore/core/commit/10bd32b642eb377740d6554a29bd3b524a6636c4))
|
|
1099
|
-
- **deps:** update typescript-eslint monorepo to v2.33.0 ([#6566](https://github.com/procore/core/issues/6566)) ([c07e068](https://github.com/procore/core/commit/c07e068abca2975d01dd24c4f4f6a32349d5b947))
|
|
1100
|
-
- **deps:** update typescript-eslint monorepo to v2.34.0 ([#6636](https://github.com/procore/core/issues/6636)) ([cb4162c](https://github.com/procore/core/commit/cb4162cf3d324c21b8b18616435b219d516b82dd))
|
|
1101
|
-
|
|
1102
|
-
### Features
|
|
1103
|
-
|
|
1104
|
-
- [GLUE-1929] Token List component ([#6222](https://github.com/procore/core/issues/6222)) ([cc92530](https://github.com/procore/core/commit/cc9253048fd518ce89e163417cdaf71da5beae24))
|
|
1105
|
-
- **core-react:** Add "clickable" Thumbnail API to allow preventing hover UI effects ([#6605](https://github.com/procore/core/issues/6605)) ([a1507b5](https://github.com/procore/core/commit/a1507b5a344ce0eab250df1b6954d11809b3c22a))
|
|
1106
|
-
- [GLUE-2220] dropzone error banner resets dropError on dismiss ([#6519](https://github.com/procore/core/issues/6519)) ([d40bc13](https://github.com/procore/core/commit/d40bc13f3b568a9618cd2773e417121b3a2c5a3b))
|
|
1107
|
-
- exposing contact-item publicly, size just medium ([f4ecac5](https://github.com/procore/core/commit/f4ecac51fae3534cb86fd45d81de37e2be9a3279))
|
|
1108
|
-
|
|
1109
|
-
# [8.12.0](https://github.com/procore/core/compare/v8.11.0...v8.12.0) (2020-05-08)
|
|
1110
|
-
|
|
1111
|
-
### Bug Fixes
|
|
1112
|
-
|
|
1113
|
-
- **behavior correction:** [GLUE-2191] Prevent final animation on re-mount and re-visible FileToken component ([#6503](https://github.com/procore/core/issues/6503)) ([41f4668](https://github.com/procore/core/commit/41f4668d508edc7b47334462df1a9579bf5fcccc))
|
|
1114
|
-
- **behavior correction:** Prevent final animation of ProgressBar component on mounting ([#6475](https://github.com/procore/core/issues/6475)) ([f48a1c5](https://github.com/procore/core/commit/f48a1c559b9c95eb13602cf2124d81e00797188c))
|
|
1115
|
-
- **core-react:** [GLUE-2195] Form Checkbox Undefined Initial Value ([#6497](https://github.com/procore/core/issues/6497)) ([7e1dae7](https://github.com/procore/core/commit/7e1dae7735aba87bdc3192edba4b0f04c4b92016))
|
|
1116
|
-
- **deps:** update dependency @tinymce/tinymce-react to v3.6.0 ([#6514](https://github.com/procore/core/issues/6514)) ([fcd9743](https://github.com/procore/core/commit/fcd974323ed2661b54e912d6278314be8f622594))
|
|
1117
|
-
- hide overlay when trigger is "none" (OverlayTrigger) ([#6434](https://github.com/procore/core/issues/6434)) ([a363d5d](https://github.com/procore/core/commit/a363d5d7ceebe8ccd037bbe02238c4533a53f4de))
|
|
1118
|
-
- same domain urls were being changed to relative hrefs ([#6449](https://github.com/procore/core/issues/6449)) ([57e0e52](https://github.com/procore/core/commit/57e0e5222d31a1c8a33a3ab8add964872033388c))
|
|
1119
|
-
- satisfying typescript/linter warnings ([#6433](https://github.com/procore/core/issues/6433)) ([dd2f1ee](https://github.com/procore/core/commit/dd2f1ee08b96c3b6072af24a73cdb53375a14b78))
|
|
1120
|
-
- Thumbnail issues ([#6425](https://github.com/procore/core/issues/6425)) ([caf705d](https://github.com/procore/core/commit/caf705da5e6dd950c9a03ae1aef659786862a995))
|
|
1121
|
-
- undefined checkbox value keeps as boolean ([ae64131](https://github.com/procore/core/commit/ae64131454ecbb9546b1eab4a640db9b9f8e4622))
|
|
1122
|
-
- **behavior correction:** Preventing of extra animation after ProgressBar component re-rendering ([#6379](https://github.com/procore/core/issues/6379)) ([9779311](https://github.com/procore/core/commit/9779311d9e506128e77e5a437013a5fac7e23465))
|
|
1123
|
-
- **deps:** update dependency @tinymce/tinymce-react to v3.5.1 ([#6453](https://github.com/procore/core/issues/6453)) ([b2d4b11](https://github.com/procore/core/commit/b2d4b1129aec7c9a78f977efd4b1cb06207f641d))
|
|
1124
|
-
- **deps:** update dependency @types/node to v12.12.38 ([#6491](https://github.com/procore/core/issues/6491)) ([d52a3cc](https://github.com/procore/core/commit/d52a3ccdf5b7b2f3bbaf49a70830eda8fedb3923))
|
|
1125
|
-
- **deps:** update dependency eslint-plugin-react-hooks to v4 ([#6466](https://github.com/procore/core/issues/6466)) ([d5ea254](https://github.com/procore/core/commit/d5ea25495cac58364f15bb8865212c04eeb5d2b3))
|
|
1126
|
-
- **deps:** update dependency node-sass to v4.14.1 ([#6482](https://github.com/procore/core/issues/6482)) ([77c2c4d](https://github.com/procore/core/commit/77c2c4da61e4fc089e0d80810a0ce42971c7a3e0))
|
|
1127
|
-
- **deps:** update jest monorepo to v25.5.0 ([#6440](https://github.com/procore/core/issues/6440)) ([204b2e4](https://github.com/procore/core/commit/204b2e491f154e71fa16f17e975624d1b121a7b6))
|
|
1128
|
-
- **deps:** update jest monorepo to v25.5.1 ([#6443](https://github.com/procore/core/issues/6443)) ([e919c47](https://github.com/procore/core/commit/e919c4752de0c7e82346a1408c0e9278ee188c28))
|
|
1129
|
-
- **deps:** update typescript-eslint monorepo to v2.30.0 ([#6424](https://github.com/procore/core/issues/6424)) ([a66670c](https://github.com/procore/core/commit/a66670c4f43aae7f8bade9a08176d3613b11a76d))
|
|
1130
|
-
- **deps:** update typescript-eslint monorepo to v2.31.0 ([#6476](https://github.com/procore/core/issues/6476)) ([8c1b50f](https://github.com/procore/core/commit/8c1b50fba37c46211efcf4d145f870a8d711d51f))
|
|
1131
|
-
|
|
1132
|
-
# [8.11.0](https://github.com/procore/core/compare/v8.10.0...v8.11.0) (2020-04-27)
|
|
1133
|
-
|
|
1134
|
-
### Bug Fixes
|
|
1135
|
-
|
|
1136
|
-
- **deps:** update dependency @types/node to v12.12.36 ([#6362](https://github.com/procore/core/issues/6362)) ([c24a269](https://github.com/procore/core/commit/c24a2691ec702c7977944654b72c52edb807cd4a))
|
|
1137
|
-
- **deps:** update dependency @types/node to v12.12.37 ([#6387](https://github.com/procore/core/issues/6387)) ([6c0c714](https://github.com/procore/core/commit/6c0c71458f17b5d130a1e69cb4ab4e8e9d1e5059))
|
|
1138
|
-
- **deps:** update dependency eslint-config-prettier to v6.11.0 ([#6385](https://github.com/procore/core/issues/6385)) ([74ef8e8](https://github.com/procore/core/commit/74ef8e8ef2b9f93c84ec9ff76557c15c6de20855))
|
|
1139
|
-
- **deps:** update dependency node-sass to v4.14.0 ([#6396](https://github.com/procore/core/issues/6396)) ([4bbc690](https://github.com/procore/core/commit/4bbc6904fea9da1f8cb472b6854d32284412e49c))
|
|
1140
|
-
- **deps:** update dependency react-dropzone to v10.2.2 ([#6359](https://github.com/procore/core/issues/6359)) ([64d953d](https://github.com/procore/core/commit/64d953d0f4d426b520b704a2b673d4eedc59e0e6))
|
|
1141
|
-
- **deps:** update jest monorepo to v25.4.0 ([#6367](https://github.com/procore/core/issues/6367)) ([dfcdc0b](https://github.com/procore/core/commit/dfcdc0b3890fff37889cf5f63efa0628d0243130))
|
|
1142
|
-
- **deps:** update typescript-eslint monorepo to v2.29.0 ([#6370](https://github.com/procore/core/issues/6370)) ([52af1e6](https://github.com/procore/core/commit/52af1e65474c94870a6c308d0633128f0911c6b5))
|
|
1143
|
-
- [GLUE-2136][glue-1963] Form Style Updates and More Docs ([#6292](https://github.com/procore/core/issues/6292)) ([be0a75c](https://github.com/procore/core/commit/be0a75cd1ed1b11a65ba874d5aca31ce182a96bf))
|
|
1144
|
-
- make formik a true dep ([#6345](https://github.com/procore/core/issues/6345)) ([c3a01c5](https://github.com/procore/core/commit/c3a01c5ac2ce7f8f4626e9e4f08491f2ad11ca9e))
|
|
1145
|
-
- **deps:** update typescript-eslint monorepo to v2.28.0 ([#6324](https://github.com/procore/core/issues/6324)) ([2953da0](https://github.com/procore/core/commit/2953da0c4b54f18f979f64a14f10defc64721ac2))
|
|
1146
|
-
|
|
1147
|
-
### Features
|
|
1148
|
-
|
|
1149
|
-
- [GLUE-1925] Introduce Dropzone component ([#5796](https://github.com/procore/core/issues/5796)) ([fac3516](https://github.com/procore/core/commit/fac351643a48c9fde558ebfb4d9405a4756eaa70)), closes [#5920](https://github.com/procore/core/issues/5920) [#5922](https://github.com/procore/core/issues/5922) [#5919](https://github.com/procore/core/issues/5919) [#5918](https://github.com/procore/core/issues/5918) [#5917](https://github.com/procore/core/issues/5917) [#5916](https://github.com/procore/core/issues/5916) [#5904](https://github.com/procore/core/issues/5904) [#5926](https://github.com/procore/core/issues/5926) [#5931](https://github.com/procore/core/issues/5931) [#5928](https://github.com/procore/core/issues/5928) [#5933](https://github.com/procore/core/issues/5933) [#5932](https://github.com/procore/core/issues/5932) [#5925](https://github.com/procore/core/issues/5925) [#5924](https://github.com/procore/core/issues/5924) [#5921](https://github.com/procore/core/issues/5921) [#5940](https://github.com/procore/core/issues/5940) [#5935](https://github.com/procore/core/issues/5935) [#5941](https://github.com/procore/core/issues/5941) [#5936](https://github.com/procore/core/issues/5936) [#5939](https://github.com/procore/core/issues/5939) [#5938](https://github.com/procore/core/issues/5938) [#5934](https://github.com/procore/core/issues/5934) [#5937](https://github.com/procore/core/issues/5937) [#5927](https://github.com/procore/core/issues/5927) [#5929](https://github.com/procore/core/issues/5929) [#5942](https://github.com/procore/core/issues/5942) [#5943](https://github.com/procore/core/issues/5943) [#5947](https://github.com/procore/core/issues/5947) [#5945](https://github.com/procore/core/issues/5945)
|
|
1150
|
-
- [GLUE-1946] - Introduce FileToken component ([#6100](https://github.com/procore/core/issues/6100)) ([bfb94af](https://github.com/procore/core/commit/bfb94af860a45bddf328cead7e5ff9218f03f337))
|
|
1151
|
-
- [Glue-1975][glue-1967] Form Tooltip, Tiered Select, Group Select ([#6341](https://github.com/procore/core/issues/6341)) ([4083672](https://github.com/procore/core/commit/4083672a4fc955cf8720422c1d1ad7e3f0bca5b0))
|
|
1152
|
-
- [GLUE-2074] Updating to use latest tinymce ([#6220](https://github.com/procore/core/issues/6220)) ([f87c45b](https://github.com/procore/core/commit/f87c45be791a315ff95e5f02b32ed1bd858a451d))
|
|
1153
|
-
|
|
1154
|
-
# [8.10.0](https://github.com/procore/core/compare/v8.9.1...v8.10.0) (2020-04-10)
|
|
1155
|
-
|
|
1156
|
-
### Bug Fixes
|
|
1157
|
-
|
|
1158
|
-
- actiondropdown story ([#6312](https://github.com/procore/core/issues/6312)) ([b0ba949](https://github.com/procore/core/commit/b0ba949d9e6db9b99c16a684cbe1fbaa0d7700c8))
|
|
1159
|
-
- **deps:** update dependency @types/node to v12.12.35 ([#6290](https://github.com/procore/core/issues/6290)) ([f3a211b](https://github.com/procore/core/commit/f3a211b42b8f7132e397ebfa0790c0389d29709d))
|
|
1160
|
-
- **deps:** update jest monorepo to v25.3.0 ([#6280](https://github.com/procore/core/issues/6280)) ([0ddc629](https://github.com/procore/core/commit/0ddc6295383173681154d9c7e26a8e58efb86605))
|
|
1161
|
-
- [GLUE-2066] add correct size to confirm modal icon ([#6256](https://github.com/procore/core/issues/6256)) ([6d9d76e](https://github.com/procore/core/commit/6d9d76e7797b4519853505fdc88eb853c2aa733c))
|
|
1162
|
-
- [GLUE-2106] dynamic OverlayTrigger "trigger" prop ([#6193](https://github.com/procore/core/issues/6193)) ([3b23bb1](https://github.com/procore/core/commit/3b23bb1f3266b249b37514f1ba052a0105a3581e)), closes [#5333](https://github.com/procore/core/issues/5333)
|
|
1163
|
-
- no longer using line height ([#6261](https://github.com/procore/core/issues/6261)) ([3db9016](https://github.com/procore/core/commit/3db9016dcc5987d5159aa664be4312b583997f48))
|
|
1164
|
-
- **deps:** update dependency @types/jest to v25.1.5 ([#6230](https://github.com/procore/core/issues/6230)) ([ec93d82](https://github.com/procore/core/commit/ec93d824b41c746bb1b0f85aa0ecd80d27fada93))
|
|
1165
|
-
- **deps:** update dependency @types/jest to v25.2.1 ([#6244](https://github.com/procore/core/issues/6244)) ([e60e8b3](https://github.com/procore/core/commit/e60e8b3eeddd6186c5b233cae82f1313610ba3d6))
|
|
1166
|
-
- **deps:** update dependency @types/node to v12.12.32 ([#6160](https://github.com/procore/core/issues/6160)) ([2425963](https://github.com/procore/core/commit/2425963c4839358e2637bf0b3fbef2fd923c63e4))
|
|
1167
|
-
- **deps:** update dependency @types/node to v12.12.33 ([#6184](https://github.com/procore/core/issues/6184)) ([172b4e5](https://github.com/procore/core/commit/172b4e5813f8fefc497fac4fd928d8de1a26ee38))
|
|
1168
|
-
- **deps:** update dependency @types/node to v12.12.34 ([#6187](https://github.com/procore/core/issues/6187)) ([7f06ed6](https://github.com/procore/core/commit/7f06ed680e640c8133e8edbaaf54f9ed1b495359))
|
|
1169
|
-
- **deps:** update dependency eslint-plugin-react-hooks to v3 ([#6155](https://github.com/procore/core/issues/6155)) ([eb384fa](https://github.com/procore/core/commit/eb384fa88f222219917b4bc709f9cfa330e87182))
|
|
1170
|
-
- **deps:** update jest monorepo to v25.2.3 ([#6156](https://github.com/procore/core/issues/6156)) ([7579f26](https://github.com/procore/core/commit/7579f2668ccf467bbdb8dfb2d1f34d835d632bda))
|
|
1171
|
-
- **deps:** update jest monorepo to v25.2.4 ([#6172](https://github.com/procore/core/issues/6172)) ([8c45727](https://github.com/procore/core/commit/8c4572774d333e7bc6a7d499d949bb93f959bde7))
|
|
1172
|
-
- **deps:** update jest monorepo to v25.2.6 ([#6224](https://github.com/procore/core/issues/6224)) ([78a1e06](https://github.com/procore/core/commit/78a1e064139a45ddb8d0230da364e323fa658292))
|
|
1173
|
-
- **deps:** update typescript-eslint monorepo to v2.26.0 ([#6177](https://github.com/procore/core/issues/6177)) ([7bfe953](https://github.com/procore/core/commit/7bfe953fd5a89187d1856a424b70a9a7abd007ed))
|
|
1174
|
-
- **deps:** update typescript-eslint monorepo to v2.27.0 ([#6254](https://github.com/procore/core/issues/6254)) ([defbfde](https://github.com/procore/core/commit/defbfde80042f9b246f9e84ee25a97a1414b6801))
|
|
1175
|
-
|
|
1176
|
-
### Features
|
|
1177
|
-
|
|
1178
|
-
- [GLUE-2019] - Banner Component Update ([#6080](https://github.com/procore/core/issues/6080)) ([56b520d](https://github.com/procore/core/commit/56b520da1755d42e3c3cedafad925928707d0931))
|
|
1179
|
-
- [GLUE-2024] Core React Form ([#6055](https://github.com/procore/core/issues/6055)) ([f4e353d](https://github.com/procore/core/commit/f4e353dac7bca99741576ff8677729414e6920fb))
|
|
1180
|
-
- [GLUE-2095] Update means of user interaction for ActionDropdown ([#6158](https://github.com/procore/core/issues/6158)) ([1bec1dd](https://github.com/procore/core/commit/1bec1ddafe5b57c18d383050ce127d0fe09cf2da))
|
|
1181
|
-
- **core-react,core-docs,core-css:** introduce Thumbnail components ([#5807](https://github.com/procore/core/issues/5807)) ([#6232](https://github.com/procore/core/issues/6232)) ([7a5227f](https://github.com/procore/core/commit/7a5227f06d02f0bf29f46c5d6f9e2c48f203382b))
|
|
1182
|
-
|
|
1183
|
-
# [8.9.0](https://github.com/procore/core/compare/v8.8.1...v8.9.0) (2020-03-26)
|
|
1184
|
-
|
|
1185
|
-
### Bug Fixes
|
|
1186
|
-
|
|
1187
|
-
- **deps:** update dependency @types/jest to v25.1.4 ([#6028](https://github.com/procore/core/issues/6028)) ([df7dbeb](https://github.com/procore/core/commit/df7dbeb1360314ab030bc51712664fbd220f13be))
|
|
1188
|
-
- **deps:** update dependency @types/node to v12.12.30 ([#6066](https://github.com/procore/core/issues/6066)) ([9f828f4](https://github.com/procore/core/commit/9f828f4d61ef084548156ee56c61468e9063d781))
|
|
1189
|
-
- **deps:** update dependency @types/node to v12.12.31 ([#6136](https://github.com/procore/core/issues/6136)) ([196be02](https://github.com/procore/core/commit/196be0228f837b87e579e7453efff82294afe15c))
|
|
1190
|
-
- **deps:** update dependency eslint-config-prettier to v6.10.1 ([#6114](https://github.com/procore/core/issues/6114)) ([e908055](https://github.com/procore/core/commit/e908055b64393b6ac9c5e605e635b9dc4649448e))
|
|
1191
|
-
- **deps:** update jest monorepo ([#6145](https://github.com/procore/core/issues/6145)) ([40db0cc](https://github.com/procore/core/commit/40db0ccdf43ab9aec9d87335704ba1331e3394ca))
|
|
1192
|
-
- **deps:** update jest monorepo to v25.2.0 ([#6142](https://github.com/procore/core/issues/6142)) ([4558d28](https://github.com/procore/core/commit/4558d28f4bdb6bb1b2ad3eeaa7fbc457418ce4c3))
|
|
1193
|
-
- **deps:** update react monorepo ([#6102](https://github.com/procore/core/issues/6102)) ([32f3f7e](https://github.com/procore/core/commit/32f3f7e5b5c39fecbe36ac4635e6de08cd1c180c))
|
|
1194
|
-
- **deps:** update typescript-eslint monorepo to v2.23.0 ([#6033](https://github.com/procore/core/issues/6033)) ([2cec80b](https://github.com/procore/core/commit/2cec80b7ec6c620ce5d8b3d5527ced386ea816db))
|
|
1195
|
-
- **deps:** update typescript-eslint monorepo to v2.24.0 ([#6079](https://github.com/procore/core/issues/6079)) ([067b438](https://github.com/procore/core/commit/067b438e85a60afeccf58473b18d1649188769d2))
|
|
1196
|
-
- **deps:** update typescript-eslint monorepo to v2.25.0 ([#6123](https://github.com/procore/core/issues/6123)) ([6da7cdb](https://github.com/procore/core/commit/6da7cdb4153fe5d29a7d002f270d33f007c57c2c))
|
|
1197
|
-
|
|
1198
|
-
### Features
|
|
1199
|
-
|
|
1200
|
-
- [GLUE-1927] ProgressBar component implementation ([#5886](https://github.com/procore/core/issues/5886)) ([e595fd5](https://github.com/procore/core/commit/e595fd5b50f45e7ff4ebe4973e3a1ab5f3de7446))
|
|
1201
|
-
- [GLUE-2048] - Action Dropdown Component ([#6077](https://github.com/procore/core/issues/6077)) ([2ad83b5](https://github.com/procore/core/commit/2ad83b558d07e287bf08f5deae305919bacee9e3))
|
|
1202
|
-
|
|
1203
|
-
## [8.8.1](https://github.com/procore/core/compare/v8.8.0...v8.8.1) (2020-03-10)
|
|
1204
|
-
|
|
1205
|
-
### Bug Fixes
|
|
1206
|
-
|
|
1207
|
-
- update core-react readme ([fe82901](https://github.com/procore/core/commit/fe82901b65ccd2dbbada7382acb7a25e47f6386a))
|
|
1208
|
-
|
|
1209
|
-
# [8.8.0](https://github.com/procore/core/compare/v8.7.0...v8.8.0) (2020-03-05)
|
|
1210
|
-
|
|
1211
|
-
### Bug Fixes
|
|
1212
|
-
|
|
1213
|
-
- add babel-loader as a dep to fix storybook ([#5990](https://github.com/procore/core/issues/5990)) ([9b98acc](https://github.com/procore/core/commit/9b98acce66a2d87b8677d0546b92585c0ebd4e7f))
|
|
1214
|
-
- hide multiselect when arrow is clicked ([#5789](https://github.com/procore/core/issues/5789)) ([98c9cef](https://github.com/procore/core/commit/98c9cef763973eec225188f94613a1ff16cd461a))
|
|
1215
|
-
- if passed i18n object, override fallbacks/default locale ([#6009](https://github.com/procore/core/issues/6009)) ([312a5d0](https://github.com/procore/core/commit/312a5d0ca545c40e5836b05a6a51dcc98adb5978))
|
|
1216
|
-
- **deps:** update dependency @types/node to v12.12.29 ([#5965](https://github.com/procore/core/issues/5965)) ([2f56d4a](https://github.com/procore/core/commit/2f56d4a38957661caf0f757c2f74a207aaf42e96))
|
|
1217
|
-
- **deps:** update dependency typescript to v3.8.3 ([#5968](https://github.com/procore/core/issues/5968)) ([26c67ea](https://github.com/procore/core/commit/26c67ea963375e5a55521bbc35f7ebde231e16f6))
|
|
1218
|
-
- **deps:** update typescript-eslint monorepo to v2.22.0 ([#5975](https://github.com/procore/core/issues/5975)) ([7b92a23](https://github.com/procore/core/commit/7b92a2385ddd22f9643e6b1e21cb94b3089641fa))
|
|
1219
|
-
|
|
1220
|
-
### Features
|
|
1221
|
-
|
|
1222
|
-
- [GLUE-1911] introduce GroupSelect component ([#5633](https://github.com/procore/core/issues/5633)) ([cf6d7aa](https://github.com/procore/core/commit/cf6d7aa4fe82754d4c3e0889dc57a2452747328f))
|
|
1223
|
-
- [GLUE-1986] introduce Action component ([#5864](https://github.com/procore/core/issues/5864)) ([42cd52c](https://github.com/procore/core/commit/42cd52c2eb5a669752ccba32c5bef45ef7127f9b))
|
|
1224
|
-
- Component Variables 1: Button, Dropdowns, Tab Links ([#5946](https://github.com/procore/core/issues/5946)) ([025a454](https://github.com/procore/core/commit/025a45404d118d95380460e4fe86f00f1244331b))
|
|
1225
|
-
- **core-react,core-docs,core-css:** [GLUE-1922] introduce OverflowObserver component ([#5717](https://github.com/procore/core/issues/5717)) ([ec846b3](https://github.com/procore/core/commit/ec846b35a4ce112f45915a0bc314eb90195fe583))
|
|
1226
|
-
|
|
1227
|
-
# [8.7.0](https://github.com/procore/core/compare/v8.6.0...v8.7.0) (2020-02-28)
|
|
1228
|
-
|
|
1229
|
-
### Bug Fixes
|
|
1230
|
-
|
|
1231
|
-
- **deps:** update react monorepo ([#5947](https://github.com/procore/core/issues/5947)) ([e5cad9e](https://github.com/procore/core/commit/e5cad9e19be5488a912710fdeff0efc5a62fd86e))
|
|
1232
|
-
- remove onSelect from DateSelect props ([#5925](https://github.com/procore/core/issues/5925)) ([bf34330](https://github.com/procore/core/commit/bf34330eea53bdd2aedf5dac86e7962854afd4bf))
|
|
1233
|
-
- **deps:** update dependency @tinymce/tinymce-react to v3.5.0 ([#5920](https://github.com/procore/core/issues/5920)) ([6e21220](https://github.com/procore/core/commit/6e21220d69edfb091b18a80c38e361f1f54529be))
|
|
1234
|
-
- **deps:** update dependency @types/node to v12.12.28 ([#5892](https://github.com/procore/core/issues/5892)) ([6c6e077](https://github.com/procore/core/commit/6c6e0775ff0fa420beee941b3efa01e7e6fb0c84))
|
|
1235
|
-
- **deps:** update dependency typescript to v3.8.2 ([#5904](https://github.com/procore/core/issues/5904)) ([6ae4e15](https://github.com/procore/core/commit/6ae4e159733a250ddd0dfbc2114f3e0f3a658b24))
|
|
1236
|
-
- **deps:** update typescript-eslint monorepo to v2.21.0 ([#5926](https://github.com/procore/core/issues/5926)) ([165782a](https://github.com/procore/core/commit/165782a42d6f7dda46cc4d8af6104e252dc35a3e))
|
|
1237
|
-
|
|
1238
|
-
### Features
|
|
1239
|
-
|
|
1240
|
-
- **core-react:** adds story for links ([#5951](https://github.com/procore/core/issues/5951)) ([64eef99](https://github.com/procore/core/commit/64eef991d4c795a4decd379d687196d8ecfb5705))
|
|
1241
|
-
- **core-react:** allow Link to be used without href prop ([#5927](https://github.com/procore/core/issues/5927)) ([cac7a28](https://github.com/procore/core/commit/cac7a28ca868c402bea299432cc6f28e10ef99c2))
|
|
1242
|
-
- **core-react:** story for input field ([#5929](https://github.com/procore/core/issues/5929)) ([0017ab9](https://github.com/procore/core/commit/0017ab99d31393c3dd5078b70c8858e9e41e5066))
|
|
1243
|
-
- [GLUE-1831] Contact Item component ([#5631](https://github.com/procore/core/issues/5631)) ([1f23d68](https://github.com/procore/core/commit/1f23d68c60242f6ad78b7e898be4f7d03d1504de))
|
|
1244
|
-
|
|
1245
|
-
# [8.6.0](https://github.com/procore/core/compare/v8.5.3...v8.6.0) (2020-02-18)
|
|
1246
|
-
|
|
1247
|
-
### Bug Fixes
|
|
1248
|
-
|
|
1249
|
-
- type fix for EmptyState ([#5852](https://github.com/procore/core/issues/5852)) ([ea0e00b](https://github.com/procore/core/commit/ea0e00bd276b8306916643066793c8e21ce7427e))
|
|
1250
|
-
- **deps:** update dependency @types/node to v12.12.27 ([#5822](https://github.com/procore/core/issues/5822)) ([b518e80](https://github.com/procore/core/commit/b518e80e74dfe15fe19085fdfd42f8df2d498f9a))
|
|
1251
|
-
- **deps:** update dependency eslint-plugin-react-hooks to v2.4.0 ([#5861](https://github.com/procore/core/issues/5861)) ([a4ccaf5](https://github.com/procore/core/commit/a4ccaf5e7bf281d33fa4eb945300ed37134c2973))
|
|
1252
|
-
- **deps:** update typescript-eslint monorepo to v2.19.2 ([#5829](https://github.com/procore/core/issues/5829)) ([1657949](https://github.com/procore/core/commit/165794944fc3a232742a54a75558ee6a2387d418))
|
|
1253
|
-
- **deps:** update typescript-eslint monorepo to v2.20.0 ([#5859](https://github.com/procore/core/issues/5859)) ([75c579c](https://github.com/procore/core/commit/75c579c042042a8445d1f4a0d69a085af525d462))
|
|
1254
|
-
|
|
1255
|
-
### Features
|
|
1256
|
-
|
|
1257
|
-
- dropdown component in storybook ([#5813](https://github.com/procore/core/issues/5813)) ([54a0a97](https://github.com/procore/core/commit/54a0a974a5557635e023355e153410375849d4b3))
|
|
1258
|
-
- WXP Detail Page Layout ([#5814](https://github.com/procore/core/issues/5814)) ([aa594ff](https://github.com/procore/core/commit/aa594ff5e95d138602fc2f587c281950cabdf59d))
|
|
1259
|
-
|
|
1260
|
-
## [8.5.2](https://github.com/procore/core/compare/v8.5.1...v8.5.2) (2020-02-06)
|
|
1261
|
-
|
|
1262
|
-
**Note:** Version bump only for package @procore/core-react
|
|
1263
|
-
|
|
1264
|
-
# [8.5.0](https://github.com/procore/core/compare/v8.4.0...v8.5.0) (2020-02-06)
|
|
1265
|
-
|
|
1266
|
-
### Bug Fixes
|
|
1267
|
-
|
|
1268
|
-
- make tokenRenderer optional ([2fa9ecc](https://github.com/procore/core/commit/2fa9ecc52643e5d5ed1826be1fd34a692b049cf2))
|
|
1269
|
-
- review comments ([fabe403](https://github.com/procore/core/commit/fabe403d71584962dd8a24616e23478f718a5bd9))
|
|
1270
|
-
|
|
1271
|
-
### Features
|
|
1272
|
-
|
|
1273
|
-
- add getGroup ([f74f693](https://github.com/procore/core/commit/f74f69344556f8b68c3f12b215e212b691432663))
|
|
1274
|
-
- add multiselect custom groups docs ([51d41fc](https://github.com/procore/core/commit/51d41fc8aa69b117a5f541e23182b883b0fb0774))
|
|
1275
|
-
- add multiselect groups ([01c5b36](https://github.com/procore/core/commit/01c5b366efc7488ed6057a00e7bac10ab11f0523))
|
|
1276
|
-
- add tokenRenderer ([341d348](https://github.com/procore/core/commit/341d3481a24b85ffa625516e81387117d8819a0b))
|
|
1277
|
-
- make groups optional ([5ee3610](https://github.com/procore/core/commit/5ee3610cfd96ede20d1997aebaede9155a804756))
|
|
1278
|
-
- post-merge fix ([6bdb06c](https://github.com/procore/core/commit/6bdb06c1e1589d8760949a0706fe4423c056509d))
|
|
1279
|
-
- remove redundant code, prevent error if group is not found ([685f5a9](https://github.com/procore/core/commit/685f5a9330c942f917712b52e10b4fd669e224f6))
|
|
1280
|
-
- rename groups to optgroups, add roadmap and deprecation warnings ([2cfa349](https://github.com/procore/core/commit/2cfa349d46937674b78b3f0ba6165c8aed872c5f))
|
|
1281
|
-
- rename Option and Group interfaces ([211cbfa](https://github.com/procore/core/commit/211cbfa06b81df13d52ef35bcd2a2665bd822a2b))
|
|
1282
|
-
|
|
1283
|
-
# [8.4.0](https://github.com/procore/core/compare/v8.3.0...v8.4.0) (2020-02-06)
|
|
1284
|
-
|
|
1285
|
-
### Bug Fixes
|
|
1286
|
-
|
|
1287
|
-
- append value to path onChange ([#5750](https://github.com/procore/core/issues/5750)) ([0399a29](https://github.com/procore/core/commit/0399a297124d671cb316cf46c570e8354abe6f64))
|
|
1288
|
-
- extend MenuProps typespec to include style prop ([#5756](https://github.com/procore/core/issues/5756)) ([8e84c51](https://github.com/procore/core/commit/8e84c51379ba91d647da4669661d3ef5ce4381bc))
|
|
1289
|
-
- **deps:** update babel monorepo to v7.8.4 ([#5694](https://github.com/procore/core/issues/5694)) ([867e879](https://github.com/procore/core/commit/867e8795e3f9ba8490ac0e6d095134f5aff6d8dc))
|
|
1290
|
-
- **deps:** update dependency @tinymce/tinymce-react to v3.4.0 ([#5716](https://github.com/procore/core/issues/5716)) ([62da997](https://github.com/procore/core/commit/62da997349af28828eccd70ca66c0cd066697423))
|
|
1291
|
-
- **deps:** update dependency @types/node to v12.12.26 ([#5678](https://github.com/procore/core/issues/5678)) ([8cf70d4](https://github.com/procore/core/commit/8cf70d442233dd95d679d6f2ce3d3cf82f67fb81))
|
|
1292
|
-
- **deps:** update dependency eslint-config-prettier to v6.10.0 ([#5670](https://github.com/procore/core/issues/5670)) ([09a84af](https://github.com/procore/core/commit/09a84af75b69f4d866ece4b0e2d6f35e11151f5a))
|
|
1293
|
-
- **deps:** update dependency ramda to v0.27.0 ([#5734](https://github.com/procore/core/issues/5734)) ([7057def](https://github.com/procore/core/commit/7057def0b57c29ea9eedf155421b0fb3c9f2f26b))
|
|
1294
|
-
- **deps:** update jest monorepo to v25 (major) ([#5628](https://github.com/procore/core/issues/5628)) ([66d5ba2](https://github.com/procore/core/commit/66d5ba212a12924d10f26803e36e84d8dc25cb63))
|
|
1295
|
-
- **deps:** update typescript-eslint monorepo to v2.19.0 ([#5748](https://github.com/procore/core/issues/5748)) ([0c04bef](https://github.com/procore/core/commit/0c04befca29ab8246912dab918dd81b5319af965))
|
|
1296
|
-
- [GLUE-1941] removing tabs never cleaned up bugfix ([#5665](https://github.com/procore/core/issues/5665)) ([93224b1](https://github.com/procore/core/commit/93224b1be201381becb9d967013465c0d691ccfb))
|
|
1297
|
-
|
|
1298
|
-
### Features
|
|
1299
|
-
|
|
1300
|
-
- [GLUE-1940] Table Font Size ([#5668](https://github.com/procore/core/issues/5668)) ([5cecb69](https://github.com/procore/core/commit/5cecb693ae7d97981e70ad19ea9ae806da689a43))
|
|
1301
|
-
- Expose Overlaytrigger Lifecycle Methods for DateSelect ([#5691](https://github.com/procore/core/issues/5691)) ([4bdca4e](https://github.com/procore/core/commit/4bdca4e1ac97fd92fc5958396f31fae40e784d6c))
|
|
1302
|
-
|
|
1303
|
-
# [8.3.0](https://github.com/procore/core/compare/v8.2.1...v8.3.0) (2020-01-27)
|
|
1304
|
-
|
|
1305
|
-
### Bug Fixes
|
|
1306
|
-
|
|
1307
|
-
- **core-react:** textEditor bug fix ([df4acdc](https://github.com/procore/core/commit/df4acdca15ab7d01a6fba586573a294f6ddc6af0)), closes [#5636](https://github.com/procore/core/issues/5636)
|
|
1308
|
-
- **deps:** update dependency @types/node to v12.12.25 ([#5607](https://github.com/procore/core/issues/5607)) ([dda9ee1](https://github.com/procore/core/commit/dda9ee1e0ef8e7432ba2bdbf31fc25d9cf4e7808))
|
|
1309
|
-
- **deps:** update dependency sass-loader to v8.0.1 ([#5527](https://github.com/procore/core/issues/5527)) ([a703bd3](https://github.com/procore/core/commit/a703bd3c991f73885e21208581410acf1be1d6cd))
|
|
1310
|
-
- **deps:** update dependency sass-loader to v8.0.2 ([#5543](https://github.com/procore/core/issues/5543)) ([34b6c59](https://github.com/procore/core/commit/34b6c59b932a4731568e6f10fc5d4b8c2668e263))
|
|
1311
|
-
- **deps:** update dependency typescript to v3.7.5 ([#5599](https://github.com/procore/core/issues/5599)) ([c90e3f5](https://github.com/procore/core/commit/c90e3f5acb52d1a8f0649855077d3496518528bd))
|
|
1312
|
-
- **deps:** update typescript-eslint monorepo to v2.16.0 ([#5545](https://github.com/procore/core/issues/5545)) ([dc85375](https://github.com/procore/core/commit/dc853753baa30a39f999155247ffccb7bc61cf9e))
|
|
1313
|
-
- **deps:** update typescript-eslint monorepo to v2.17.0 ([#5615](https://github.com/procore/core/issues/5615)) ([1a64070](https://github.com/procore/core/commit/1a640702ff943e58aa410a2499793b312853f4fb))
|
|
1314
|
-
- **deps:** update typescript-eslint monorepo to v2.18.0 ([#5659](https://github.com/procore/core/issues/5659)) ([6e1a2eb](https://github.com/procore/core/commit/6e1a2eb2ff3cb913b359390f8b39a75665aeb210))
|
|
1315
|
-
- fix internal search for multiselect ([9ca962a](https://github.com/procore/core/commit/9ca962a0f7bef22eccc1e083a66a73ddcdafbdd5))
|
|
1316
|
-
- fix internal search for multiselect ([#5583](https://github.com/procore/core/issues/5583)) ([8a66b90](https://github.com/procore/core/commit/8a66b90c9c63bfea3a46e002086d8c7340d0b369))
|
|
1317
|
-
- fixes Tabs "More" to be click instead of hover ([1993634](https://github.com/procore/core/commit/199363456633e9b827f8bf4530dc0d90552d0f35))
|
|
1318
|
-
|
|
1319
|
-
### Features
|
|
1320
|
-
|
|
1321
|
-
- [GLUE-1824] Add i18nScope to Dropdown and Select ([#5562](https://github.com/procore/core/issues/5562)) ([fe22610](https://github.com/procore/core/commit/fe22610378af0bb58912728fa346635691d99e26))
|
|
1322
|
-
- **core-react:** add indeterminate no label ([24a1184](https://github.com/procore/core/commit/24a1184ff6d26cdb57c62c2a169b4e6ea51b4e90))
|
|
1323
|
-
- **core-react:** add level story to card ([49d5d2a](https://github.com/procore/core/commit/49d5d2ab953a9cc736f3a0818dc82e5af30f219c))
|
|
1324
|
-
- **core-react:** add story for calendar component ([4b986de](https://github.com/procore/core/commit/4b986deed54dbb219138cc732bd1fa90fbd48763))
|
|
1325
|
-
- **core-react:** add story for card ([cda209d](https://github.com/procore/core/commit/cda209dc2db8ae1dbe0c2c6ba7788482afa0a56d))
|
|
1326
|
-
- **core-react:** add story for checkbox ([85d1451](https://github.com/procore/core/commit/85d14518ef2a0764b26ef25c78a135357c209730))
|
|
1327
|
-
- **core-react:** fix calendar import ([086a489](https://github.com/procore/core/commit/086a489272b5b29752efabd49fe467a7748eca3e))
|
|
1328
|
-
- **core-react:** font-family lato works ([7bc64ee](https://github.com/procore/core/commit/7bc64ee05affbd0f6d8a9f73d27cb56b7f89d606))
|
|
1329
|
-
- **core-react:** yarn.lock conflict ([ab42b15](https://github.com/procore/core/commit/ab42b1582490af18fd9b24416f065018c173d36f))
|
|
1330
|
-
- controlled Search is now possible ([#5596](https://github.com/procore/core/issues/5596)) ([f0aa47c](https://github.com/procore/core/commit/f0aa47c48977a624f160e253360946216fa39132))
|
|
1331
|
-
- **core-react:** import lato font ([d9fd9c1](https://github.com/procore/core/commit/d9fd9c18c0cbd8b1c819a673c930d3ceca11bc41))
|
|
1332
|
-
- setup percy for storybook ([#5535](https://github.com/procore/core/issues/5535)) ([63cf8c3](https://github.com/procore/core/commit/63cf8c36c03760b66548542a954b8d100fe312dc))
|
|
1333
|
-
|
|
1334
|
-
## [8.2.1](https://github.com/procore/core/compare/v8.2.0...v8.2.1) (2020-01-09)
|
|
1335
|
-
|
|
1336
|
-
**Note:** Version bump only for package @procore/core-react
|
|
1337
|
-
|
|
1338
|
-
# [8.2.0](https://github.com/procore/core/compare/v8.1.0...v8.2.0) (2020-01-09)
|
|
1339
|
-
|
|
1340
|
-
### Bug Fixes
|
|
1341
|
-
|
|
1342
|
-
- **deps:** update typescript-eslint monorepo to v2.15.0 ([#5496](https://github.com/procore/core/issues/5496)) ([69ec45a](https://github.com/procore/core/commit/69ec45a9b92d14ab8542cfe78dd4f82949b4132d))
|
|
1343
|
-
- selectableTiers prop doc, spinnerLabel documented ([#5500](https://github.com/procore/core/issues/5500)) ([b0447b7](https://github.com/procore/core/commit/b0447b7f8b6a665a774f530cc3595de2b2f58440))
|
|
1344
|
-
- **core-react:** fix tsconfig for storybook, hopefully ([228baf7](https://github.com/procore/core/commit/228baf7f6afb9c4b1dd0587e6175f35b4fe9f02e))
|
|
1345
|
-
- **core-react:** localisation for Pagination component ([#5403](https://github.com/procore/core/issues/5403)) ([3ed1113](https://github.com/procore/core/commit/3ed11135cb50d9080cb53455ac850d7571e61da9))
|
|
1346
|
-
- **deps:** update babel monorepo to v7.7.6 ([#5374](https://github.com/procore/core/issues/5374)) ([60f7547](https://github.com/procore/core/commit/60f754794264c25b518cc5096bef26b0ab45aa0d))
|
|
1347
|
-
- **deps:** update dependency @types/node to v12.12.16 ([#5377](https://github.com/procore/core/issues/5377)) ([90e670f](https://github.com/procore/core/commit/90e670f3d5f09c80912bfd6c2e377d3be442bbe2))
|
|
1348
|
-
- **deps:** update dependency @types/node to v12.12.17 ([#5385](https://github.com/procore/core/issues/5385)) ([8bb5a26](https://github.com/procore/core/commit/8bb5a26c1815123e79b209dd53ed43890de0f0ad))
|
|
1349
|
-
- **deps:** update dependency @types/node to v12.12.18 ([#5413](https://github.com/procore/core/issues/5413)) ([5e70f87](https://github.com/procore/core/commit/5e70f8709e68d4077b87e63040f664a5a5308c1d))
|
|
1350
|
-
- **deps:** update dependency @types/node to v12.12.19 ([#5425](https://github.com/procore/core/issues/5425)) ([7cea153](https://github.com/procore/core/commit/7cea15300519c72eac13a51077c7767b15b93913))
|
|
1351
|
-
- **deps:** update dependency @types/node to v12.12.20 ([#5428](https://github.com/procore/core/issues/5428)) ([1616ed4](https://github.com/procore/core/commit/1616ed496d921c435d1743eae72248bafce36eb9))
|
|
1352
|
-
- **deps:** update dependency @types/node to v12.12.21 ([#5435](https://github.com/procore/core/issues/5435)) ([8b22cde](https://github.com/procore/core/commit/8b22cde499e9264a2cceecabbe4a8adc6f991f1c))
|
|
1353
|
-
- **deps:** update dependency @types/node to v12.12.22 ([#5466](https://github.com/procore/core/issues/5466)) ([7d5155a](https://github.com/procore/core/commit/7d5155ade64dcbda35e38dcad8f3a57263edd4e0))
|
|
1354
|
-
- **deps:** update dependency @types/node to v12.12.24 ([#5490](https://github.com/procore/core/issues/5490)) ([94760e7](https://github.com/procore/core/commit/94760e711dc5f70772c997ac7c21546c32bf5e10))
|
|
1355
|
-
- **deps:** update dependency eslint to v6.8.0 ([#5459](https://github.com/procore/core/issues/5459)) ([fd94903](https://github.com/procore/core/commit/fd94903986b5989c6079c5a63a6729dcd28eb622))
|
|
1356
|
-
- **deps:** update dependency eslint-config-prettier to v6.8.0 ([#5471](https://github.com/procore/core/issues/5471)) ([d265592](https://github.com/procore/core/commit/d2655928129b62bda5f05dc2e8e609c807503483))
|
|
1357
|
-
- **deps:** update dependency eslint-config-prettier to v6.9.0 ([#5477](https://github.com/procore/core/issues/5477)) ([fc57bdb](https://github.com/procore/core/commit/fc57bdb352426e9e39ad78925c4ebd147b7ac3ae))
|
|
1358
|
-
- **deps:** update dependency i18n-js to v3.5.1 ([#5461](https://github.com/procore/core/issues/5461)) ([8b278fa](https://github.com/procore/core/commit/8b278fa9f4e88ee6e6d1e01ea903124db45c6822))
|
|
1359
|
-
- **deps:** update dependency typescript to v3.7.3 ([#5354](https://github.com/procore/core/issues/5354)) ([7ac2476](https://github.com/procore/core/commit/7ac2476fb8b8af4097a6c345d2966de62a73f9da))
|
|
1360
|
-
- **deps:** update dependency typescript to v3.7.4 ([#5460](https://github.com/procore/core/issues/5460)) ([e1b320a](https://github.com/procore/core/commit/e1b320ae9e28e8dbd69b030b3e1ccc962c02b240))
|
|
1361
|
-
- **deps:** update typescript-eslint monorepo to v2.11.0 ([#5380](https://github.com/procore/core/issues/5380)) ([7d27447](https://github.com/procore/core/commit/7d27447c400b078ad1911032b579069d9ec1e21b))
|
|
1362
|
-
- **deps:** update typescript-eslint monorepo to v2.12.0 ([#5416](https://github.com/procore/core/issues/5416)) ([5dc74c5](https://github.com/procore/core/commit/5dc74c59ba645b43a5c1ac0b127b50bb2af8005a))
|
|
1363
|
-
- **deps:** update typescript-eslint monorepo to v2.13.0 ([#5468](https://github.com/procore/core/issues/5468)) ([e5e1678](https://github.com/procore/core/commit/e5e167829ee0e5d99077cc89423d2b3c4c5d9e9f))
|
|
1364
|
-
- **deps:** update typescript-eslint monorepo to v2.14.0 ([#5483](https://github.com/procore/core/issues/5483)) ([ad5fdfd](https://github.com/procore/core/commit/ad5fdfd072878eb2fe1c380cb3d900533d2106b0))
|
|
1365
|
-
- [GLUE-1801] Checkbox No Paragraph Tag ([#5351](https://github.com/procore/core/issues/5351)) ([040b476](https://github.com/procore/core/commit/040b4764afd9b2afbd1a93f3b164628eca9cfaab))
|
|
1366
|
-
- fixing I18n and specs ([#5340](https://github.com/procore/core/issues/5340)) ([aacd143](https://github.com/procore/core/commit/aacd1439ba33fec4609235d5eec01ce637e34cf7))
|
|
1367
|
-
|
|
1368
|
-
### Features
|
|
1369
|
-
|
|
1370
|
-
- [GLUE-1805] Add a @procore/core-i18n-js package ([#5441](https://github.com/procore/core/issues/5441)) ([34ffaa5](https://github.com/procore/core/commit/34ffaa56639bec69a61955b374c99460876bcd22))
|
|
1371
|
-
- **core-react:** breadcrumbs stories & TEXT export ([b3d7ed1](https://github.com/procore/core/commit/b3d7ed1e9b972041149b527551e1a8626b085e29))
|
|
1372
|
-
- [GLUE-1803] Error boolean prop for Input, TextArea, DateInput, DateSelect ([#5350](https://github.com/procore/core/issues/5350)) ([42a8a6c](https://github.com/procore/core/commit/42a8a6c52b161373df0604942e2bfae1a9c4f9e8))
|
|
1373
|
-
- **core-react:** add storybook avatar test ([5d890b1](https://github.com/procore/core/commit/5d890b1130ac1fb0f889beebf82c3be4e2632137))
|
|
1374
|
-
- **core-react:** adds avatar tests ([4a4d1dc](https://github.com/procore/core/commit/4a4d1dcd8113e09a2036b6cb2d24f7f7001d53e6))
|
|
1375
|
-
- **core-react:** first full pass for button in storybook ([01a76ef](https://github.com/procore/core/commit/01a76ef6f074b2704a19dae66f9ec27702d69223))
|
|
1376
|
-
- **core-react:** more avatar tests ([6808bec](https://github.com/procore/core/commit/6808becc09d595b9aee1125bbada13d765930d3b))
|
|
1377
|
-
- **core-react:** remove some duplicate cases ([5fb6dff](https://github.com/procore/core/commit/5fb6dff49e70401a592ee400063145302e7821b7))
|
|
1378
|
-
- **core-react:** resolved merge conflict ([ddf861f](https://github.com/procore/core/commit/ddf861fb7cdd994f969006263c026233d2a137a8))
|
|
1379
|
-
- **core-react:** setup storybook on core-react ([b47ab3a](https://github.com/procore/core/commit/b47ab3a3506c82ed46193a609e85ad2cfbf83887))
|
|
1380
|
-
- **core-react:** simple breadcrumb test ([76f25ba](https://github.com/procore/core/commit/76f25bafeeae89aee6f2401383ca91008e580d98))
|
|
1381
|
-
- **core-react:** stories for banner storybook ([be65382](https://github.com/procore/core/commit/be653822cc816f3d6c89a25069ead4340f0c661e))
|
|
1382
|
-
- **core-react:** storybook for banner component ([0d36e75](https://github.com/procore/core/commit/0d36e758b82b52aa1578af63b936255bcf36fdda))
|
|
1383
|
-
- **core-react:** yarn-lock ([520bcc2](https://github.com/procore/core/commit/520bcc2553659b44903c9c773e77199eb7e6d533))
|
|
1384
|
-
- [GLUE-1522] Docs v2 gatsby mdx ([#5252](https://github.com/procore/core/issues/5252)) ([6ad044a](https://github.com/procore/core/commit/6ad044a797d7a653902dd57374bcacfd023d6425))
|
|
1385
|
-
|
|
1386
|
-
### Reverts
|
|
1387
|
-
|
|
1388
|
-
- reverts the work done on modal to allow it to scroll again ([#5355](https://github.com/procore/core/issues/5355)) ([90bb9fd](https://github.com/procore/core/commit/90bb9fde838908b49fad46ec8587ca8b2f462f39))
|
|
1389
|
-
|
|
1390
|
-
# [8.1.0](https://github.com/procore/core/compare/v8.0.1...v8.1.0) (2019-12-03)
|
|
1391
|
-
|
|
1392
|
-
### Bug Fixes
|
|
1393
|
-
|
|
1394
|
-
- **core-react:** explicit w\ null arg ([2da07f6](https://github.com/procore/core/commit/2da07f6c0aa904f64868740a0ac58790ad047d51))
|
|
1395
|
-
- **deps:** update dependency eslint to v6.7.2 ([#5330](https://github.com/procore/core/issues/5330)) ([3653012](https://github.com/procore/core/commit/3653012f9642c74e3061b1f29a8e8c855ec94d8e))
|
|
1396
|
-
- **deps:** update typescript-eslint monorepo to v2.10.0 ([#5335](https://github.com/procore/core/issues/5335)) ([3b9b1b6](https://github.com/procore/core/commit/3b9b1b6aafa8a0a440d380794244e4d9d494e76b))
|
|
1397
|
-
- [GLUE-1786] re-allow custom t function from custom i18n object ([#5290](https://github.com/procore/core/issues/5290)) ([d0342b5](https://github.com/procore/core/commit/d0342b58c982bd0eeadd07d70dd60893ed91eef6))
|
|
1398
|
-
- **core-react:** createRef -> useRef change ([879a48a](https://github.com/procore/core/commit/879a48a7b2d5171e94049d3bcf52ec9bdf0a6544))
|
|
1399
|
-
- **deps:** update dependency eslint to v6.7.0 ([#5298](https://github.com/procore/core/issues/5298)) ([aac3e51](https://github.com/procore/core/commit/aac3e511b539822fd4d41b2bc8526379155c7453))
|
|
1400
|
-
- **deps:** update dependency eslint to v6.7.1 ([#5307](https://github.com/procore/core/issues/5307)) ([e4f066a](https://github.com/procore/core/commit/e4f066a1f31631aa08a152284dca0542ec08d9c7))
|
|
1401
|
-
- **deps:** update dependency eslint-config-prettier to v6.7.0 ([#5271](https://github.com/procore/core/issues/5271)) ([5457140](https://github.com/procore/core/commit/545714046d9af334e61ec227a3fe967826c68d06))
|
|
1402
|
-
- **deps:** update typescript-eslint monorepo to v2.8.0 ([#5270](https://github.com/procore/core/issues/5270)) ([bf59ead](https://github.com/procore/core/commit/bf59eadd74e7a8d7ddf96d9833b55de8721de97f))
|
|
1403
|
-
- **deps:** update typescript-eslint monorepo to v2.9.0 ([#5311](https://github.com/procore/core/issues/5311)) ([8b8e1e7](https://github.com/procore/core/commit/8b8e1e7d3fd9dcebab9260ec9919197fa17f64b3))
|
|
1404
|
-
|
|
1405
|
-
### Features
|
|
1406
|
-
|
|
1407
|
-
- [GLUE-818] Inline Editable Datepicker Cell ([#4992](https://github.com/procore/core/issues/4992)) ([1f85521](https://github.com/procore/core/commit/1f855216dd26f677a3429eb2286f2df337ac9ef6))
|
|
1408
|
-
|
|
1409
|
-
## [8.0.1](https://github.com/procore/core/compare/v8.0.0...v8.0.1) (2019-11-18)
|
|
1410
|
-
|
|
1411
|
-
### Bug Fixes
|
|
1412
|
-
|
|
1413
|
-
- add core-icons as a dep to core-react ([#5262](https://github.com/procore/core/issues/5262)) ([42f6463](https://github.com/procore/core/commit/42f64635564e9e9a020527327957e20ab877581d))
|
|
1414
|
-
- **deps:** update dependency eslint-config-prettier to v6.6.0 ([#5256](https://github.com/procore/core/issues/5256)) ([04d3457](https://github.com/procore/core/commit/04d3457453776378aeec86daad06447b37fd6ff5))
|
|
1415
|
-
|
|
1416
|
-
# [8.0.0](https://github.com/procore/core/compare/v7.21.3...v8.0.0) (2019-11-15)
|
|
1417
|
-
|
|
1418
|
-
### Bug Fixes
|
|
1419
|
-
|
|
1420
|
-
- i18n provider args and copy i18njs into new object ([#5242](https://github.com/procore/core/issues/5242)) ([48764e5](https://github.com/procore/core/commit/48764e525010ca2312320fbd0e861c391a1dbcda))
|
|
1421
|
-
- **deps:** update babel monorepo to v7.7.2 ([#5180](https://github.com/procore/core/issues/5180)) ([dba58dc](https://github.com/procore/core/commit/dba58dcc41de30790e5e7ccb20df964334c5f757))
|
|
1422
|
-
- **deps:** update dependency eslint-config-prettier to v6.5.0 ([#5122](https://github.com/procore/core/issues/5122)) ([a87ec1f](https://github.com/procore/core/commit/a87ec1f6d0c4365df1b356e3f0496cee1ecb504a))
|
|
1423
|
-
- **deps:** update dependency ts-loader to v6.2.1 ([#5104](https://github.com/procore/core/issues/5104)) ([ab67f4c](https://github.com/procore/core/commit/ab67f4c2062b7ec3b81021470937a7e021eb42de))
|
|
1424
|
-
- **deps:** update react monorepo ([#5243](https://github.com/procore/core/issues/5243)) ([2ef7879](https://github.com/procore/core/commit/2ef7879234499aa8e792b0d619fdd5e6a273e618))
|
|
1425
|
-
- change target back to es5 so ie works again ([#5227](https://github.com/procore/core/issues/5227)) ([9fcb500](https://github.com/procore/core/commit/9fcb5001fc2dfb3d5d33d61386cbadf28820ae79))
|
|
1426
|
-
- **deps:** update dependency i18n-js to v3.5.0 ([#5220](https://github.com/procore/core/issues/5220)) ([4d5ad9c](https://github.com/procore/core/commit/4d5ad9c2155867d872aa19784b857e14cc2996a7))
|
|
1427
|
-
- **deps:** update react monorepo ([#5097](https://github.com/procore/core/issues/5097)) ([ee4086e](https://github.com/procore/core/commit/ee4086eec3721cf6f952f3a0025092c30d8a3d37))
|
|
1428
|
-
- **deps:** update typescript-eslint monorepo to v2.5.0 ([#5088](https://github.com/procore/core/issues/5088)) ([6c4768b](https://github.com/procore/core/commit/6c4768be001b1d2fcf309d66b3a1263f4e28cb80))
|
|
1429
|
-
- **deps:** update typescript-eslint monorepo to v2.6.0 ([#5126](https://github.com/procore/core/issues/5126)) ([f5e9314](https://github.com/procore/core/commit/f5e931438224741146b26479e136ccf5951ca230))
|
|
1430
|
-
- **deps:** update typescript-eslint monorepo to v2.7.0 ([#5208](https://github.com/procore/core/issues/5208)) ([a5eee49](https://github.com/procore/core/commit/a5eee4953a7c29e5b546e9f9d655e0278912c08f))
|
|
1431
|
-
- removes getId getLabel spread onto dom ([#5175](https://github.com/procore/core/issues/5175)) ([2dd4f7e](https://github.com/procore/core/commit/2dd4f7ec97f647230970a9ccfe041be7dfec8834))
|
|
1432
|
-
- **deps:** update dependency typescript to v3.7.2 ([#5166](https://github.com/procore/core/issues/5166)) ([f33feff](https://github.com/procore/core/commit/f33feffb394c1c728b242d39751e07b8b49a487e))
|
|
1433
|
-
- **deps:** update typescript-eslint monorepo to v2.6.1 ([#5159](https://github.com/procore/core/issues/5159)) ([c3f0443](https://github.com/procore/core/commit/c3f044348e0007867c7f6c3edf5a58bfec7b1160))
|
|
1434
|
-
- explicitly list core-icons as a dep, add sideEffects: false ([#5075](https://github.com/procore/core/issues/5075)) ([2d8437d](https://github.com/procore/core/commit/2d8437d525066f60c64c2daf2da052bee9d8740e))
|
|
1435
|
-
- fix types for banner dismiss button ([#5065](https://github.com/procore/core/issues/5065)) ([b5be16a](https://github.com/procore/core/commit/b5be16a6b00c43c013a6bdd7748548a79b884a71))
|
|
1436
|
-
- icons are not focusable ([#5090](https://github.com/procore/core/issues/5090)) ([78d6422](https://github.com/procore/core/commit/78d642257c9578b004dbd82c5f72ee4a0d4f59b9)), closes [#4896](https://github.com/procore/core/issues/4896) [#4902](https://github.com/procore/core/issues/4902)
|
|
1437
|
-
- modal id is generated from time instead of ulid ([#5076](https://github.com/procore/core/issues/5076)) ([fd5693f](https://github.com/procore/core/commit/fd5693f1ab6a45b68c4f52f9851fb29831de3797))
|
|
1438
|
-
- removing the core- prefix that is no longer used ([#5093](https://github.com/procore/core/issues/5093)) ([e864ea7](https://github.com/procore/core/commit/e864ea7cc3677adec53d55558c78fe6502f0a300))
|
|
1439
|
-
- use svg icons for modal, toast, and pagination ([02ab7f8](https://github.com/procore/core/commit/02ab7f8a7b564613bab5c653ba8492b28ea622a4))
|
|
1440
|
-
|
|
1441
|
-
### chore
|
|
1442
|
-
|
|
1443
|
-
- write core-react into the dist folder instead of lib ([#5191](https://github.com/procore/core/issues/5191)) ([3b8e863](https://github.com/procore/core/commit/3b8e863fe32d7c2b4e5eb1207c51a0938084b0c6))
|
|
1444
|
-
|
|
1445
|
-
### Features
|
|
1446
|
-
|
|
1447
|
-
- [GLUE-1531] using i18n-js with phrase for default translations in core ([#5119](https://github.com/procore/core/issues/5119)) ([6840a62](https://github.com/procore/core/commit/6840a622644179e0273b95a3040c0fdaa9beb7b0))
|
|
1448
|
-
- [GLUE-1568] Switch to ESM build ([#4945](https://github.com/procore/core/issues/4945)) ([b6195f8](https://github.com/procore/core/commit/b6195f83c8368a878d2d0afe7c32087a6545c9dd))
|
|
1449
|
-
- Cleanup of tabs ([#5161](https://github.com/procore/core/issues/5161)) ([cf975a7](https://github.com/procore/core/commit/cf975a7d0ea2be494652c28d6d5c7b41d4d772e6))
|
|
1450
|
-
- Dynamic contents and dark mode for Tabs ([#5102](https://github.com/procore/core/issues/5102)) ([451f3c1](https://github.com/procore/core/commit/451f3c17f882f45c454ef5b19d8e8c09b9f75850))
|
|
1451
|
-
- Icon renders SVG paths ([#5003](https://github.com/procore/core/issues/5003)) ([fb3b90c](https://github.com/procore/core/commit/fb3b90c6b4981732ff0fbb057f7240b7e3dddca4))
|
|
1452
|
-
- updated translations from Phrase ([#5238](https://github.com/procore/core/issues/5238)) ([1aa348b](https://github.com/procore/core/commit/1aa348bb445ba0dd4e0b9a78dbb022dceabd638c))
|
|
1453
|
-
|
|
1454
|
-
### BREAKING CHANGES
|
|
1455
|
-
|
|
1456
|
-
- rename /lib/ output to /dist/
|
|
1457
|
-
- removing webpack/lib builds
|
|
1458
|
-
|
|
1459
|
-
- fix: resolve bind type declaration for tests
|
|
1460
|
-
|
|
1461
|
-
affects: @procore/core-react
|
|
1462
|
-
|
|
1463
|
-
- chore: remove unused babelrc
|
|
1464
|
-
|
|
1465
|
-
affects: @procore/core-react
|
|
1466
|
-
|
|
1467
|
-
- feat: fix TieredSelect classnames import and run regression
|
|
1468
|
-
|
|
1469
|
-
affects: @procore/core-react
|
|
1470
|
-
|
|
1471
|
-
## [7.21.3](https://github.com/procore/core/compare/v7.21.2...v7.21.3) (2019-11-11)
|
|
1472
|
-
|
|
1473
|
-
**Note:** Version bump only for package @procore/core-react
|
|
1474
|
-
|
|
1475
|
-
## [7.21.2](https://github.com/procore/core/compare/v7.21.1...v7.21.2) (2019-10-29)
|
|
1476
|
-
|
|
1477
|
-
### Bug Fixes
|
|
1478
|
-
|
|
1479
|
-
- [GLUE-1760/multiselect] filter new options ([#5118](https://github.com/procore/core/issues/5118)) ([63d3858](https://github.com/procore/core/commit/63d3858d4d6a13d158c279c474fdc625fb0209a6))
|
|
1480
|
-
|
|
1481
|
-
## [7.21.1](https://github.com/procore/core/compare/v7.21.0...v7.21.1) (2019-10-17)
|
|
1482
|
-
|
|
1483
|
-
**Note:** Version bump only for package @procore/core-react
|
|
1484
|
-
|
|
1485
|
-
# [7.21.0](https://github.com/procore/core/compare/v7.20.0...v7.21.0) (2019-10-16)
|
|
1486
|
-
|
|
1487
|
-
### Bug Fixes
|
|
1488
|
-
|
|
1489
|
-
- cancel overlay trigger timers correctly ([#5040](https://github.com/procore/core/issues/5040)) ([0f190e8](https://github.com/procore/core/commit/0f190e8a922267177f75e08d5cda26fd8e9fe409))
|
|
1490
|
-
- **deps:** update dependency webpack to v4.41.2 ([#5044](https://github.com/procore/core/issues/5044)) ([b63fa86](https://github.com/procore/core/commit/b63fa862bcaeb7346a20c1b876957c9bf57a4a53))
|
|
1491
|
-
- placeholder prop is now respected ([#5030](https://github.com/procore/core/issues/5030)) ([ff6d961](https://github.com/procore/core/commit/ff6d961a1c7f83d8b2f5b9b92b8bec11708bbfef))
|
|
1492
|
-
- **deps:** update dependency typescript to v3.6.4 ([#5013](https://github.com/procore/core/issues/5013)) ([9667f02](https://github.com/procore/core/commit/9667f02e16eb0c8a80dac295f11a26bee313df18))
|
|
1493
|
-
- **deps:** update dependency webpack to v4.41.1 ([#5024](https://github.com/procore/core/issues/5024)) ([79dff2a](https://github.com/procore/core/commit/79dff2aa76d09306d9d0d4de944f093dba062a1d))
|
|
1494
|
-
|
|
1495
|
-
### Features
|
|
1496
|
-
|
|
1497
|
-
- [GLUE-1747] tiered select component ([#4903](https://github.com/procore/core/issues/4903)) ([13b330c](https://github.com/procore/core/commit/13b330cdcd4f686f3f2b8a52d2e652c9e4f9f8e9))
|
|
1498
|
-
- [React] Multiselect onFocus and onBlur Types ([#4994](https://github.com/procore/core/issues/4994)) ([7ca3370](https://github.com/procore/core/commit/7ca3370f7376900410d0bd1be25fa3cc198c0746))
|
|
1499
|
-
- disable body scroll when modal is open ([#4976](https://github.com/procore/core/issues/4976)) ([590a391](https://github.com/procore/core/commit/590a391320e14fff968f74230bd1673639e6dfd6)), closes [#4896](https://github.com/procore/core/issues/4896) [#4896](https://github.com/procore/core/issues/4896) [#4896](https://github.com/procore/core/issues/4896)
|
|
1500
|
-
- swap table icons to Icon component ([#5056](https://github.com/procore/core/issues/5056)) ([5886ee2](https://github.com/procore/core/commit/5886ee2d173f484d342d5672b131c5086f37dd15))
|
|
1501
|
-
|
|
1502
|
-
# [7.20.0](https://github.com/procore/core/compare/v7.19.0...v7.20.0) (2019-10-03)
|
|
1503
|
-
|
|
1504
|
-
### Bug Fixes
|
|
1505
|
-
|
|
1506
|
-
- enable Tab when a MultiSelect token is selected ([#4940](https://github.com/procore/core/issues/4940)) ([9b1c828](https://github.com/procore/core/commit/9b1c828))
|
|
1507
|
-
- **deps:** update dependency ts-loader to v6.2.0 ([#4935](https://github.com/procore/core/issues/4935)) ([c06c47b](https://github.com/procore/core/commit/c06c47b))
|
|
1508
|
-
- [GLUE-1736] consume zindex in portal ([#4910](https://github.com/procore/core/issues/4910)) ([45e4b8c](https://github.com/procore/core/commit/45e4b8c))
|
|
1509
|
-
- fix the select clear icon showing when it shouldn't ([#4920](https://github.com/procore/core/issues/4920)) ([e97abd4](https://github.com/procore/core/commit/e97abd4))
|
|
1510
|
-
- **deps:** update dependency ts-loader to v6.1.2 ([#4880](https://github.com/procore/core/issues/4880)) ([fb78c1f](https://github.com/procore/core/commit/fb78c1f))
|
|
1511
|
-
- **deps:** update dependency webpack to v4.41.0 ([#4890](https://github.com/procore/core/issues/4890)) ([e727ab3](https://github.com/procore/core/commit/e727ab3))
|
|
1512
|
-
|
|
1513
|
-
### Features
|
|
1514
|
-
|
|
1515
|
-
- add pseudo locale to Locale type ([f0633e4](https://github.com/procore/core/commit/f0633e4)), closes [#4918](https://github.com/procore/core/issues/4918)
|
|
1516
|
-
- consume newly uploaded pseudo.js language file for TextEditor ([#4958](https://github.com/procore/core/issues/4958)) ([a571cdd](https://github.com/procore/core/commit/a571cdd)), closes [#4918](https://github.com/procore/core/issues/4918) [#4918](https://github.com/procore/core/issues/4918)
|
|
1517
|
-
- synchronize listNavigation index with Option mouse events ([#4949](https://github.com/procore/core/issues/4949)) ([e30ed86](https://github.com/procore/core/commit/e30ed86))
|