@procore/core-react 10.27.0-rc.8 → 10.27.1-rc.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 +438 -672
- package/dist/esm/components/FileToken/FileToken.js +1 -1
- package/dist/esm/components/FileToken/FileToken.js.map +1 -1
- package/dist/esm/components/FileToken/FileToken.styles.js +4 -4
- package/dist/esm/components/FileToken/FileToken.styles.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Token/Token.d.ts +1 -1
- package/dist/esm/components/Token/Token.js +10 -6
- package/dist/esm/components/Token/Token.js.map +1 -1
- package/dist/esm/components/Token/Token.styles.d.ts +2 -2
- package/dist/esm/components/Token/Token.styles.js +4 -4
- package/dist/esm/components/Token/Token.styles.js.map +1 -1
- package/dist/esm/components/Token/Token.types.d.ts +2 -2
- 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 +34 -34
- 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 +6 -6
- 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/deprecations.json +1 -1
- 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 +5 -5
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.96a016e5.iframe.bundle.js → main.be1aa571.iframe.bundle.js} +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,1128 +3,894 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [10.
|
|
7
|
-
|
|
6
|
+
# [10.27.0](https://github.com/procore/core/compare/v10.25.0...@procore/core-react@10.27.0) (2022-03-28)
|
|
8
7
|
|
|
9
|
-
###
|
|
10
|
-
|
|
11
|
-
* New Tearsheet component ([#10077](https://github.com/procore/core/issues/10077)) ([3c998bb](https://github.com/procore/core/commit/3c998bb114243b82c77c18a603569ca129c03c81))
|
|
8
|
+
### Bug Fixes
|
|
12
9
|
|
|
10
|
+
- NumberInput works with decimals again. Keeps nature that string values are in the locale format (this was changed in 10.23.0 but reverted here). ([#10248](https://github.com/procore/core/issues/10248))
|
|
11
|
+
- Make Calendar use formatterLocale ([#10012)](https://github.com/procore/core/issues/10012)
|
|
12
|
+
- Fix MultiSelect onhide bug ([#9990](https://github.com/procore/core/issues/9990))
|
|
13
13
|
|
|
14
|
+
### Features
|
|
14
15
|
|
|
16
|
+
- Add missing Dropdown.Group ([#10164](https://github.com/procore/core/issues/10164))
|
|
17
|
+
- Link underline default and focus state ([#10086)](https://github.com/procore/core/issues/10086)
|
|
18
|
+
- Add Token.Remove component, deprecate Token.Icon ([#10217](https://github.com/procore/core/issues/10217)) ([#10303](https://github.com/procore/core/issues/10303))
|
|
19
|
+
- NumberInput deprecate locale prop, use I18nProvider ([#10259](https://github.com/procore/core/issues/10259))
|
|
20
|
+
- Introduce sliding animation to Page.Aside ([#9982](https://github.com/procore/core/issues/9982))
|
|
15
21
|
|
|
22
|
+
# 10.26.0
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
- Bad publish. DO NOT USE
|
|
18
25
|
|
|
26
|
+
# [10.25.0](https://github.com/procore/core/compare/v10.24.0...v10.25.0) (2022-03-01)
|
|
19
27
|
|
|
20
28
|
### Features
|
|
21
29
|
|
|
22
|
-
|
|
23
|
-
* Add more 3d model and drawing extensions ([#10013](https://github.com/procore/core/issues/10013)) ([445edb8](https://github.com/procore/core/commit/445edb82cd2fcf6bf0d92a8f6dfa90c27af56deb))
|
|
24
|
-
* Export spacing ([#9991](https://github.com/procore/core/issues/9991)) ([3c0c505](https://github.com/procore/core/commit/3c0c505c1969361bbb04e8935055254fb21fa714))
|
|
25
|
-
|
|
30
|
+
- New Tearsheet component ([#10077](https://github.com/procore/core/issues/10077)) ([3c998bb](https://github.com/procore/core/commit/3c998bb114243b82c77c18a603569ca129c03c81))
|
|
26
31
|
|
|
32
|
+
# [10.24.0](https://github.com/procore/core/compare/v10.23.0...v10.24.0) (2022-02-25)
|
|
27
33
|
|
|
34
|
+
### Features
|
|
28
35
|
|
|
36
|
+
- [UIF-1561] TextEditorOutput Component and remove margins for p in TextEditor ([#9930](https://github.com/procore/core/issues/9930)) ([aebe939](https://github.com/procore/core/commit/aebe93923d78b5a03906d3199efb98831a2ff42a))
|
|
37
|
+
- Add more 3d model and drawing extensions ([#10013](https://github.com/procore/core/issues/10013)) ([445edb8](https://github.com/procore/core/commit/445edb82cd2fcf6bf0d92a8f6dfa90c27af56deb))
|
|
38
|
+
- Export spacing ([#9991](https://github.com/procore/core/issues/9991)) ([3c0c505](https://github.com/procore/core/commit/3c0c505c1969361bbb04e8935055254fb21fa714))
|
|
29
39
|
|
|
30
40
|
# [10.23.0](https://github.com/procore/core/compare/v10.22.1...v10.23.0) (2022-02-15)
|
|
31
41
|
|
|
32
|
-
|
|
33
42
|
### Bug Fixes
|
|
34
43
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
44
|
+
- fix page layout in tearsheet IE11 ([#9956](https://github.com/procore/core/issues/9956)) ([943f1b3](https://github.com/procore/core/commit/943f1b38a8add0d2e07d433396d39fcf5b9f5566))
|
|
45
|
+
- fix panel footer actions alignment ([#9973](https://github.com/procore/core/issues/9973)) ([ae4667a](https://github.com/procore/core/commit/ae4667ada542acb3b733cdd320608479ac964cae))
|
|
46
|
+
- NumberInput unformatted string values properly format to locale ([#9878](https://github.com/procore/core/issues/9878)) ([8f6f4a5](https://github.com/procore/core/commit/8f6f4a5288e71346470e9d3fc98785e36fcc2773))
|
|
39
47
|
|
|
40
48
|
### Features
|
|
41
49
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
- [UIF-427] JSS for FileList Component ([#9934](https://github.com/procore/core/issues/9934)) ([dec1307](https://github.com/procore/core/commit/dec1307a590e22dccd9e40aeba4e338d670fde6f))
|
|
51
|
+
- add initial Tearsheet implementation ([#9845](https://github.com/procore/core/issues/9845)) ([a51a0be](https://github.com/procore/core/commit/a51a0be2badb5c8a7b8928cc4d1428639be8b397))
|
|
52
|
+
- **core-react:** animate tree chevron ([f39b2f8](https://github.com/procore/core/commit/f39b2f8ed5886b32a40a6877aebdaef0e519da9e))
|
|
53
|
+
- Data attr pattern to acknowledge a11y failures. Ack color contrast on orange Buttons ([#9917](https://github.com/procore/core/issues/9917)) ([84b98cd](https://github.com/procore/core/commit/84b98cd3b39aa1d55a4ac74efc86452e35cc5dd6))
|
|
54
|
+
- validate locale and fallback to en ([#9913](https://github.com/procore/core/issues/9913)) ([2ca7e3c](https://github.com/procore/core/commit/2ca7e3c3bb55ee91378f992dcb0d48744506df0c))
|
|
51
55
|
|
|
52
56
|
## [10.22.1](https://github.com/procore/core/compare/v10.22.0...v10.22.1) (2022-02-03)
|
|
53
57
|
|
|
54
|
-
|
|
55
58
|
### Reverts
|
|
56
59
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
- Form type change of omitting value ([#9935](https://github.com/procore/core/issues/9935)) ([63b2f9e](https://github.com/procore/core/commit/63b2f9e6fbc425fbc69a6b95268774c3571b590d))
|
|
62
61
|
|
|
63
62
|
# [10.22.0](https://github.com/procore/core/compare/v10.21.0...v10.22.0) (2022-02-01)
|
|
64
63
|
|
|
65
|
-
|
|
66
64
|
### Bug Fixes
|
|
67
65
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
66
|
+
- Form Fields edit props trickle and omit value type ([#9850](https://github.com/procore/core/issues/9850)) ([3bf9a36](https://github.com/procore/core/commit/3bf9a368195609f95900b2a732137b67958cd3a2))
|
|
67
|
+
- Modal small content in a wide Modal ([#9912](https://github.com/procore/core/issues/9912)) ([df27882](https://github.com/procore/core/commit/df27882d23efc52abcd14c02d100d2ca0e1cf7b6))
|
|
68
|
+
- NumberInput controlled conditional state updates ([#9904](https://github.com/procore/core/issues/9904)) ([155177a](https://github.com/procore/core/commit/155177abc8056a2e4e3376086137e58435efda40))
|
|
69
|
+
- numberInput watch value to allow controlled input accept decimal ([#9853](https://github.com/procore/core/issues/9853)) ([2fd7c66](https://github.com/procore/core/commit/2fd7c6655148f06c24e435b6fed15d33c30bfc18))
|
|
70
|
+
- pill select options width ([#9880](https://github.com/procore/core/issues/9880)) ([a6a2d79](https://github.com/procore/core/commit/a6a2d79b450970ff626724a6477ed9b0533bfaff))
|
|
74
71
|
|
|
75
72
|
### Features
|
|
76
73
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
- [UIF-1631] - AvatarStack: Add getInitials and getImageUrl ([#9808](https://github.com/procore/core/issues/9808)) ([1fe596f](https://github.com/procore/core/commit/1fe596f134c6cdb3220d9fa5b222186dbc89fae6))
|
|
75
|
+
- 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))
|
|
83
76
|
|
|
84
77
|
# [10.21.0](https://github.com/procore/core/compare/v10.20.0...v10.21.0) (2022-01-14)
|
|
85
78
|
|
|
86
|
-
|
|
87
79
|
### Bug Fixes
|
|
88
80
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
81
|
+
- [UIF-1673] Fix type exports ([#9849](https://github.com/procore/core/issues/9849)) ([96d7ca3](https://github.com/procore/core/commit/96d7ca35881dbe13b65f98db0852f3cafeec7dfe))
|
|
82
|
+
- **core-react:** tree expansion by chevron was not working when row was also selectable ([3e2733d](https://github.com/procore/core/commit/3e2733d69c20c5c70ded809542fe2d041ffb23d1))
|
|
83
|
+
- DateInput onChange and value fixes ([#9779](https://github.com/procore/core/issues/9779)) ([83e8809](https://github.com/procore/core/commit/83e88093e6c2fb77383e1b7463a18151551d1648))
|
|
84
|
+
- DateInput/DateSelect aria label for time zones ([#9827](https://github.com/procore/core/issues/9827)) ([5da935e](https://github.com/procore/core/commit/5da935e4d5e946c176ab88d93f5aa89dbdb110ac))
|
|
85
|
+
- fix Tabs resize issue ([#9781](https://github.com/procore/core/issues/9781)) ([5aa7fa1](https://github.com/procore/core/commit/5aa7fa1fdcef915f3d7b755628f9943f9ae31f1b))
|
|
86
|
+
- fix TextEditor locale (TinyMCE) ([#9807](https://github.com/procore/core/issues/9807)) ([ea41c19](https://github.com/procore/core/commit/ea41c19d9ccd465e09a8141e920bd88fc2ce4e94))
|
|
87
|
+
- fixes bug with DateInput onChange when value is undefined (initially) ([#9825](https://github.com/procore/core/issues/9825)) ([d38faae](https://github.com/procore/core/commit/d38faaecc0a38a0aeb08ad02d580dd7d7d5aae42))
|
|
97
88
|
|
|
98
89
|
### Features
|
|
99
90
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
91
|
+
- **core-react:** add magenta and cyan to color palette and Pill component ([3fcba5b](https://github.com/procore/core/commit/3fcba5b117c8fac7cca1fbfb309811abc265dc60))
|
|
92
|
+
- Toggle Button release ([#9848](https://github.com/procore/core/issues/9848)) ([f956c29](https://github.com/procore/core/commit/f956c29dc608e7603060bff3e83125d144866413))
|
|
106
93
|
|
|
107
94
|
# [10.20.0](https://github.com/procore/core/compare/v10.19.0...v10.20.0) (2021-12-16)
|
|
108
95
|
|
|
109
|
-
|
|
110
96
|
### Bug Fixes
|
|
111
97
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
98
|
+
- [UIF-637] Tree child nodes indentation ([#9760](https://github.com/procore/core/issues/9760)) ([5d0370d](https://github.com/procore/core/commit/5d0370d122d0d928239ad7678a7447479b273c14))
|
|
99
|
+
- fix slider key warning ([#9718](https://github.com/procore/core/issues/9718)) ([f2b7ca0](https://github.com/procore/core/commit/f2b7ca03364f4288968d8fa4adf6842447fc71c2))
|
|
100
|
+
- Section use latest Chevron svg icons ([#9713](https://github.com/procore/core/issues/9713)) ([771f5fc](https://github.com/procore/core/commit/771f5fcb4985eed738f1cf7941a411cea6f74d1c))
|
|
116
101
|
|
|
117
102
|
### Features
|
|
118
103
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
104
|
+
- [UIF-1067] Move content from prop docs to typedoc ([#9679](https://github.com/procore/core/issues/9679)) ([a4d9874](https://github.com/procore/core/commit/a4d987450df80bc2a3901dbfbf06572e2e1e8148))
|
|
105
|
+
- [UIF-1409] Add new Thumbnail icons, some Folders and Cube ([#9680](https://github.com/procore/core/issues/9680)) ([c3b70bb](https://github.com/procore/core/commit/c3b70bb318d456fc1ed523a20a1291d1703a4667))
|
|
106
|
+
- Icons update chevrons. New: StarOff, Fire, FileEye, EnvelopeOpen, Archive ([#9721](https://github.com/procore/core/issues/9721)) ([c3b56b0](https://github.com/procore/core/commit/c3b56b037585aec7218bdacfe2b0adad362e8c35))
|
|
107
|
+
- make aside block sticky ([#9676](https://github.com/procore/core/issues/9676)) ([a9e0c41](https://github.com/procore/core/commit/a9e0c413901a52565c0142f2d67b61f9e6fd17eb))
|
|
108
|
+
- reorder docs/storybook icons for panel component ([#9663](https://github.com/procore/core/issues/9663)) ([0b04402](https://github.com/procore/core/commit/0b04402fd553f9cad7dafa4d6ebe7b964236d40b))
|
|
109
|
+
- Smartling translations for zh-SG ([#9717](https://github.com/procore/core/issues/9717)) ([4187ea5](https://github.com/procore/core/commit/4187ea5b20102548954bd6639f64c9dbc36fe227))
|
|
129
110
|
|
|
130
111
|
# [10.19.0](https://github.com/procore/core/compare/v10.18.0...v10.19.0) (2021-11-12)
|
|
131
112
|
|
|
132
|
-
|
|
133
113
|
### Bug Fixes
|
|
134
114
|
|
|
135
|
-
|
|
136
|
-
|
|
115
|
+
- Modal, Panel, DetailPage, Section Spacing and Headings ([#9659](https://github.com/procore/core/issues/9659)) ([cd7976f](https://github.com/procore/core/commit/cd7976fcd819cbfc64e150af98fe7f3179411797))
|
|
137
116
|
|
|
138
117
|
### Features
|
|
139
118
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
119
|
+
- Box as ol, ul, li with browser reset ([#9433](https://github.com/procore/core/issues/9433)) ([ca11c21](https://github.com/procore/core/commit/ca11c213af35ba7eff9099579937bf246f7d4a1a))
|
|
120
|
+
- Content layout component ([#9590](https://github.com/procore/core/issues/9590)) ([3a43471](https://github.com/procore/core/commit/3a43471c4837dc19a1c2bc6e0b7fd969269e19fe))
|
|
121
|
+
- disabled menu items for tiered dropdown ([#9608](https://github.com/procore/core/issues/9608)) ([424e615](https://github.com/procore/core/commit/424e615d1c2ff87a040183bb585f838f4b47ebef))
|
|
122
|
+
- Release Title, Tile, Content, NextDetailPage ([#9662](https://github.com/procore/core/issues/9662)) ([a33ee99](https://github.com/procore/core/commit/a33ee9942cea831fc48d17640feffa9845f474e3))
|
|
148
123
|
|
|
149
124
|
# [10.18.0](https://github.com/procore/core/compare/v10.17.0...v10.18.0) (2021-11-09)
|
|
150
125
|
|
|
151
|
-
|
|
152
126
|
### Features
|
|
153
127
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
128
|
+
- [FDN-1073] Storybook deploys for master + develop ([#9587](https://github.com/procore/core/issues/9587)) ([2c47de3](https://github.com/procore/core/commit/2c47de33db56916a7be66ea37c204365a54c6c26))
|
|
129
|
+
- [UIF-1069] Toggle Button component ([#9607](https://github.com/procore/core/issues/9607)) ([1098c0a](https://github.com/procore/core/commit/1098c0a85f5ff008107ea509081e9a488cb62091))
|
|
130
|
+
- [UIF-1323] Storybook Core Brand ([#9636](https://github.com/procore/core/issues/9636)) ([23c6095](https://github.com/procore/core/commit/23c60953283c78f9abab7d2614e2b2b6c5b63bbe))
|
|
131
|
+
- add index file for DetailPage component ([#9639](https://github.com/procore/core/issues/9639)) ([2959392](https://github.com/procore/core/commit/2959392361a4e8125cc6abc5a77972259e8c90bc))
|
|
132
|
+
- add panel close button ([#9606](https://github.com/procore/core/issues/9606)) ([5589735](https://github.com/procore/core/commit/55897356d2aad03dfc32b046c7da99fafb430043))
|
|
133
|
+
- alphabetical sorting for storybook stories ([#9613](https://github.com/procore/core/issues/9613)) ([3437427](https://github.com/procore/core/commit/343742779ba89351533b6ce5450727802f964edc))
|
|
134
|
+
- expose Section on Panel and Modal ([#9588](https://github.com/procore/core/issues/9588)) ([e94564f](https://github.com/procore/core/commit/e94564fcc555422e0dc320c37e1b8bcfd1dc8785))
|
|
165
135
|
|
|
166
136
|
# [10.17.0](https://github.com/procore/core/compare/v10.16.0...v10.17.0) (2021-10-27)
|
|
167
137
|
|
|
168
|
-
|
|
169
138
|
### Bug Fixes
|
|
170
139
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
140
|
+
- [FDN-1328] Fix docs build ([#9592](https://github.com/procore/core/issues/9592)) ([39ae28f](https://github.com/procore/core/commit/39ae28f9e1d3012d3e33990f5273a482bf6cae11))
|
|
141
|
+
- empty divs ([#9559](https://github.com/procore/core/issues/9559)) ([43d134f](https://github.com/procore/core/commit/43d134f65b11893735c7f92116283f3ad6a6e63a))
|
|
142
|
+
- fix loading button IE11 position ([#9550](https://github.com/procore/core/issues/9550)) ([e4119fe](https://github.com/procore/core/commit/e4119fea882fe1d66ec98c2e26ce28e72434ef49))
|
|
143
|
+
- Fix Segmented Controller button styles with app css creep ([#9555](https://github.com/procore/core/issues/9555)) ([7c7dbb4](https://github.com/procore/core/commit/7c7dbb4166f168d40e310acfc83ca96553e560e6))
|
|
144
|
+
- gatsby specific window check ([#9609](https://github.com/procore/core/issues/9609)) ([b7210ad](https://github.com/procore/core/commit/b7210ad513f581d048e377ab542f557aec8c128c))
|
|
145
|
+
- Support NumberInput for special locales ([#9593](https://github.com/procore/core/issues/9593)) ([bb1ccf2](https://github.com/procore/core/commit/bb1ccf28f5f68290ac8f583220f2f81f6a93962e))
|
|
178
146
|
|
|
179
147
|
### Features
|
|
180
148
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
149
|
+
- [FDN-860] Modal - divider under header ([#9531](https://github.com/procore/core/issues/9531)) ([f6da899](https://github.com/procore/core/commit/f6da899372163e436f7c8fb566d1c11b61e63821))
|
|
150
|
+
- [FDN-931] Tile component ([#9517](https://github.com/procore/core/issues/9517)) ([ad43367](https://github.com/procore/core/commit/ad433675a7ff267effdc4cb6088c7fd4eb2db87a))
|
|
151
|
+
- [FDN-950] update file type icons in thumbnail ([#9574](https://github.com/procore/core/issues/9574)) ([be99bc9](https://github.com/procore/core/commit/be99bc96ac44f8b9f602034327f185a48c81f657))
|
|
152
|
+
- add drag and drop keyboard controls to MenuImperative ([#9500](https://github.com/procore/core/issues/9500)) ([52ba710](https://github.com/procore/core/commit/52ba710b400897e7f60b345d03d07bdb1ec47a4a))
|
|
153
|
+
- Modal widths ([#9498](https://github.com/procore/core/issues/9498)) ([7daec24](https://github.com/procore/core/commit/7daec240ae7ec959b582a5ac1189aca54576d82e))
|
|
154
|
+
- New Component - Tiered Dropdown [CMF-980] ([#9529](https://github.com/procore/core/issues/9529)) ([16c5a2a](https://github.com/procore/core/commit/16c5a2aaf15d2a16fd27eb739bebd0f9231ff18d))
|
|
155
|
+
- New Component - Title ([#9499](https://github.com/procore/core/issues/9499)) ([d2c4580](https://github.com/procore/core/commit/d2c458014fef7db8c34ad9d5373741c15f74a149))
|
|
156
|
+
- Release Page, NextDetailpage, and NextGrid components ([#9456](https://github.com/procore/core/issues/9456)) ([b546f4c](https://github.com/procore/core/commit/b546f4c1d4f58405dd97493656aa8633191e274b))
|
|
157
|
+
- support Calendar for locales where the start day of the week is not Sunday ([#9557](https://github.com/procore/core/issues/9557)) ([a9040aa](https://github.com/procore/core/commit/a9040aabe701bf10afe93a2ca77c8828d2584222))
|
|
158
|
+
- 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))
|
|
159
|
+
- **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))
|
|
196
160
|
|
|
197
161
|
# [10.16.0](https://github.com/procore/core/compare/v10.15.0...v10.16.0) (2021-10-01)
|
|
198
162
|
|
|
199
|
-
|
|
200
163
|
### Bug Fixes
|
|
201
164
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
165
|
+
- [FDN-892] Dropdown Overflows IE11 ([#9459](https://github.com/procore/core/issues/9459)) ([3026e18](https://github.com/procore/core/commit/3026e18e663cc4807fefb5856810998b8f9eb9ae))
|
|
166
|
+
- fix to MenuImperative keyboard nav Up arrow across groups ([#9469](https://github.com/procore/core/issues/9469)) ([99d0d65](https://github.com/procore/core/commit/99d0d6573e6c10c64525fd4c38f571c609b7e65d))
|
|
167
|
+
- remove NumberInput code duplication ([#9494](https://github.com/procore/core/issues/9494)) ([25bf8cf](https://github.com/procore/core/commit/25bf8cf457bc785311a77e022e2473619c86108c))
|
|
168
|
+
- Vulnerability update axios from 0.21.1 to 0.21.3 ([#9475](https://github.com/procore/core/issues/9475)) ([0705939](https://github.com/procore/core/commit/07059396dad6fd58a33b670f13952f96154099d3))
|
|
207
169
|
|
|
208
170
|
### Features
|
|
209
171
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
172
|
+
- add suffix prop to NumberInput ([#9435](https://github.com/procore/core/issues/9435)) ([aedba7b](https://github.com/procore/core/commit/aedba7b188d207bbc55171308d4cc57344f23a14))
|
|
173
|
+
- Locales de-DE, fr-FR, es-ES ([#9438](https://github.com/procore/core/issues/9438)) ([6f92813](https://github.com/procore/core/commit/6f92813a6d411f5d7f301be5c6c059673e8d9334))
|
|
174
|
+
- Pagination component allow prop spread ([#9492](https://github.com/procore/core/issues/9492)) ([f75a5c9](https://github.com/procore/core/commit/f75a5c9645350c3eb51828f3ae247e6a024224f1))
|
|
217
175
|
|
|
218
176
|
# [10.15.0](https://github.com/procore/core/compare/v10.14.0...v10.15.0) (2021-08-30)
|
|
219
177
|
|
|
220
|
-
|
|
221
178
|
### Bug Fixes
|
|
222
179
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
180
|
+
- Dropzone button style is secondary button ([#9430](https://github.com/procore/core/issues/9430)) ([50bb3a7](https://github.com/procore/core/commit/50bb3a79cb5ed6d253bde0acd6b125306306fd98))
|
|
181
|
+
- IE11 DateSelect mouse date selection from Calendar ([#9434](https://github.com/procore/core/issues/9434)) ([a1de344](https://github.com/procore/core/commit/a1de344e7ad5a8dccb529847b3f431c7316438d5))
|
|
226
182
|
|
|
227
183
|
### Features
|
|
228
184
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
185
|
+
- Update icons, align with mobile bolder style ([#9445](https://github.com/procore/core/issues/9445)) ([7bf8cb4](https://github.com/procore/core/commit/7bf8cb434025e93161606dee83df742f1b22b7c3))
|
|
234
186
|
|
|
235
187
|
# [10.14.0](https://github.com/procore/core/compare/v10.13.0...v10.14.0) (2021-08-23)
|
|
236
188
|
|
|
237
|
-
|
|
238
189
|
### Bug Fixes
|
|
239
190
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
191
|
+
- Define color on Checkbox and RadioButton ([#9414](https://github.com/procore/core/issues/9414)) ([2c459ee](https://github.com/procore/core/commit/2c459ee95bf970d040aa69398c1e3326b9135b63))
|
|
192
|
+
- fix custom token not being displayed ([#9372](https://github.com/procore/core/issues/9372)) ([effe943](https://github.com/procore/core/commit/effe943f8494f0324cfc0b60dd4cb3e3c9951675))
|
|
193
|
+
- MultiSelect always show dropdown when clicking on clear all button ([#9399](https://github.com/procore/core/issues/9399)) ([49058c7](https://github.com/procore/core/commit/49058c7a046bfb678c7f999c3fa23786934c1127))
|
|
194
|
+
- Support MenuImperative dragging inside a Modal ([#9394](https://github.com/procore/core/issues/9394)) ([2643e19](https://github.com/procore/core/commit/2643e19d8e7533f0b24d14962fac312074a29f13))
|
|
195
|
+
- types/styles when using MenuImperative.CheckboxItem with drag and drop enabled ([#9393](https://github.com/procore/core/issues/9393)) ([27421bd](https://github.com/procore/core/commit/27421bd5886c1c370e65e6d8bee7416b81bbcff7))
|
|
246
196
|
|
|
247
197
|
### Features
|
|
248
198
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
199
|
+
- Add Imperative menu drag and drop ([#9353](https://github.com/procore/core/issues/9353)) ([b3b6c7c](https://github.com/procore/core/commit/b3b6c7c7a078cd55a69dc56a6445064331f7a874))
|
|
200
|
+
- Add MenuImperative.CheckboxItem ([#9351](https://github.com/procore/core/issues/9351)) ([a8687d5](https://github.com/procore/core/commit/a8687d59b736ed1ef2d8c2052ac69329eb96f003))
|
|
201
|
+
- introduce NextDetailPage ([#9397](https://github.com/procore/core/issues/9397)) ([cc8476a](https://github.com/procore/core/commit/cc8476ae557c70b330ed0ae20f00149454099112))
|
|
202
|
+
- updating to latest tinymce version ([#9375](https://github.com/procore/core/issues/9375)) ([56f834d](https://github.com/procore/core/commit/56f834d62cd66e52fdcd8cce6262d9abf544a35b))
|
|
257
203
|
|
|
258
204
|
# [10.13.0](https://github.com/procore/core/compare/v10.12.0...v10.13.0) (2021-08-04)
|
|
259
205
|
|
|
260
|
-
|
|
261
206
|
### Features
|
|
262
207
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
208
|
+
- Add Modal.FooterSummary component to Modal ([#9327](https://github.com/procore/core/issues/9327)) ([61ddd1b](https://github.com/procore/core/commit/61ddd1bd364f90a686438e85334fb06dae9ac764))
|
|
209
|
+
- introduce PageLayout and NextGrid components ([#9005](https://github.com/procore/core/issues/9005)) ([88d0c64](https://github.com/procore/core/commit/88d0c64eef69c7906c0788b2210a4c54a21dd257))
|
|
269
210
|
|
|
270
211
|
# [10.12.0](https://github.com/procore/core/compare/v10.11.0...v10.12.0) (2021-07-20)
|
|
271
212
|
|
|
272
|
-
|
|
273
213
|
### Bug Fixes
|
|
274
214
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
215
|
+
- [FDN-790] Popover OverlayTrigger not correct position on first load and Percy Failures ([#8997](https://github.com/procore/core/issues/8997)) ([0d48a40](https://github.com/procore/core/commit/0d48a4034588c0308eaf55a47eb46af48e3b35d4))
|
|
216
|
+
- Form PillSelect Optional Clear Button, PillSelect Optional Options ([#9283](https://github.com/procore/core/issues/9283)) ([e2d2cf0](https://github.com/procore/core/commit/e2d2cf0229f140ffe68c132016dff9878ca0d17e))
|
|
278
217
|
|
|
279
218
|
### Features
|
|
280
219
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
220
|
+
- [FDN-712] introduce LinkButton component ([#9038](https://github.com/procore/core/issues/9038)) ([23b4db2](https://github.com/procore/core/commit/23b4db2b004a73779bca5b024616712467b29946))
|
|
286
221
|
|
|
287
222
|
# [10.11.0](https://github.com/procore/core/compare/v10.10.0...v10.11.0) (2021-07-01)
|
|
288
223
|
|
|
289
|
-
|
|
290
224
|
### Bug Fixes
|
|
291
225
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
226
|
+
- fix useDeprecation behaviour with falsy values and quiet console ([#9031](https://github.com/procore/core/issues/9031)) ([192fbb6](https://github.com/procore/core/commit/192fbb6ca9ca2e5a930536b20d06cd8adeb97bae))
|
|
227
|
+
- Icon Highlighter Name ([#9146](https://github.com/procore/core/issues/9146)) ([08c8edd](https://github.com/procore/core/commit/08c8eddc17528be80da11b749352848ac61ec437))
|
|
228
|
+
- Remove Card Shadow Strength Half Steps ([#9149](https://github.com/procore/core/issues/9149)) ([8e61631](https://github.com/procore/core/commit/8e616318e2c3bf7225f15ce7cc1888a0005f1fe6))
|
|
296
229
|
|
|
297
230
|
### Features
|
|
298
231
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
232
|
+
- [FDN-752] - Form field empty state implementation ([#9069](https://github.com/procore/core/issues/9069)) ([dc777f6](https://github.com/procore/core/commit/dc777f6938a404d31c11730b81dc2bbfc550141a))
|
|
233
|
+
- introduce onUploadStateChange ([#9128](https://github.com/procore/core/issues/9128)) ([c8a012f](https://github.com/procore/core/commit/c8a012ff25b52d0313597f36a2e92d5724b1608f))
|
|
305
234
|
|
|
306
235
|
# [10.10.0](https://github.com/procore/core/compare/v10.9.0...v10.10.0) (2021-06-11)
|
|
307
236
|
|
|
308
|
-
|
|
309
237
|
### Bug Fixes
|
|
310
238
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
239
|
+
- **core-react:** remove margins from slider ([#9021](https://github.com/procore/core/issues/9021)) ([cf66600](https://github.com/procore/core/commit/cf66600b70b5ecf8f3274fceb1efbd31325f0f71))
|
|
240
|
+
- core-docs build ([#8990](https://github.com/procore/core/issues/8990)) ([74c9c99](https://github.com/procore/core/commit/74c9c9989100504fcaa1c55e3b7b9f9399f204d6))
|
|
241
|
+
- mock new Date for Calendar current day tests, fix Displaydate ([#8910](https://github.com/procore/core/issues/8910)) ([9c30990](https://github.com/procore/core/commit/9c309902eaedab6ad02df0d732ff0245a3c5cdbf))
|
|
242
|
+
- Range -> Slider, UX fixes for Slider ([#8946](https://github.com/procore/core/issues/8946)) ([e6e498d](https://github.com/procore/core/commit/e6e498d3700f0277236be6752b961750f008adc3))
|
|
243
|
+
- set medium icon size to 16px for avatars ([#9022](https://github.com/procore/core/issues/9022)) ([ac61f24](https://github.com/procore/core/commit/ac61f242addc3e58af503a2f22ee42982dde5f9a))
|
|
244
|
+
- **core-react:** debug logging for flatMap issue in FileSelect ([#8979](https://github.com/procore/core/issues/8979)) ([78e0ebe](https://github.com/procore/core/commit/78e0ebe8b1dcf80a82b802b37c44a02c22fd374c))
|
|
318
245
|
|
|
319
246
|
### Features
|
|
320
247
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
248
|
+
- [FDN-393] Apply New Shadow to Card and components that use Card ([#8834](https://github.com/procore/core/issues/8834)) ([966463a](https://github.com/procore/core/commit/966463a114e8b5ffa15b5c4722c8a1bb748bb529))
|
|
249
|
+
- [FDN-393] change Banner shadow position to bottom ([#9015](https://github.com/procore/core/issues/9015)) ([4ad398e](https://github.com/procore/core/commit/4ad398ed474856ef707f24bfb251c644b4dc24d1))
|
|
250
|
+
- [FDN-718] Update Shadow Palette ([#9058](https://github.com/procore/core/issues/9058)) ([d17355e](https://github.com/procore/core/commit/d17355ed1f2cb6e4fd53c73c8ab8fa066f73580b))
|
|
251
|
+
- apply new shadow to Banner ([#8931](https://github.com/procore/core/issues/8931)) ([72420f4](https://github.com/procore/core/commit/72420f47df77a115cf98f0ec4879c250c8d06fbe))
|
|
252
|
+
- apply new shadow to menu ([#8934](https://github.com/procore/core/issues/8934)) ([1d9742a](https://github.com/procore/core/commit/1d9742aa0bf4a533ed067504c404fab2875143f0))
|
|
253
|
+
- debug console error for file select sources bug ([#8972](https://github.com/procore/core/issues/8972)) ([d9210d5](https://github.com/procore/core/commit/d9210d52490d454e906b1cb59a826100f3b60dd6))
|
|
254
|
+
- FDN-393 Apply new shadow to Popover ([#8932](https://github.com/procore/core/issues/8932)) ([fa0e816](https://github.com/procore/core/commit/fa0e816db776f42e5ec6750701ea85c6e8917611))
|
|
255
|
+
- FDN-393 Apply New Shadows to Components (Table) ([#8923](https://github.com/procore/core/issues/8923)) ([91f9ae2](https://github.com/procore/core/commit/91f9ae29e1b44caf88c1228166d72ed0465d3c46))
|
|
256
|
+
- update icons ([#9098](https://github.com/procore/core/issues/9098)) ([5d5acc4](https://github.com/procore/core/commit/5d5acc47b842360b5bf897562eda0b858f316a8a))
|
|
257
|
+
- Update icons, many markup icons ([#9085](https://github.com/procore/core/issues/9085)) ([4d67e55](https://github.com/procore/core/commit/4d67e5563acade75e764b85277b43dce6b257e74))
|
|
258
|
+
- update translations for RelatedItems ([#9049](https://github.com/procore/core/issues/9049)) ([a2b2ee4](https://github.com/procore/core/commit/a2b2ee43e88fdcbd19521ca4ceb32ea7ed483725))
|
|
333
259
|
|
|
334
260
|
### Reverts
|
|
335
261
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
262
|
+
- 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))
|
|
341
263
|
|
|
342
264
|
# [10.9.0](https://github.com/procore/core/compare/v10.8.0...v10.9.0) (2021-05-25)
|
|
343
265
|
|
|
344
|
-
|
|
345
266
|
### Bug Fixes
|
|
346
267
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
268
|
+
- fix table border radius typo ([#8912](https://github.com/procore/core/issues/8912)) ([424e4ba](https://github.com/procore/core/commit/424e4bafb5c303b5146c455d0deb789748d10b07))
|
|
269
|
+
- fix textarea resize ([#8943](https://github.com/procore/core/issues/8943)) ([5cd43c8](https://github.com/procore/core/commit/5cd43c834f08da69b4bb4a2ba376654f2831b979))
|
|
270
|
+
- Form.RichText re-positions cursor to beginning of field on change event - V2 ([#8889](https://github.com/procore/core/issues/8889)) ([ecf1e70](https://github.com/procore/core/commit/ecf1e7009f87eb4effa1e972413163ac5b805efc))
|
|
271
|
+
- Form.RichText re-positions cursor to beginning of field on change event. ([#8872](https://github.com/procore/core/issues/8872)) ([04ad161](https://github.com/procore/core/commit/04ad1611b0e8111471e0b7862ea9dce4b326483e))
|
|
272
|
+
- range slider ie11 use height over border trick ([8b31b1c](https://github.com/procore/core/commit/8b31b1c0d26a655e407854fa5f5cc67dbb7bf5ba))
|
|
273
|
+
- range slider remove tick marks ([e8e62fa](https://github.com/procore/core/commit/e8e62fa75e858cce939ca019522afc58893dd97e))
|
|
274
|
+
- range slider styles ie ([7347e7c](https://github.com/procore/core/commit/7347e7c35a2c334ab3aede7cc452ced5585255ad))
|
|
275
|
+
- RichTextEditor has to perform a check on Form enableReinitialize before setting initialValue ([#8895](https://github.com/procore/core/issues/8895)) ([19cc2e8](https://github.com/procore/core/commit/19cc2e8b55ed8817bdff66c01f4057d33799a99f))
|
|
276
|
+
- TextArea Resize default to both ([#8947](https://github.com/procore/core/issues/8947)) ([99879c9](https://github.com/procore/core/commit/99879c96785fc57b2de06e99bcf45698a4bd383c))
|
|
277
|
+
- TieredSelect selectableTiers false controlled value ([#8871](https://github.com/procore/core/issues/8871)) ([0dc227b](https://github.com/procore/core/commit/0dc227b3ba34f23a1a45e0112d6ba9dd995bd0e6))
|
|
358
278
|
|
|
359
279
|
### Features
|
|
360
280
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
281
|
+
- [FDN-147] JSS for Menu Component ([#8819](https://github.com/procore/core/issues/8819)) ([510af38](https://github.com/procore/core/commit/510af383549f83f87064d03ac91445d478df9784))
|
|
282
|
+
- [FDN-429] JSS Portal ([#8626](https://github.com/procore/core/issues/8626)) ([afae8d8](https://github.com/procore/core/commit/afae8d81da262e0ef1fc55eebcec33f3a1060605))
|
|
283
|
+
- apply new shadow to Poppover ([45b3c3d](https://github.com/procore/core/commit/45b3c3deb53bc70cb40ac9738479c514d7596b5f))
|
|
284
|
+
- Form Display Date TZ, Date Time Console Logging. refactor!: Remove Context Inheritance ([#8891](https://github.com/procore/core/issues/8891)) ([591b9b7](https://github.com/procore/core/commit/591b9b7eed9f35b41b115ee4851bcf5fc16194bd))
|
|
285
|
+
- Range Component ([#8643](https://github.com/procore/core/issues/8643)) ([6ccecb5](https://github.com/procore/core/commit/6ccecb51b6eeaa7eacfb838c0cdee4f6d6a57ba8))
|
|
367
286
|
|
|
368
287
|
### Reverts
|
|
369
288
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
289
|
+
- apply new Shadow to Banner ([346c701](https://github.com/procore/core/commit/346c701dc5126e049ff96c4579c1d02ac6cea1ee))
|
|
375
290
|
|
|
376
291
|
# [10.8.0](https://github.com/procore/core/compare/v10.7.0...v10.8.0) (2021-05-07)
|
|
377
292
|
|
|
378
|
-
|
|
379
293
|
### Bug Fixes
|
|
380
294
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
295
|
+
- clear button of table select cell does not work properly ([#8782](https://github.com/procore/core/issues/8782)) ([635c542](https://github.com/procore/core/commit/635c5425e7d3c87449ddcc266604d80938d4ec28))
|
|
296
|
+
- GroupedSelect, Grouped Menu Item, Disabled Menu Item Still Highlight ([#8835](https://github.com/procore/core/issues/8835)) ([d3d8f6f](https://github.com/procore/core/commit/d3d8f6fd9bc5d02a67dda1ef15ecfc91e287dfd7))
|
|
297
|
+
- Modal blinking on close ([#8790](https://github.com/procore/core/issues/8790)) ([7341e7e](https://github.com/procore/core/commit/7341e7ecb4f69125f8324848109ac2cd0772d4c9))
|
|
298
|
+
- useScroll types ([#8795](https://github.com/procore/core/issues/8795)) ([caf1a16](https://github.com/procore/core/commit/caf1a1625a28eae0346d2d494885a2f29bcdba54))
|
|
299
|
+
- **core-react:** expose shouldScroll option on MenuImperative; turn off scroll in options update use ([6912ad5](https://github.com/procore/core/commit/6912ad5a750d0ea44e217b608a6361baef84ba9f))
|
|
387
300
|
|
|
388
301
|
### Features
|
|
389
302
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
303
|
+
- [GLUE-2828] Refactor MenuImperative to styled-components ([#8432](https://github.com/procore/core/issues/8432)) ([cee7845](https://github.com/procore/core/commit/cee784538147c8e878bb513629b95f4d7bd7e432))
|
|
304
|
+
- Form export BETA_makeField ([#8775](https://github.com/procore/core/issues/8775)) ([880fddf](https://github.com/procore/core/commit/880fddfac97b76c12e7559f538107cf0beca884f))
|
|
305
|
+
- Progress Bar Prop Spread and Misc Docs ([#8754](https://github.com/procore/core/issues/8754)) ([35c6f12](https://github.com/procore/core/commit/35c6f12132533279f02ec784f119a5847a9aa8c1))
|
|
306
|
+
- update icons ([#8798](https://github.com/procore/core/issues/8798)) ([d96ed0d](https://github.com/procore/core/commit/d96ed0d926a1f1aaa54c32ea4aca660af12567ab))
|
|
307
|
+
- update translations for RelatedItems ([#8771](https://github.com/procore/core/issues/8771)) ([757abcf](https://github.com/procore/core/commit/757abcf6d72ecd740fa391baf3c8597b980c73ad))
|
|
308
|
+
- **core-i18n-js:** Smartling translations are completed ([#8761](https://github.com/procore/core/issues/8761)) ([a295604](https://github.com/procore/core/commit/a2956047703d9ba74522b6d86bfcb62c978b6b64))
|
|
309
|
+
- **core-react:** data-qa tag updates ([58bebfb](https://github.com/procore/core/commit/58bebfbcf97711ca37b4c0646a1f763bfc7cd168))
|
|
310
|
+
- **core-react:** delete unused ([bbb8fc1](https://github.com/procore/core/commit/bbb8fc13494f803fc5fae1e8d995da538ac66226))
|
|
311
|
+
- **core-react:** loadingMore indication, highlight correct items on navigate, search, laoding more ([ae22b0a](https://github.com/procore/core/commit/ae22b0ab09dd58bf909dede5adb1c0305e4996d6))
|
|
312
|
+
- **core-react:** style tweaks ([ceca49e](https://github.com/procore/core/commit/ceca49e0acf8dd580f9dee540a17b838dc74b7f7))
|
|
313
|
+
- **core-react:** test updates ([ef07fa5](https://github.com/procore/core/commit/ef07fa5a2f7dbec4962dbaf1bdaa4e5da9a1a562))
|
|
314
|
+
- **core-react:** update snapshots ([c98df6c](https://github.com/procore/core/commit/c98df6c0645a0f5117be92d47b9ec43851963461))
|
|
315
|
+
- [FDN-428] Refactor Form to styled-components ([#8657](https://github.com/procore/core/issues/8657)) ([7c14ab7](https://github.com/procore/core/commit/7c14ab76acac4fed03067019b5cf16610e40f921))
|
|
407
316
|
|
|
408
317
|
# [10.7.0](https://github.com/procore/core/compare/v10.6.1...v10.7.0) (2021-04-17)
|
|
409
318
|
|
|
410
|
-
|
|
411
319
|
### Bug Fixes
|
|
412
320
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
321
|
+
- [FDN-458] focus state increases FileToken size ([#8662](https://github.com/procore/core/issues/8662)) ([73329f9](https://github.com/procore/core/commit/73329f9eca8dce8c0b732552e1b0e28e39d21308))
|
|
322
|
+
- [FDN-474] Working Session Cleaning ([#8710](https://github.com/procore/core/issues/8710)) ([421987b](https://github.com/procore/core/commit/421987be2fca52a4d2805c8643a3373e11b8b6b2))
|
|
323
|
+
- fix hooks in overlaytrigger ([#8649](https://github.com/procore/core/issues/8649)) ([deda430](https://github.com/procore/core/commit/deda4305037b16db8875c45a95756f18a214a667))
|
|
324
|
+
- forwarding classname to spinner container ([#8615](https://github.com/procore/core/issues/8615)) ([5a3c29c](https://github.com/procore/core/commit/5a3c29cb4713e3d853741374ddeb457b6b815024))
|
|
325
|
+
- remove FileList component ([767e72d](https://github.com/procore/core/commit/767e72d72214dea5b3c8bde6dd06456abe4a3603))
|
|
326
|
+
- revert FileList removal ([02b25d5](https://github.com/procore/core/commit/02b25d5d8c382f27e84d18421930d2fa4ae1f6a2))
|
|
420
327
|
|
|
421
328
|
### Features
|
|
422
329
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
330
|
+
- **core-i18n-js:** Smartling translations are completed ([#8722](https://github.com/procore/core/issues/8722)) ([8b3dbdc](https://github.com/procore/core/commit/8b3dbdc3817c8967b10aa5275efde344c0543ac5))
|
|
331
|
+
- [FDN-349] add "animated" API and convert to styled-components ProgressBar ([#8569](https://github.com/procore/core/issues/8569)) ([156afb6](https://github.com/procore/core/commit/156afb687ef8b195be28a23548c7b59490fb4920))
|
|
332
|
+
- [GLUE-2838] Refactor Search to styled-components ([#8196](https://github.com/procore/core/issues/8196)) ([f02865d](https://github.com/procore/core/commit/f02865dccbb17c8a4b1c659bd39651153fc8b1e7))
|
|
333
|
+
- [GLUE-3000] Refactor DropdownFlyout to styled-components ([#8613](https://github.com/procore/core/issues/8613)) ([29a498a](https://github.com/procore/core/commit/29a498ade9d003063f6cf3fa4c33aa0c289973e2))
|
|
334
|
+
- Date, Time, and Time Zone Formatter and Context ([#7440](https://github.com/procore/core/issues/7440)) ([54e7552](https://github.com/procore/core/commit/54e7552317918d2af204d5313a2e69a020b037e3))
|
|
335
|
+
- fix gridsource storybook ([#8601](https://github.com/procore/core/issues/8601)) ([cd9fa43](https://github.com/procore/core/commit/cd9fa43c0f0cad7378c0c5485700ed650d5059db))
|
|
336
|
+
- inputs design audit updates ([#8508](https://github.com/procore/core/issues/8508)) ([f535027](https://github.com/procore/core/commit/f535027fbc857741e466878fab6b3af444f329d7))
|
|
337
|
+
- update translations (en) for connected related items component ([#8696](https://github.com/procore/core/issues/8696)) ([f93f9ca](https://github.com/procore/core/commit/f93f9cafbff888b515d60add2ce392ec7b5e416d))
|
|
338
|
+
- **core-i18n-js:** Smartling translations are completed ([#8633](https://github.com/procore/core/issues/8633)) ([9c6be6e](https://github.com/procore/core/commit/9c6be6ee319d59db51d3a8d9bb0d9a3174325967))
|
|
436
339
|
|
|
437
340
|
## [10.6.1](https://github.com/procore/core/compare/v10.6.0...v10.6.1) (2021-03-30)
|
|
438
341
|
|
|
439
|
-
|
|
440
342
|
### Bug Fixes
|
|
441
343
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
344
|
+
- account for "none" on Box padding and margin ([#8606](https://github.com/procore/core/issues/8606)) ([a8d58df](https://github.com/procore/core/commit/a8d58dfb7fe369111893aca629f2dc2e85c6abf0))
|
|
447
345
|
|
|
448
346
|
# [10.6.0](https://github.com/procore/core/compare/v10.5.0...v10.6.0) (2021-03-30)
|
|
449
347
|
|
|
450
|
-
|
|
451
348
|
### Bug Fixes
|
|
452
349
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
350
|
+
- [GLUE-2963] components styling fixes and updates ([#8394](https://github.com/procore/core/issues/8394)) ([c849744](https://github.com/procore/core/commit/c8497448ddf576006de92ffb1ce183616cc28e4c))
|
|
351
|
+
- [GLUE-2982] NumberInput displays changes internally when value is not being changed externally ([#8491](https://github.com/procore/core/issues/8491)) ([2e9c965](https://github.com/procore/core/commit/2e9c965e8d3720ac28bce0dc14be75d9defd35bf))
|
|
352
|
+
- analytics request headers typo ([170cc76](https://github.com/procore/core/commit/170cc76d7d0c31e13bc0339e8219db4893fde03d))
|
|
353
|
+
- Calendar Disabled Dates ([#8517](https://github.com/procore/core/issues/8517)) ([aacd993](https://github.com/procore/core/commit/aacd993cb67afa2b4acd6e2acead436ef497f96f))
|
|
458
354
|
|
|
459
355
|
### Features
|
|
460
356
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
357
|
+
- [GLUE-2846] Tiered JSS ([#8461](https://github.com/procore/core/issues/8461)) ([286d379](https://github.com/procore/core/commit/286d379a577e1a40d9c27020c5127f1f5300eb7d))
|
|
358
|
+
- **core-i18n-js:** Smartling translations are completed ([#8557](https://github.com/procore/core/issues/8557)) ([cad8e0f](https://github.com/procore/core/commit/cad8e0f4ca6c3bb195e020b4b7e5c92a8ddfd4e5))
|
|
359
|
+
- [GLUE-2830] Refactor MultiSelect to styled-components ([#8470](https://github.com/procore/core/issues/8470)) ([85024d6](https://github.com/procore/core/commit/85024d6663aaa780aa38010cb606239ff7b1674e))
|
|
360
|
+
- [GLUE-2833] Refactor Pagination to styled-components ([#8193](https://github.com/procore/core/issues/8193)) ([dee2b9a](https://github.com/procore/core/commit/dee2b9a49de7209a0c85b7f1854493bf25777fbb))
|
|
361
|
+
- [GLUE-2969] Table design audit updates ([#8456](https://github.com/procore/core/issues/8456)) ([348ab7d](https://github.com/procore/core/commit/348ab7dcdc8b150246e0b3cef339cad777a494b8))
|
|
362
|
+
- [GLUE-2986] TextEditor updates ([#8493](https://github.com/procore/core/issues/8493)) ([815e6c1](https://github.com/procore/core/commit/815e6c160ad3c5cb667a9da4b8e56e4869085193))
|
|
468
363
|
|
|
469
364
|
### Reverts
|
|
470
365
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
366
|
+
- "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))
|
|
476
367
|
|
|
477
368
|
# [10.5.0](https://github.com/procore/core/compare/v10.4.0...v10.5.0) (2021-03-15)
|
|
478
369
|
|
|
479
|
-
|
|
480
370
|
### Bug Fixes
|
|
481
371
|
|
|
482
|
-
|
|
483
|
-
|
|
372
|
+
- [GLUE-2968] Button fixing stateful colors and applying internal styles always ([#8447](https://github.com/procore/core/issues/8447)) ([bc76bc8](https://github.com/procore/core/commit/bc76bc80a60906e34b05573afa9c330da10b6f67))
|
|
484
373
|
|
|
485
374
|
### Features
|
|
486
375
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
376
|
+
- [GLUE-2825] Refactor Input, TextArea to styled-components ([#8198](https://github.com/procore/core/issues/8198)) ([e5e724e](https://github.com/procore/core/commit/e5e724ee4e3c29c68aafa0b7edb26864975baefc))
|
|
377
|
+
- [GLUE-2840] Refactor Select to styled-components ([#8413](https://github.com/procore/core/issues/8413)) ([be187fa](https://github.com/procore/core/commit/be187fa06b55617736c4a62c4d81173461d7bbc9))
|
|
378
|
+
- [GLUE-2842] Refactor Tabs to styled-components ([#8197](https://github.com/procore/core/issues/8197)) ([367a593](https://github.com/procore/core/commit/367a59317cea23cf4cb5e6bcc1832246be7d5381))
|
|
379
|
+
- [GLUE-2848] Refactor Loader, Token, FileToken to styled-components ([#8182](https://github.com/procore/core/issues/8182)) ([5bf2854](https://github.com/procore/core/commit/5bf2854f6a230b6bda49f8357b7a23df8f01b6f9))
|
|
380
|
+
- [GLUE-2853] Refactor Box, Flex, and FlexList to styled-components ([#8188](https://github.com/procore/core/issues/8188)) ([51f9de4](https://github.com/procore/core/commit/51f9de405e37598fe5c787424122a1e48d1232f8))
|
|
381
|
+
- [GLUE-2858] converting ListPage to JSS ([#8389](https://github.com/procore/core/issues/8389)) ([1b9700c](https://github.com/procore/core/commit/1b9700cd39aa865269ba82e29769360f8a697c02))
|
|
382
|
+
- [GLUE-2860] ToolHeader JSS ([#8351](https://github.com/procore/core/issues/8351)) ([a2045e1](https://github.com/procore/core/commit/a2045e1ff81beac3dd26584218897a3bdb9601b8))
|
|
498
383
|
|
|
499
384
|
# [10.4.0](https://github.com/procore/core/compare/v10.3.0...v10.4.0) (2021-03-10)
|
|
500
385
|
|
|
501
|
-
|
|
502
386
|
### Bug Fixes
|
|
503
387
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
388
|
+
- fix logic for setting to current millenium ([#8412](https://github.com/procore/core/issues/8412)) ([5b3efbb](https://github.com/procore/core/commit/5b3efbb326b9bfc6609e373b934126b88fe07f5d))
|
|
389
|
+
- **core-react:** Form.Field tooltip traditional placement ([#8220](https://github.com/procore/core/issues/8220)) ([0efa0a9](https://github.com/procore/core/commit/0efa0a964ad7123ccb6b3e888765f3b70aed48d8))
|
|
390
|
+
- classname being passed through again ([#8382](https://github.com/procore/core/issues/8382)) ([d734ccf](https://github.com/procore/core/commit/d734ccfa4ca456ef2bb58058d332461ae6529e18))
|
|
508
391
|
|
|
509
392
|
### Features
|
|
510
393
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
394
|
+
- [GLUE-2859] Sidebar as JSS ([#8424](https://github.com/procore/core/issues/8424)) ([04aea22](https://github.com/procore/core/commit/04aea22c4382a2048f35f75b38145696c8cf84dc))
|
|
395
|
+
- [GLUE-2813] Refactor Calendar to styled-components ([#8181](https://github.com/procore/core/issues/8181)) ([79a18da](https://github.com/procore/core/commit/79a18da594e9b7514779c189b37f18af1f8b2744))
|
|
396
|
+
- [GLUE-2839] Refactor SegmentedController to styled-components ([#8194](https://github.com/procore/core/issues/8194)) ([7c21df8](https://github.com/procore/core/commit/7c21df8bd7f55751ba90ef7c66e8eef074b324a1))
|
|
397
|
+
- add context hook for analytics ([3f98d34](https://github.com/procore/core/commit/3f98d3483ea3d0d94fd9014ce900873668fe58af))
|
|
519
398
|
|
|
520
399
|
# [10.3.0](https://github.com/procore/core/compare/v10.2.0...v10.3.0) (2021-03-02)
|
|
521
400
|
|
|
522
|
-
|
|
523
401
|
### Bug Fixes
|
|
524
402
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
403
|
+
- [Glue-2962] Add default color to P and Ul ([#8369](https://github.com/procore/core/issues/8369)) ([b04faae](https://github.com/procore/core/commit/b04faaea5e795cffcf912ba81a7b4ba4f1b02325))
|
|
404
|
+
- Button prop loading is html disabled. Dropdown loading does not open ([#8320](https://github.com/procore/core/issues/8320)) ([598a505](https://github.com/procore/core/commit/598a5057133344010ebd1e9ac09e4ee29d019285)), closes [#7690](https://github.com/procore/core/issues/7690)
|
|
405
|
+
- DropdownFlyout default variant aligns with Dropdown, secondary ([#8352](https://github.com/procore/core/issues/8352)) ([6cdc208](https://github.com/procore/core/commit/6cdc208e31a92a48a824f6291b15e352c689d2bd))
|
|
406
|
+
- make text editor react to initialValue changes ([da199bb](https://github.com/procore/core/commit/da199bbd3a8a8e820e8eb2af0a1209141b4dda33))
|
|
530
407
|
|
|
531
408
|
### Features
|
|
532
409
|
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
410
|
+
- [GLUE-2818] Refactor DateInput to styled-components ([#8238](https://github.com/procore/core/issues/8238)) ([b1bd5e6](https://github.com/procore/core/commit/b1bd5e68405fc9c2d1170bf8b5085d3ff6a3e4c2))
|
|
411
|
+
- [GLUE-2819] Refactor Dropdown to styled-components ([#8218](https://github.com/procore/core/issues/8218)) ([0c28cdf](https://github.com/procore/core/commit/0c28cdf0ed39386cf5de535845d88e37950001b7))
|
|
412
|
+
- add FileSelect#uploadFile API for imperative file upload ([#8211](https://github.com/procore/core/issues/8211)) ([4486e46](https://github.com/procore/core/commit/4486e4689191b78c6bdbd95b3ca4540680593e2b))
|
|
413
|
+
- Dropdown defaults to EllipsisVertical icon when no label nor icon prop passed ([#8219](https://github.com/procore/core/issues/8219)) ([e0d2167](https://github.com/procore/core/commit/e0d21676a43ca8442d0c8b44c3bb4785366088eb))
|
|
414
|
+
- 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))
|
|
415
|
+
- Smartling translations are completed ([#8349](https://github.com/procore/core/issues/8349)) ([8a0b7ee](https://github.com/procore/core/commit/8a0b7ee45ea4c22365ca01e6566a55a9f1930777))
|
|
543
416
|
|
|
544
417
|
# [10.2.0](https://github.com/procore/core/compare/v10.1.0...v10.2.0) (2021-02-19)
|
|
545
418
|
|
|
546
|
-
|
|
547
419
|
### Bug Fixes
|
|
548
420
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
421
|
+
- actually clear tiered select when manually setting value to [] ([#8209](https://github.com/procore/core/issues/8209)) ([0b8231e](https://github.com/procore/core/commit/0b8231e84d3cdc055143faf7306a5db2d7dc1104))
|
|
422
|
+
- passing type through button ([#8208](https://github.com/procore/core/issues/8208)) ([cbff93f](https://github.com/procore/core/commit/cbff93f4bdd33d0893ac52931c3183f0c0b2c4df))
|
|
423
|
+
- RadioButton with empty child, Checkbox typography ([#8214](https://github.com/procore/core/issues/8214)) ([cbb241a](https://github.com/procore/core/commit/cbb241a527958a38ea29f1002588421f703eef5b))
|
|
424
|
+
- spacing import in EmptyState styles ([#8199](https://github.com/procore/core/issues/8199)) ([582e488](https://github.com/procore/core/commit/582e48847e7610bca709df15ddddb6210a5f2f34))
|
|
554
425
|
|
|
555
426
|
### Features
|
|
556
427
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
428
|
+
- [GLUE-2821] Refactor EmptyState to styled-components ([#8159](https://github.com/procore/core/issues/8159)) ([1793361](https://github.com/procore/core/commit/1793361412d02cd9619f9e31b166a24ee6cf864f))
|
|
429
|
+
- add translations (en) for connected related items component ([#8201](https://github.com/procore/core/issues/8201)) ([62ff7ed](https://github.com/procore/core/commit/62ff7ed24637ea3c5a2b3d034fad50d8c37cbbf3))
|
|
563
430
|
|
|
564
431
|
# [10.1.0](https://github.com/procore/core/compare/v10.0.1...v10.1.0) (2021-02-12)
|
|
565
432
|
|
|
566
|
-
|
|
567
433
|
### Bug Fixes
|
|
568
434
|
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
435
|
+
- Detail Page Section when Empty Content ([#8183](https://github.com/procore/core/issues/8183)) ([2bd813a](https://github.com/procore/core/commit/2bd813a00c6e1908f1c9146f92a35f4629f0045c))
|
|
436
|
+
- exporting colors ([#8187](https://github.com/procore/core/issues/8187)) ([434a6a9](https://github.com/procore/core/commit/434a6a998c2269207291fc0147a3e7f859165b68))
|
|
572
437
|
|
|
573
438
|
### Features
|
|
574
439
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
440
|
+
- Smartling translations are completed ([#8186](https://github.com/procore/core/issues/8186)) ([3aeee12](https://github.com/procore/core/commit/3aeee12cb1ddb8a587544a2a7810fe417eb22268))
|
|
580
441
|
|
|
581
442
|
## [10.0.1](https://github.com/procore/core/compare/v10.0.0...v10.0.1) (2021-02-10)
|
|
582
443
|
|
|
583
|
-
|
|
584
444
|
### Bug Fixes
|
|
585
445
|
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
446
|
+
- fix ContactItem layout in IE ([#8129](https://github.com/procore/core/issues/8129)) ([cdb2e74](https://github.com/procore/core/commit/cdb2e74ed4a2fcc4f0dbdc960fcc11646f174259))
|
|
447
|
+
- panel component back button visibility ([#8146](https://github.com/procore/core/issues/8146)) ([fb058d7](https://github.com/procore/core/commit/fb058d7a5445b9cef4468caf13a8244cda5d3bd3))
|
|
592
448
|
|
|
593
449
|
# [10.0.0](https://github.com/procore/core/compare/v9.9.0...v10.0.0) (2021-02-09)
|
|
594
450
|
|
|
595
|
-
|
|
596
451
|
### Bug Fixes
|
|
597
452
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
* feat!: DetailPage width XL (#8154) ([60ee6bd](https://github.com/procore/core/commit/60ee6bd4fb55a31108b3db17ef33935d00b3bf00)), closes [#8154](https://github.com/procore/core/issues/8154)
|
|
453
|
+
- adding font-family: inherit to typography ([#8139](https://github.com/procore/core/issues/8139)) ([cb9ad2d](https://github.com/procore/core/commit/cb9ad2d909924be005108bf043915a6ec2b5fa31))
|
|
454
|
+
- aligning tokens in multiselect ([#8140](https://github.com/procore/core/issues/8140)) ([d866451](https://github.com/procore/core/commit/d866451902ee3f18ac5cf7a75d28803635c7f64d))
|
|
455
|
+
- dont show dropdown arrow on banner actions overflow ([9b5f097](https://github.com/procore/core/commit/9b5f097787b2642039bb38046229411e765045e9))
|
|
456
|
+
- fix icon usage and table group header font weight ([94165ee](https://github.com/procore/core/commit/94165ee77ddde04937ab8010f7148e19ad1a8ccb))
|
|
457
|
+
- revert line-height changes on numberinput, disable tabindex ([#8150](https://github.com/procore/core/issues/8150)) ([d32e42c](https://github.com/procore/core/commit/d32e42c66f392be8047e6e1e3ba52c0bb0646a6e))
|
|
458
|
+
- unit test updates ([#8137](https://github.com/procore/core/issues/8137)) ([740df50](https://github.com/procore/core/commit/740df507b5e6e6940901f693bceea14c3a4197e6))
|
|
459
|
+
- V10 Form Icon Alignment and Traditional Label, Thumbnail Label ellipsis, DateSelect Height ([#8160](https://github.com/procore/core/issues/8160)) ([cd807c1](https://github.com/procore/core/commit/cd807c1638b126e89e20792dd2d47cbfb579500a))
|
|
460
|
+
- v10 Semantic color reference ([#8104](https://github.com/procore/core/issues/8104)) ([01bced8](https://github.com/procore/core/commit/01bced8189f8aab02948afcecab5445a08bc6328))
|
|
609
461
|
|
|
462
|
+
- feat!: DetailPage width XL (#8154) ([60ee6bd](https://github.com/procore/core/commit/60ee6bd4fb55a31108b3db17ef33935d00b3bf00)), closes [#8154](https://github.com/procore/core/issues/8154)
|
|
610
463
|
|
|
611
464
|
### Features
|
|
612
465
|
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
466
|
+
- [Glue 2557] Input Heights Scss ([#7996](https://github.com/procore/core/issues/7996)) ([5b8c621](https://github.com/procore/core/commit/5b8c6216c48c2fec36d2e4cb152487c5a8732680))
|
|
467
|
+
- [GLUE-2668] Removing Font ([#7917](https://github.com/procore/core/issues/7917)) ([01b040f](https://github.com/procore/core/commit/01b040faa3ae8c279d9e7d5c6e7d0b74e5b099d2))
|
|
468
|
+
- [GLUE-2909] Swapping in Button Next component ([#8048](https://github.com/procore/core/issues/8048)) ([6b81a9f](https://github.com/procore/core/commit/6b81a9f08a0b3a9819647753f4b3d0593e8623e2))
|
|
469
|
+
- Swap clickable Icon with Button ([#8106](https://github.com/procore/core/issues/8106)) ([d20324f](https://github.com/procore/core/commit/d20324f7afceea23f8596a20a58a11e6ea3d3311))
|
|
470
|
+
- update icons ([#8115](https://github.com/procore/core/issues/8115)) ([ff1302a](https://github.com/procore/core/commit/ff1302abd3d0334da8951074ccf70e9d30778cf0))
|
|
471
|
+
- update icons ([#8147](https://github.com/procore/core/issues/8147)) ([a2e276b](https://github.com/procore/core/commit/a2e276be3d834c41a506c82af5784ae4ff0b0b75))
|
|
472
|
+
- update year logic on DateInput to support 2 digit years ([#8148](https://github.com/procore/core/issues/8148)) ([fce4d1b](https://github.com/procore/core/commit/fce4d1b650ba00b1906d88a60d7b489e5ce0fb76))
|
|
473
|
+
- V10 Banner and Toast Icons ([#8110](https://github.com/procore/core/issues/8110)) ([1cca9e2](https://github.com/procore/core/commit/1cca9e21a8737664c01b96258b729ef6b320a035))
|
|
474
|
+
- version 10 tweaks ([#8138](https://github.com/procore/core/issues/8138)) ([acddb05](https://github.com/procore/core/commit/acddb05b886fdc8c22fa67ad59574d26f74d4f55))
|
|
623
475
|
|
|
624
476
|
### BREAKING CHANGES
|
|
625
477
|
|
|
626
|
-
|
|
627
|
-
|
|
478
|
+
- width 1440 is now xl, not lg
|
|
479
|
+
- Deprecations|
|
|
628
480
|
|
|
629
|
-
|
|
481
|
+
- chore: update spacing for detail page section header actions
|
|
630
482
|
|
|
631
483
|
affects: @procore/core-css
|
|
632
484
|
|
|
633
|
-
|
|
485
|
+
- chore: add deprecation notices
|
|
634
486
|
|
|
635
487
|
affects: @procore/core-react
|
|
636
488
|
|
|
637
|
-
|
|
489
|
+
- chore: add default export back to Notation
|
|
638
490
|
|
|
639
491
|
affects: @procore/core-react
|
|
640
492
|
|
|
641
|
-
|
|
493
|
+
- chore: remove unused tsconfig
|
|
642
494
|
|
|
643
495
|
affects: @procore/core-react
|
|
644
496
|
|
|
645
497
|
Co-authored-by: Christian Rivera <chris.arevir@gmail.com>
|
|
646
498
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
499
|
# [9.9.0](https://github.com/procore/core/compare/v9.8.0...v9.9.0) (2021-02-04)
|
|
652
500
|
|
|
653
|
-
|
|
654
501
|
### Bug Fixes
|
|
655
502
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
503
|
+
- add DistributionSelect i18n, fix Emails i18n ([#8099](https://github.com/procore/core/issues/8099)) ([0118df3](https://github.com/procore/core/commit/0118df30125fb6b9fa435b834ebeeb106c2afae2))
|
|
504
|
+
- cleanup of dom attributes ([#8121](https://github.com/procore/core/issues/8121)) ([dac84f5](https://github.com/procore/core/commit/dac84f5b0fc9b266d72e2d0266b788d558c46581))
|
|
505
|
+
- imports for Panel component ([#8128](https://github.com/procore/core/issues/8128)) ([a397aef](https://github.com/procore/core/commit/a397aef5b5bcf9bda42de5db5f69f07f5a7d447f))
|
|
660
506
|
|
|
661
507
|
### Features
|
|
662
508
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
509
|
+
- change ContactItem design ([#8098](https://github.com/procore/core/issues/8098)) ([b4b10bf](https://github.com/procore/core/commit/b4b10bf4f3182e7bfa3571cdecd410b188bb1f2e))
|
|
510
|
+
- Expose Typography component ([#8124](https://github.com/procore/core/issues/8124)) ([b3ff62a](https://github.com/procore/core/commit/b3ff62ac7334e49627c982bac893513c1219a40e))
|
|
511
|
+
- 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))
|
|
512
|
+
- Introduce Panel component ([#8013](https://github.com/procore/core/issues/8013)) ([f68cbe2](https://github.com/procore/core/commit/f68cbe2a8676b1ec1f865e6980d41180628d4448))
|
|
671
513
|
|
|
672
514
|
# [9.8.0](https://github.com/procore/core/compare/v9.7.0...v9.8.0) (2021-01-29)
|
|
673
515
|
|
|
674
|
-
|
|
675
516
|
### Bug Fixes
|
|
676
517
|
|
|
677
|
-
|
|
678
|
-
|
|
518
|
+
- tooltip content wrapping ([#8071](https://github.com/procore/core/issues/8071)) ([b1d2a08](https://github.com/procore/core/commit/b1d2a08ed73d13b85538a1c1f8c1b82e5b779292))
|
|
679
519
|
|
|
680
520
|
### Features
|
|
681
521
|
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
522
|
+
- [GLUE-2896] Required Component ([#8044](https://github.com/procore/core/issues/8044)) ([80182c8](https://github.com/procore/core/commit/80182c854692b8131ef07e9fc8c6323732295e78))
|
|
523
|
+
- adding in shadow palette mixin ([#8082](https://github.com/procore/core/issues/8082)) ([4783444](https://github.com/procore/core/commit/4783444009bd2a2d6788ed5ff4084f9563115210))
|
|
524
|
+
- Translation Delivery from Smartling 26 Jan 2021 ([#8084](https://github.com/procore/core/issues/8084)) ([725d4ca](https://github.com/procore/core/commit/725d4caaded31f6eb284cc7204f098249dd54724))
|
|
689
525
|
|
|
690
526
|
# [9.7.0](https://github.com/procore/core/compare/v9.6.0...v9.7.0) (2021-01-16)
|
|
691
527
|
|
|
692
|
-
|
|
693
528
|
### Bug Fixes
|
|
694
529
|
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
530
|
+
- [GLUE-2878][glue-2879] - Fix GroupSelect issues ([#7995](https://github.com/procore/core/issues/7995)) ([e78c51a](https://github.com/procore/core/commit/e78c51a105334ad36a3b997a4b9cec2b99407712))
|
|
531
|
+
- 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))
|
|
532
|
+
- fix typo in NumberInput styles ([#8067](https://github.com/procore/core/issues/8067)) ([7c8ea12](https://github.com/procore/core/commit/7c8ea12effce0e3905308549907adad33e7c3ebb))
|
|
533
|
+
- form in modal allow single left item ([#8051](https://github.com/procore/core/issues/8051)) ([12471e8](https://github.com/procore/core/commit/12471e80dc0fec00cda0fc43e0c1bc444b009d84))
|
|
534
|
+
- set default for selectableTiers to true ([#8065](https://github.com/procore/core/issues/8065)) ([7364896](https://github.com/procore/core/commit/73648967e09670513b2834e57fb79c0823b536ba))
|
|
535
|
+
- **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)
|
|
702
536
|
|
|
703
537
|
### Features
|
|
704
538
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
539
|
+
- [CTEF-218] add translations for DataTable ([#8007](https://github.com/procore/core/issues/8007)) ([71b69e4](https://github.com/procore/core/commit/71b69e4f9a562cf2d0a99b84cdca051f8c70dd7a))
|
|
540
|
+
- add translations for connected emails ([#8053](https://github.com/procore/core/issues/8053)) ([92212f4](https://github.com/procore/core/commit/92212f4af5c8890089bc2d95bed9700fe9fbe4e9))
|
|
541
|
+
- convert NumberInput component to JSS ([#7957](https://github.com/procore/core/issues/7957)) ([0b21cb2](https://github.com/procore/core/commit/0b21cb202962a4e07cbdc49ff05f5ef89691d170))
|
|
542
|
+
- make FileSelect.GridSource JSS ([#7912](https://github.com/procore/core/issues/7912)) ([3df01b3](https://github.com/procore/core/commit/3df01b3731b316d89465c07850aee765c688398e))
|
|
543
|
+
- Update Translation Files ([#8031](https://github.com/procore/core/issues/8031)) ([0945c56](https://github.com/procore/core/commit/0945c56201dd9852df9b46a4165a4bf19ef60022))
|
|
544
|
+
- Update Translation Files ([#8060](https://github.com/procore/core/issues/8060)) ([e95647d](https://github.com/procore/core/commit/e95647d90fd5194897864a26c266b71071003790))
|
|
545
|
+
- **core-react:** added always to tooltip trigger options ([#8026](https://github.com/procore/core/issues/8026)) ([2472edc](https://github.com/procore/core/commit/2472edca82ec3f2c25b2ddd931f250a2b8d199d8))
|
|
716
546
|
|
|
717
547
|
# [9.6.0](https://github.com/procore/core/compare/v9.5.0...v9.6.0) (2020-12-18)
|
|
718
548
|
|
|
719
|
-
|
|
720
549
|
### Bug Fixes
|
|
721
550
|
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
551
|
+
- [GLUE-2643] Form wrap for run-on strings ([#7970](https://github.com/procore/core/issues/7970)) ([f1827b1](https://github.com/procore/core/commit/f1827b15a1a64f8a43008802ed12b7a29fa70390))
|
|
552
|
+
- [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))
|
|
553
|
+
- [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))
|
|
554
|
+
- Dropzone error message remove unneeded sentence ([#7976](https://github.com/procore/core/issues/7976)) ([92ccbda](https://github.com/procore/core/commit/92ccbda7d1f0a91aa273d3bf70e3bfcc3cb6de26))
|
|
555
|
+
- Form Column and Specific Story for Word Wrap ([#8002](https://github.com/procore/core/issues/8002)) ([6b5ac1d](https://github.com/procore/core/commit/6b5ac1db228c955494a080d240060fb76c5b4651))
|
|
556
|
+
- Pill Select Selected Icon ([#8003](https://github.com/procore/core/issues/8003)) ([f633662](https://github.com/procore/core/commit/f633662a1803e588523d009b1c4cce9292fdc12a))
|
|
557
|
+
- Typography styled component transient prop for color ([#7990](https://github.com/procore/core/issues/7990)) ([5ca1505](https://github.com/procore/core/commit/5ca1505f5189c05f5e2cf95b1b41686a08cd44e3))
|
|
558
|
+
- 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))
|
|
731
559
|
|
|
732
560
|
### Features
|
|
733
561
|
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
562
|
+
- [Glue 2785] Flex reverse and some layout stories ([#7928](https://github.com/procore/core/issues/7928)) ([cf00b16](https://github.com/procore/core/commit/cf00b167409e89431ab18d63ab1f70cb66965ad7))
|
|
563
|
+
- [GLUE-2778] Form and Sections No Max Width ([#7876](https://github.com/procore/core/issues/7876)) ([4307cca](https://github.com/procore/core/commit/4307ccad1649a3a602ccca3474c04606e73c48f2))
|
|
564
|
+
- [GLUE-2812] - Convert Breadcrumbs to JSS ([#7931](https://github.com/procore/core/issues/7931)) ([f0a4b01](https://github.com/procore/core/commit/f0a4b01f48314606444dbe6af6d1125aa6d0dd12))
|
|
565
|
+
- convert ContactItem component to JSS ([#7932](https://github.com/procore/core/issues/7932)) ([b11e6e6](https://github.com/procore/core/commit/b11e6e627b2f22b755f4d05d17508abf3e1c7852))
|
|
566
|
+
- convert Pill component to JSS ([#7961](https://github.com/procore/core/issues/7961)) ([212ff98](https://github.com/procore/core/commit/212ff985ac90ba6eda88a1c103cfda2ea03d9920))
|
|
567
|
+
- convert PillSelect component to JSS ([#7942](https://github.com/procore/core/issues/7942)) ([0f9e4fb](https://github.com/procore/core/commit/0f9e4fbfb9a46b7052b66b2198cdfbb447d0b7ed))
|
|
568
|
+
- expose WXPDetailPageContext ([#7999](https://github.com/procore/core/issues/7999)) ([2cb8fc3](https://github.com/procore/core/commit/2cb8fc3ce1185359751d1ae8fdbdf1eb3450edf4))
|
|
742
569
|
|
|
743
570
|
### Reverts
|
|
744
571
|
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
572
|
+
- 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)
|
|
573
|
+
- 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)
|
|
751
574
|
|
|
752
575
|
# [9.5.0](https://github.com/procore/core/compare/v9.4.0...v9.5.0) (2020-12-03)
|
|
753
576
|
|
|
754
|
-
|
|
755
577
|
### Bug Fixes
|
|
756
578
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
579
|
+
- [GLUE-2806] Select Disabled when Ellipsis ([#7922](https://github.com/procore/core/issues/7922)) ([ffe27f2](https://github.com/procore/core/commit/ffe27f261dfe8d793e761451cf8914b96d8472c7))
|
|
580
|
+
- [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))
|
|
581
|
+
- 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))
|
|
582
|
+
- **core-react:** options being shown on disabled select ([#7889](https://github.com/procore/core/issues/7889)) ([585dd68](https://github.com/procore/core/commit/585dd680314fff0a818f29ec27d88dbf9219c45e))
|
|
762
583
|
|
|
763
584
|
### Features
|
|
764
585
|
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
586
|
+
- [GLUE-2650] Generate React icons directly ([#7716](https://github.com/procore/core/issues/7716)) ([26357eb](https://github.com/procore/core/commit/26357ebb5a723af20e736a65a89c5ebe7c4bfd06))
|
|
587
|
+
- [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))
|
|
588
|
+
- [GLUE-2754] [GLUE-2790] handle multiple dropzone errors ([#7802](https://github.com/procore/core/issues/7802)) ([df3ab51](https://github.com/procore/core/commit/df3ab518663cb2f6a76683a88028a719af624251))
|
|
589
|
+
- [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))
|
|
590
|
+
- introduce Thumbnail JSS ([#7898](https://github.com/procore/core/issues/7898)) ([fce4f17](https://github.com/procore/core/commit/fce4f17bb258bfd24fe236251a76fb67b6381f48))
|
|
774
591
|
|
|
775
592
|
# [9.4.0](https://github.com/procore/core/compare/v9.3.0...v9.4.0) (2020-11-23)
|
|
776
593
|
|
|
777
|
-
|
|
778
594
|
### Bug Fixes
|
|
779
595
|
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
596
|
+
- [GLUE-2753] - Fix Thumbnail List Focus ([#7807](https://github.com/procore/core/issues/7807)) ([71de9f2](https://github.com/procore/core/commit/71de9f239bc4e56fd706fc194fa3d2d581493619))
|
|
597
|
+
- [GLUE-2770] TinyMCE Bump ([#7822](https://github.com/procore/core/issues/7822)) ([a0c3864](https://github.com/procore/core/commit/a0c38641e71229ff324ea34d99230285cddcb67f))
|
|
598
|
+
- Form Number and Currency 0 value ([#7817](https://github.com/procore/core/issues/7817)) ([6c57bae](https://github.com/procore/core/commit/6c57bae05029399ffdf2a9bf61ebeecdd17f7667))
|
|
599
|
+
- remove underline from tokens in file-select ([#7861](https://github.com/procore/core/issues/7861)) ([54819f3](https://github.com/procore/core/commit/54819f327ee2f63e76485ba6baa189524b19c51f))
|
|
600
|
+
- removing event journal, for real ([#7857](https://github.com/procore/core/issues/7857)) ([759b4d9](https://github.com/procore/core/commit/759b4d96ad023ac32958d9b959d5f65d0ae85d89))
|
|
601
|
+
- update comments to trigger builds ([#7809](https://github.com/procore/core/issues/7809)) ([44c158a](https://github.com/procore/core/commit/44c158a9ef12f045e5f90b1ad6b472c4c84a2b0f))
|
|
602
|
+
- 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))
|
|
603
|
+
- 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))
|
|
604
|
+
- 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))
|
|
605
|
+
- 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))
|
|
791
606
|
|
|
792
607
|
### Features
|
|
793
608
|
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
609
|
+
- [GLUE-2510] Spinner Update ([#7805](https://github.com/procore/core/issues/7805)) ([ab3f78c](https://github.com/procore/core/commit/ab3f78cc4b9dfcbcbc26765e31596c7a6962de8b))
|
|
610
|
+
- i18n connected file select ([#7808](https://github.com/procore/core/issues/7808)) ([2029c97](https://github.com/procore/core/commit/2029c976b445c94b9a1ba62b86d189cd70beff81))
|
|
611
|
+
- Pagination handles Page label with i18n ([#7793](https://github.com/procore/core/issues/7793)) ([e5eaf14](https://github.com/procore/core/commit/e5eaf14c9215f5ff251a74f49ad5e9ea7c649899))
|
|
801
612
|
|
|
802
613
|
# [9.3.0](https://github.com/procore/core/compare/v9.2.2...v9.3.0) (2020-11-06)
|
|
803
614
|
|
|
804
|
-
|
|
805
615
|
### Bug Fixes
|
|
806
616
|
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
617
|
+
- [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))
|
|
618
|
+
- [GLUE-2722] - Keyboard Functionality in MenuFlyout ([#7769](https://github.com/procore/core/issues/7769)) ([e5795aa](https://github.com/procore/core/commit/e5795aac9f0aee5ff618438827bd6cdf90bfd677))
|
|
619
|
+
- Follow-up fixes for Pill Select component ([#7749](https://github.com/procore/core/issues/7749)) ([117c4fe](https://github.com/procore/core/commit/117c4fe3cc8c6c2f285a5ac739789795d78b4755))
|
|
811
620
|
|
|
812
621
|
### Features
|
|
813
622
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
623
|
+
- [Glue 2287] Dirty form prevent navigation ([#7479](https://github.com/procore/core/issues/7479)) ([6f185f0](https://github.com/procore/core/commit/6f185f07c4d63a8bf60509e8d82aafad9965e0d8))
|
|
624
|
+
- [GLUE-1971] Form.PillSelect ([#7777](https://github.com/procore/core/issues/7777)) ([0f129fa](https://github.com/procore/core/commit/0f129fad49449d30d92889a39a58c714372a91e2))
|
|
625
|
+
- [GLUE-2255] Form.Currency ([#7782](https://github.com/procore/core/issues/7782)) ([d1c94cd](https://github.com/procore/core/commit/d1c94cd8e118417ce951cd54b24f22baf161bafa))
|
|
626
|
+
- [GLUE-2597] - Disabled state for MenuImperative.Item ([#7786](https://github.com/procore/core/issues/7786)) ([474e94b](https://github.com/procore/core/commit/474e94b8d7f040d8cd19bcc977ca014a0e6ff8af))
|
|
627
|
+
- [GLUE-2720] - Truncation Tooltip in Select ([#7759](https://github.com/procore/core/issues/7759)) ([1ee15a5](https://github.com/procore/core/commit/1ee15a51060e7e1ace2f5bacc47cb4609c5ea8cc))
|
|
628
|
+
- 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))
|
|
629
|
+
- 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))
|
|
630
|
+
- Update Smartling translations ([#7780](https://github.com/procore/core/issues/7780)) ([28bcc17](https://github.com/procore/core/commit/28bcc172bd972e28518eeb43db21ad4cc7d29b98))
|
|
826
631
|
|
|
827
632
|
## [9.2.2](https://github.com/procore/core/compare/v9.2.1...v9.2.2) (2020-10-29)
|
|
828
633
|
|
|
829
634
|
**Note:** Version bump only for package @procore/core-react
|
|
830
635
|
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
636
|
## [9.2.1](https://github.com/procore/core/compare/v9.2.0...v9.2.1) (2020-10-29)
|
|
836
637
|
|
|
837
|
-
|
|
838
638
|
### Bug Fixes
|
|
839
639
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
640
|
+
- [GLUE-2660] Percy review followup ([#7672](https://github.com/procore/core/issues/7672)) ([43d802b](https://github.com/procore/core/commit/43d802bcc7ec4d32fdc454611bbb6a375b8048f5))
|
|
845
641
|
|
|
846
642
|
# [9.2.0](https://github.com/procore/core/compare/v9.1.0...v9.2.0) (2020-10-27)
|
|
847
643
|
|
|
848
|
-
|
|
849
644
|
### Bug Fixes
|
|
850
645
|
|
|
851
|
-
|
|
852
|
-
|
|
646
|
+
- Modal classname change ([#7735](https://github.com/procore/core/issues/7735)) ([6a1ae31](https://github.com/procore/core/commit/6a1ae319aea41655d61ff8c4586732285527e909))
|
|
853
647
|
|
|
854
648
|
### Features
|
|
855
649
|
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
650
|
+
- [GLUE-2598] - introduce Menu Flyout component ([#7660](https://github.com/procore/core/issues/7660)) ([53a7760](https://github.com/procore/core/commit/53a776028eeb0d7ca1ad3fd21cb06935bda2f540))
|
|
651
|
+
- update stories and interfaces for Dropdown ([#7725](https://github.com/procore/core/issues/7725)) ([2fad95f](https://github.com/procore/core/commit/2fad95f4ea0382f88e1623caef17326a48aa64b4))
|
|
859
652
|
|
|
860
653
|
### Reverts
|
|
861
654
|
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
655
|
+
- 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)
|
|
867
656
|
|
|
868
657
|
# [9.1.0](https://github.com/procore/core/compare/v9.0.0...v9.1.0) (2020-10-23)
|
|
869
658
|
|
|
870
|
-
|
|
871
659
|
### Bug Fixes
|
|
872
660
|
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
661
|
+
- [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))
|
|
662
|
+
- [GLUE-2661] Update placeholder color on Typeahead ([#7670](https://github.com/procore/core/issues/7670)) ([b5e6c57](https://github.com/procore/core/commit/b5e6c578471d8583ecca1d723f120c39d81f2946))
|
|
663
|
+
- 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))
|
|
664
|
+
- fixed focus work after reopening file explorer ([#7694](https://github.com/procore/core/issues/7694)) ([31cefcc](https://github.com/procore/core/commit/31cefccfe93a714a57fb5e78703faf0409820d78))
|
|
665
|
+
- local source tab update ([#7713](https://github.com/procore/core/issues/7713)) ([8da73ef](https://github.com/procore/core/commit/8da73efe0405c923091a47fe251f573000e8a8bf))
|
|
666
|
+
- making Menu.Item `item` prop optional ([#7635](https://github.com/procore/core/issues/7635)) ([4f47998](https://github.com/procore/core/commit/4f47998a3acbf5deacdd08bf8f54cbf4054d21a1))
|
|
667
|
+
- Pagination replace Font with Typography ([#7681](https://github.com/procore/core/issues/7681)) ([42333c9](https://github.com/procore/core/commit/42333c917c05b971f56abdd982a4267a31562381))
|
|
668
|
+
- 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))
|
|
669
|
+
- removing outdated examples from empty state ([#7695](https://github.com/procore/core/issues/7695)) ([5e97c97](https://github.com/procore/core/commit/5e97c97cfeb1287d09cc4bb6044787a64e3b3c9a))
|
|
670
|
+
- 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))
|
|
671
|
+
- update icon colors on search and typeahead ([#7683](https://github.com/procore/core/issues/7683)) ([de27f65](https://github.com/procore/core/commit/de27f65689c65389b6dc782bff6fec1e05835424))
|
|
885
672
|
|
|
886
673
|
### Features
|
|
887
674
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
675
|
+
- [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))
|
|
676
|
+
- [GLUE-2623] NumberInput behavior updates ([#7637](https://github.com/procore/core/issues/7637)) ([b29b151](https://github.com/procore/core/commit/b29b1519802e879e2b873d655fc3611e8b80eb84))
|
|
677
|
+
- [GLUE-2634] - Introduce Keyboard Navigation For Thumbnail List ([#7689](https://github.com/procore/core/issues/7689)) ([aa506dd](https://github.com/procore/core/commit/aa506dde233855d8e6092200d63343f4a6d848d2))
|
|
678
|
+
- [GLUE-2701] improve Tabs screenshot test coverage ([#7721](https://github.com/procore/core/issues/7721)) ([22d7cd0](https://github.com/procore/core/commit/22d7cd05cd519f7e398cfd561dfccd217420c04c))
|
|
679
|
+
- **core-react:** Fix FileSelect.GridSource issues ([#7612](https://github.com/procore/core/issues/7612)) ([6f35d7d](https://github.com/procore/core/commit/6f35d7d37820995322858af68efc7f44bb12cbfe))
|
|
680
|
+
- [GLUE-2658] - Tree API Adjustment ([#7674](https://github.com/procore/core/issues/7674)) ([be7f871](https://github.com/procore/core/commit/be7f871e4389a01776a74f8eaec6a4b8f16fa797))
|
|
681
|
+
- introduce CurrencyInput - preconfigured NumberInput ([#7659](https://github.com/procore/core/issues/7659)) ([027b740](https://github.com/procore/core/commit/027b74040ef15b60e5ff29818d3d09d3fb94161e))
|
|
899
682
|
|
|
900
683
|
# [9.0.0](https://github.com/procore/core/compare/v8.25.0...v9.0.0) (2020-10-09)
|
|
901
684
|
|
|
902
|
-
|
|
903
685
|
### Bug Fixes
|
|
904
686
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
687
|
+
- [GLUE-2655] restoring legacy modal behavior for FileSelect ([#7656](https://github.com/procore/core/issues/7656)) ([56aca59](https://github.com/procore/core/commit/56aca59f65f0b8db154ca6bacf7f16403a08a88e))
|
|
688
|
+
- bad merge ([bd14dcf](https://github.com/procore/core/commit/bd14dcfae47307b2c450c95fe58d70af356bac71))
|
|
689
|
+
- fixing v-9 modal export ([#7666](https://github.com/procore/core/issues/7666)) ([12b7729](https://github.com/procore/core/commit/12b77293610a50112193aa9ac253f31db25486d2))
|
|
690
|
+
- Form RadioButtons and Checkboxes missing React key warning ([#7652](https://github.com/procore/core/issues/7652)) ([9f8088a](https://github.com/procore/core/commit/9f8088a88e263e78a0f160897018513b8edd6980))
|
|
691
|
+
- remove usage export ([348e0c6](https://github.com/procore/core/commit/348e0c6282ed36ea9ccab531be8fbf6e2b7e96fa))
|
|
692
|
+
- removing this removed prop, again ([064dcc0](https://github.com/procore/core/commit/064dcc01d00e73eead38e2a7694c375c5700b7e2))
|
|
693
|
+
- undeleting Modal.State ([#7600](https://github.com/procore/core/issues/7600)) ([1741854](https://github.com/procore/core/commit/1741854c0c4c854c0bd6d1476a0e41d5dde50346))
|
|
694
|
+
- **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)
|
|
914
695
|
|
|
915
696
|
### chore
|
|
916
697
|
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
698
|
+
- add Dropdown.Item subcomponent ([f87912b](https://github.com/procore/core/commit/f87912b15501e601e257a42c44a6c2a40922e990))
|
|
699
|
+
- 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))
|
|
700
|
+
- bumping Typescript to latest version ([f82e5d9](https://github.com/procore/core/commit/f82e5d9b0297beaff343ced8321ac11dda0b5208))
|
|
701
|
+
- move formik to be a peerDep ([89813fd](https://github.com/procore/core/commit/89813fd5ae8e36cd0b5d82b77569859d477e5b59))
|
|
702
|
+
- remove deprecated table-cells ([4f9a8f8](https://github.com/procore/core/commit/4f9a8f8d9e938d6bcea8b8b01244a97eae0522ec))
|
|
703
|
+
- remove OverlayTrigger onVisibleChange prop ([bc76e3f](https://github.com/procore/core/commit/bc76e3ff1a8ab53d28fed79b1f28ac9ec554d8e5))
|
|
704
|
+
- remove textareaRef prop from textarea ([a8bd351](https://github.com/procore/core/commit/a8bd351b57f2ba7f430489eb4baeb43204542a8e))
|
|
705
|
+
- update date-fns to v2 ([#6006](https://github.com/procore/core/issues/6006)) ([a4f3914](https://github.com/procore/core/commit/a4f39140ee1ec1e4e63da9ad4c12c1039be8ec3c))
|
|
926
706
|
|
|
927
707
|
### Features
|
|
928
708
|
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
709
|
+
- [Glue 2299] Form.NumberInput uses NumberInput ([#7542](https://github.com/procore/core/issues/7542)) ([63909ab](https://github.com/procore/core/commit/63909abea686416f3ef9487cfd9d7b8eac966c73))
|
|
710
|
+
- [GLUE-1932] Multiselect onSearch changes ([#7505](https://github.com/procore/core/issues/7505)) ([c1dc04d](https://github.com/procore/core/commit/c1dc04d50bc91f22b337b9a4a9a3a755b2d511fc))
|
|
711
|
+
- [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)
|
|
712
|
+
- [GLUE-2375] Remove EmptyState props ([#7460](https://github.com/procore/core/issues/7460)) ([8d83809](https://github.com/procore/core/commit/8d83809b7bd4fc8fb3d2e8b46a8c247f7530583f))
|
|
713
|
+
- [GLUE-2410] Remove deprecated i18n stuff, add useI18nContext ([#7316](https://github.com/procore/core/issues/7316)) ([d38569d](https://github.com/procore/core/commit/d38569d0a4c7ae9a8eb22c007ae82f3d47c105e2))
|
|
714
|
+
- [GLUE-2412] Typeahead component ([#7541](https://github.com/procore/core/issues/7541)) ([7b5290b](https://github.com/procore/core/commit/7b5290bd73cc5de9b054ce6bc0c2dd05b3c749ce))
|
|
715
|
+
- [GLUE-2614] deprecating and documenting isSelectable ([#7636](https://github.com/procore/core/issues/7636)) ([657fa71](https://github.com/procore/core/commit/657fa7137c1d6444c5ee9cf6d6f725dad00142ef))
|
|
716
|
+
- changes loading prop to processing for TableCells ([#7572](https://github.com/procore/core/issues/7572)) ([5145862](https://github.com/procore/core/commit/514586228b2e696a730da74446a73ff8328b0f09))
|
|
717
|
+
- dropdown using imperative menu ([5feca47](https://github.com/procore/core/commit/5feca476de319f9486d86f5119f0a6c16fdec45f))
|
|
939
718
|
|
|
940
719
|
### BREAKING CHANGES
|
|
941
720
|
|
|
942
|
-
|
|
943
|
-
user must filter and update their options
|
|
721
|
+
- getLabel returns string now instead of string or ReactNode|onSearch now overrides internal onSearch,
|
|
722
|
+
user must filter and update their options
|
|
944
723
|
|
|
945
|
-
|
|
724
|
+
- chore: update docs for onSearch example
|
|
946
725
|
|
|
947
726
|
affects: @procore/core-docs, @procore/core-react
|
|
948
727
|
|
|
949
|
-
|
|
728
|
+
- chore: refactor internal options to useMemo
|
|
950
729
|
|
|
951
730
|
affects: @procore/core-react
|
|
952
731
|
|
|
953
|
-
|
|
732
|
+
- chore: add note banner to onSearch docs
|
|
954
733
|
|
|
955
734
|
affects: @procore/core-docs
|
|
956
735
|
|
|
957
|
-
|
|
736
|
+
- chore: actually narrow getLabel
|
|
958
737
|
|
|
959
738
|
affects: @procore/core-react
|
|
960
739
|
|
|
961
|
-
|
|
740
|
+
- chore: add migration guide for MultiSelect
|
|
962
741
|
|
|
963
742
|
affects: @procore/core-docs
|
|
964
743
|
|
|
965
|
-
|
|
744
|
+
- chore: update migration guide example to have proper dom
|
|
966
745
|
|
|
967
746
|
affects: @procore/core-docs
|
|
968
747
|
|
|
969
|
-
|
|
748
|
+
- docs: multiselect advanced example v9 changes. update prop docs
|
|
970
749
|
|
|
971
750
|
affects: @procore/core-docs
|
|
972
751
|
|
|
973
752
|
Co-authored-by: Brock Noah <brocknoah@gmail.com>
|
|
974
|
-
* removing deprecated i18n polyfill default export
|
|
975
753
|
|
|
976
|
-
|
|
754
|
+
- removing deprecated i18n polyfill default export
|
|
755
|
+
|
|
756
|
+
- test: fix tests
|
|
977
757
|
|
|
978
758
|
affects: @procore/core-react
|
|
979
759
|
|
|
980
|
-
|
|
760
|
+
- chore: remove old docs-v2 file
|
|
981
761
|
|
|
982
|
-
|
|
762
|
+
- chore: useDeprecation
|
|
983
763
|
|
|
984
764
|
affects: @procore/core-react
|
|
985
765
|
|
|
986
|
-
|
|
766
|
+
- docs: add migration guide
|
|
987
767
|
|
|
988
768
|
affects: @procore/core-docs, @procore/core-react
|
|
989
769
|
|
|
990
|
-
|
|
770
|
+
- docs: fix docs for dateselect and texteditor
|
|
991
771
|
|
|
992
772
|
affects: @procore/core-docs
|
|
993
773
|
|
|
994
|
-
|
|
774
|
+
- docs: fix some typos
|
|
995
775
|
|
|
996
776
|
affects: @procore/core-docs
|
|
997
777
|
|
|
998
|
-
|
|
778
|
+
- chore: fix migration guide content order
|
|
999
779
|
|
|
1000
780
|
affects: @procore/core-docs
|
|
1001
781
|
|
|
1002
|
-
|
|
782
|
+
- chore: use RTL and update tests for i18n
|
|
1003
783
|
|
|
1004
784
|
affects: @procore/core-react
|
|
1005
785
|
|
|
1006
|
-
|
|
786
|
+
- chore: add tsconfig for prod builds
|
|
1007
787
|
|
|
1008
788
|
affects: @procore/core-react
|
|
1009
789
|
|
|
1010
|
-
|
|
790
|
+
- chore: update tsconfigs to account for all environments
|
|
1011
791
|
|
|
1012
792
|
affects: @procore/core-react
|
|
1013
793
|
|
|
1014
|
-
|
|
794
|
+
- chore: fix type error in test
|
|
1015
795
|
|
|
1016
796
|
affects: @procore/core-react
|
|
1017
797
|
|
|
1018
798
|
Co-authored-by: Danny Phillips <danny.phillips8@gmail.com>
|
|
1019
|
-
* remove variant, add compact prop, add subcomponents for presets
|
|
1020
799
|
|
|
1021
|
-
|
|
800
|
+
- remove variant, add compact prop, add subcomponents for presets
|
|
801
|
+
|
|
802
|
+
- feat: update stories
|
|
1022
803
|
|
|
1023
804
|
affects: @procore/core-react
|
|
1024
805
|
|
|
1025
|
-
|
|
806
|
+
- feat: refactor emptystate, add subcomponents
|
|
1026
807
|
|
|
1027
808
|
affects: @procore/core-react
|
|
1028
809
|
|
|
1029
810
|
Rewrite EmptyState to use context for compact mode
|
|
1030
811
|
Add subcomponents for NoItems, NoResults, and
|
|
1031
812
|
RRecycleBin
|
|
1032
|
-
* removes the one-off "src" values from EmptyState.Image in favor of subcomponents
|
|
1033
813
|
|
|
1034
|
-
|
|
814
|
+
- removes the one-off "src" values from EmptyState.Image in favor of subcomponents
|
|
815
|
+
|
|
816
|
+
- chore: update grid
|
|
1035
817
|
|
|
1036
818
|
affects: @procore/core-react
|
|
1037
819
|
|
|
1038
|
-
|
|
820
|
+
- chore: remove old props from docs
|
|
1039
821
|
|
|
1040
822
|
affects: @procore/core-docs, @procore/core-react
|
|
1041
823
|
|
|
1042
|
-
|
|
824
|
+
- chore: address cr
|
|
1043
825
|
|
|
1044
826
|
affects: @procore/core-react
|
|
1045
827
|
|
|
1046
|
-
|
|
828
|
+
- chore: fix emptystate in fileexplorer
|
|
1047
829
|
|
|
1048
830
|
affects: @procore/core-react
|
|
1049
831
|
|
|
1050
|
-
|
|
832
|
+
- chore: update EmptyState docs
|
|
1051
833
|
|
|
1052
834
|
affects: @procore/core-docs
|
|
1053
835
|
|
|
1054
|
-
|
|
836
|
+
- chore: add migration guide
|
|
1055
837
|
|
|
1056
838
|
affects: @procore/core-docs, @procore/core-react
|
|
1057
|
-
* TableCells prop change from loading -> processing
|
|
1058
|
-
|
|
1059
|
-
* docs: adding in a short note about the prop change to guide
|
|
1060
|
-
|
|
1061
|
-
affects: @procore/core-docs
|
|
1062
|
-
|
|
1063
|
-
* fix: updating specs
|
|
1064
839
|
|
|
1065
|
-
|
|
1066
|
-
* adding styled-components as a peerDependency
|
|
1067
|
-
* formik is now a peerDep
|
|
1068
|
-
* Dropdown should now use Dropdown.Item instead of Menu.Item
|
|
1069
|
-
* Core-scripts Type-checking Breaking Changes
|
|
1070
|
-
* Removing deprecated table-cells components and css
|
|
1071
|
-
* Removal of onVisibleChange prop, use visibility lifecycle hooks instead (beforeShow, beforeHide,
|
|
1072
|
-
afterShow, afterHide)
|
|
1073
|
-
* We no longer export CalendarHelpers. use date-fns directly instead
|
|
1074
|
-
* Removing textareaRef prop, use ref instead
|
|
840
|
+
- TableCells prop change from loading -> processing
|
|
1075
841
|
|
|
842
|
+
- docs: adding in a short note about the prop change to guide
|
|
1076
843
|
|
|
844
|
+
affects: @procore/core-docs
|
|
1077
845
|
|
|
846
|
+
- fix: updating specs
|
|
1078
847
|
|
|
848
|
+
- fix: removing unusable docs, for real
|
|
849
|
+
- adding styled-components as a peerDependency
|
|
850
|
+
- formik is now a peerDep
|
|
851
|
+
- Dropdown should now use Dropdown.Item instead of Menu.Item
|
|
852
|
+
- Core-scripts Type-checking Breaking Changes
|
|
853
|
+
- Removing deprecated table-cells components and css
|
|
854
|
+
- Removal of onVisibleChange prop, use visibility lifecycle hooks instead (beforeShow, beforeHide,
|
|
855
|
+
afterShow, afterHide)
|
|
856
|
+
- We no longer export CalendarHelpers. use date-fns directly instead
|
|
857
|
+
- Removing textareaRef prop, use ref instead
|
|
1079
858
|
|
|
1080
859
|
# [8.25.0](https://github.com/procore/core/compare/v8.24.0...v8.25.0) (2020-10-01)
|
|
1081
860
|
|
|
1082
|
-
|
|
1083
861
|
### Bug Fixes
|
|
1084
862
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
863
|
+
- [GLUE-2600] - FileToken. Update Label Truncation ([#7615](https://github.com/procore/core/issues/7615)) ([bd663ea](https://github.com/procore/core/commit/bd663ea5801db6174d4f1797a1e0d6f177ca9b8b))
|
|
864
|
+
- [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))
|
|
865
|
+
- [GLUE-2629] NumberInput imprecise formatting in Safari ([#7625](https://github.com/procore/core/issues/7625)) ([dd9d4cf](https://github.com/procore/core/commit/dd9d4cf9df652d37f34ed5243ab98f7fdd56ae30))
|
|
1089
866
|
|
|
1090
867
|
### Features
|
|
1091
868
|
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
869
|
+
- [GLUE-2271] Pill Select ([#7540](https://github.com/procore/core/issues/7540)) ([5ac9b14](https://github.com/procore/core/commit/5ac9b1413b946cb3782e6632e69c47f9f3a9a2d4))
|
|
870
|
+
- [GLUE-2615] fixing banner typography ([#7584](https://github.com/procore/core/issues/7584)) ([f4d63c7](https://github.com/procore/core/commit/f4d63c7497f2c8babe7b558d5c2529c8ab7fc12c))
|
|
871
|
+
- [GLUE-2620] - Update ThumbnailGrid ([#7606](https://github.com/procore/core/issues/7606)) ([7dd95e6](https://github.com/procore/core/commit/7dd95e6fc7d97266a45895c0234031edb2f4d4f9))
|
|
1099
872
|
|
|
1100
873
|
# [8.24.0](https://github.com/procore/core/compare/v8.23.1...v8.24.0) (2020-09-28)
|
|
1101
874
|
|
|
1102
|
-
|
|
1103
875
|
### Bug Fixes
|
|
1104
876
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
877
|
+
- Form Inline Error Style and Validation Tweak ([#7604](https://github.com/procore/core/issues/7604)) ([f08b3e0](https://github.com/procore/core/commit/f08b3e00cd45baf22e9ff183b213eb6c84d2034a))
|
|
878
|
+
- Form.Field.Create Props Type Correction ([#7592](https://github.com/procore/core/issues/7592)) ([c567a74](https://github.com/procore/core/commit/c567a74ce9d3f67dd5e058d227d1dfe6d9fc0cae))
|
|
879
|
+
- removing ActionButton + ActionDropdown ([#7585](https://github.com/procore/core/issues/7585)) ([fce98a3](https://github.com/procore/core/commit/fce98a3a0a4c2c69d30d1f8dc466b93bf0fd3e22))
|
|
880
|
+
- updated resize observer hook, and its usage ([#7555](https://github.com/procore/core/issues/7555)) ([bbaa39e](https://github.com/procore/core/commit/bbaa39e82fde5ebd29e6bb0c69a1979c540a4d9b))
|
|
1110
881
|
|
|
1111
882
|
### Features
|
|
1112
883
|
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
884
|
+
- [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)
|
|
885
|
+
- [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))
|
|
886
|
+
- [GLUE-2163] Currency Input ([#7347](https://github.com/procore/core/issues/7347)) ([2b3b9e7](https://github.com/procore/core/commit/2b3b9e7137aa3c7dda90eec7e6ef0ad0e54c1215))
|
|
887
|
+
- [GLUE-2532] - Lazy-loading API for ThumbnailGrid ([#7395](https://github.com/procore/core/issues/7395)) ([bfcf4e6](https://github.com/procore/core/commit/bfcf4e6422a871819300e368c33f4c5540ebd34f))
|
|
888
|
+
- [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))
|
|
889
|
+
- introduce FileSelect component ([#7137](https://github.com/procore/core/issues/7137)) ([7325ab4](https://github.com/procore/core/commit/7325ab403c61633062daecda024d8b76ea0e524a))
|
|
1120
890
|
|
|
1121
891
|
### Reverts
|
|
1122
892
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
893
|
+
- 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))
|
|
1128
894
|
|
|
1129
895
|
## [8.23.1](https://github.com/procore/core/compare/v8.23.0...v8.23.1) (2020-09-14)
|
|
1130
896
|
|