UNPKG

27.9 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [8.20.0](https://github.com/procore/core/compare/v8.19.0...v8.20.0) (2020-07-31)
7
8
9### Bug Fixes
10
11* [glue-2454] Banner text alignment when no title ([#7325](https://github.com/procore/core/issues/7325)) ([e6fa4bd](https://github.com/procore/core/commit/e6fa4bdc8e6e3259a0f30a531656150cb02ad548))
12* [GLUE-2525] Increase modal specificity ([#7371](https://github.com/procore/core/issues/7371)) ([ef7eaf3](https://github.com/procore/core/commit/ef7eaf31438bb68edf819fdf1fd242f70138b1d4))
13
14
15### Features
16
17* [GLUE-2492] Detail Page action buttons and v2 docs ([#7352](https://github.com/procore/core/issues/7352)) ([ac28e6d](https://github.com/procore/core/commit/ac28e6db9ecf78f2068b18efa98203c417d504b0))
18
19
20
21
22
23# [8.19.0](https://github.com/procore/core/compare/v8.18.3...v8.19.0) (2020-07-21)
24
25
26### Bug Fixes
27
28* remove max height from toast and update guidelines text ([#7323](https://github.com/procore/core/issues/7323)) ([0822bb5](https://github.com/procore/core/commit/0822bb5810b5400976257b7fcbdcf85d3f47c46f))
29
30
31### Features
32
33* [Glue 2284] [Glue 2286] Add RadioButtons and Checkboxes to Form ([#7221](https://github.com/procore/core/issues/7221)) ([91990ef](https://github.com/procore/core/commit/91990ef953981c79896982518f2dddc4e9e953e0)), closes [#5351](https://github.com/procore/core/issues/5351)
34
35
36
37
38
39## [8.18.3](https://github.com/procore/core/compare/v8.18.2...v8.18.3) (2020-07-16)
40
41
42### Bug Fixes
43
44* [GLUE-2124] top left portal interrupts pointer events ([#7267](https://github.com/procore/core/issues/7267)) ([d272fe6](https://github.com/procore/core/commit/d272fe650d46251dbe99f4ccb20f4b90ecca473e))
45
46
47
48
49
50# [8.18.0](https://github.com/procore/core/compare/v8.17.0...v8.18.0) (2020-07-13)
51
52### Bug Fixes
53
54- [GLUE-2449] use shadow for the focus style to fix siblings position ([#7202](https://github.com/procore/core/issues/7202)) ([9b2f90a](https://github.com/procore/core/commit/9b2f90a942485696f93d4abcd9b9b1d89835086b))
55
56### Features
57
58- [GLUE-1928] Introduce FileTree component ([#6389](https://github.com/procore/core/issues/6389)) ([c210f33](https://github.com/procore/core/commit/c210f332cbca14af611289f755ad242a1094c388))
59- [GLUE-2294] Form Text Area Display Blank Space ([#7032](https://github.com/procore/core/issues/7032)) ([c318c9b](https://github.com/procore/core/commit/c318c9bbadbea3ad9c9e5bedbf7b661a924a0813))
60
61# [8.17.0](https://github.com/procore/core/compare/v8.16.1...v8.17.0) (2020-06-26)
62
63### Bug Fixes
64
65- [GLUE-2325] don't use default scss hsl since it has lossy hex conversion ([#6965](https://github.com/procore/core/issues/6965)) ([1b2c8f0](https://github.com/procore/core/commit/1b2c8f071865e9dffcdc374c8ae6a30b754025fb))
66- fix scss focus mixin ([#5921](https://github.com/procore/core/issues/5921)) ([c6f7957](https://github.com/procore/core/commit/c6f79577d1b2a22a82deea13ac25d89d8cf2b831))
67
68### Features
69
70- [Glue 2352] Form 12 Column Grid ([#7012](https://github.com/procore/core/issues/7012)) ([9497224](https://github.com/procore/core/commit/94972241c5d48b9e99035ed91ccdc8cc4ce21f0f))
71- [GLUE-1770] Imperative Menu ([#6992](https://github.com/procore/core/issues/6992)) ([4104918](https://github.com/procore/core/commit/41049181fb5f801525f93e1eec02f0dfedcbd83e))
72- change secondary button bg from transparent to white ([#5945](https://github.com/procore/core/issues/5945)) ([51b117a](https://github.com/procore/core/commit/51b117acfb5633ce96457f95691b52941b6d6f72))
73
74## [8.16.1](https://github.com/procore/core/compare/v8.16.0...v8.16.1) (2020-06-25)
75
76**Note:** Version bump only for package @procore/core-css
77
78# [8.16.0](https://github.com/procore/core/compare/v8.15.0...v8.16.0) (2020-06-16)
79
80### Bug Fixes
81
82- dark mode corrections on tabs ([#6937](https://github.com/procore/core/issues/6937)) ([17cc1e5](https://github.com/procore/core/commit/17cc1e5f1c297deeb7859d64fcf3a2399fffbf3d))
83- **core-css:** fix focus ([7bd8c4c](https://github.com/procore/core/commit/7bd8c4cc2a62accf9b6b2ff928e96f6f4afa5a3d))
84- **core-css:** fix IE11 ([407c087](https://github.com/procore/core/commit/407c08755a19b46dcbd7340d356107290379a78d))
85- **core-css:** use font-size from spec ([83ecdc2](https://github.com/procore/core/commit/83ecdc2faf270afe38757c80d88ed86d57f6c44a))
86- **core-react, core-css:** address review comments ([7ff560b](https://github.com/procore/core/commit/7ff560b36c53ea23e74f3c7d621c0dba0c39a727))
87
88### Features
89
90- **core-css:** add core focus styles to link ([1236b90](https://github.com/procore/core/commit/1236b90446de301e63e3706ec3be7c4ee9571e60))
91- **core-react, core-css:** implement FileList component ([245f728](https://github.com/procore/core/commit/245f728f7e35ad413cb31eb24e7a7c55dfc20370))
92- **core-react,core-docs,core-css:** introduce FileAttacher component ([66ee19d](https://github.com/procore/core/commit/66ee19db4f45a849760ac5bd6436d1b1bc321985))
93
94# [8.15.0](https://github.com/procore/core/compare/v8.14.1...v8.15.0) (2020-06-04)
95
96### Bug Fixes
97
98- **core-css:** fix white overlay being shown on a focused thumbnail ([#6714](https://github.com/procore/core/issues/6714)) ([6e08caa](https://github.com/procore/core/commit/6e08caaa04716988719e7c86a84ccee58529077b))
99- [GLUE-2283] Form.Form Update ([#6723](https://github.com/procore/core/issues/6723)) ([d9dbfa1](https://github.com/procore/core/commit/d9dbfa1873b81fb14d709ca1050aea55615c5ce5)), closes [#4164](https://github.com/procore/core/issues/4164) [/github.com/procore/core/projects/7#card-38243341](https://github.com//github.com/procore/core/projects/7/issues/card-38243341) [#4990](https://github.com/procore/core/issues/4990)
100
101### Features
102
103- [GLUE-2184][glue-2192] Paragraph and Unordered List ([#5431](https://github.com/procore/core/issues/5431)) ([8a3d640](https://github.com/procore/core/commit/8a3d6401f05c473c53506411c5135593d41be869))
104
105# [8.14.0](https://github.com/procore/core/compare/v8.13.0...v8.14.0) (2020-05-21)
106
107### Features
108
109- updates ([7923f92](https://github.com/procore/core/commit/7923f92a8a33f8f552e9d3cd65dee2d81fb30cf7))
110
111# [8.13.0](https://github.com/procore/core/compare/v8.12.0...v8.13.0) (2020-05-20)
112
113### Bug Fixes
114
115- **core-react:** fix ellipsis mixin ([#6575](https://github.com/procore/core/issues/6575)) ([7ca9802](https://github.com/procore/core/commit/7ca98023e67249693f387bdaf2020858648e23d5))
116- **core-react:** Thumbnail caption customization fix ([#6608](https://github.com/procore/core/issues/6608)) ([941f745](https://github.com/procore/core/commit/941f7451e3b9a634a14205d166682af97efc7e17))
117- fixes detail layout background color ([#6543](https://github.com/procore/core/issues/6543)) ([22915a7](https://github.com/procore/core/commit/22915a7879ba79ed3c6ba50dec63d0835dde7556))
118- style fix for banner variants ([0adf83f](https://github.com/procore/core/commit/0adf83fc29af61e2908d80656222a85bca3b7924))
119
120### Features
121
122- [GLUE-1929] Token List component ([#6222](https://github.com/procore/core/issues/6222)) ([cc92530](https://github.com/procore/core/commit/cc9253048fd518ce89e163417cdaf71da5beae24))
123- **core-react:** Add "clickable" Thumbnail API to allow preventing hover UI effects ([#6605](https://github.com/procore/core/issues/6605)) ([a1507b5](https://github.com/procore/core/commit/a1507b5a344ce0eab250df1b6954d11809b3c22a))
124
125# [8.12.0](https://github.com/procore/core/compare/v8.11.0...v8.12.0) (2020-05-08)
126
127### Bug Fixes
128
129- **behavior correction:** [GLUE-2191] Prevent final animation on re-mount and re-visible FileToken component ([#6503](https://github.com/procore/core/issues/6503)) ([41f4668](https://github.com/procore/core/commit/41f4668d508edc7b47334462df1a9579bf5fcccc))
130- **behavior correction:** Prevent final animation of ProgressBar component on mounting ([#6475](https://github.com/procore/core/issues/6475)) ([f48a1c5](https://github.com/procore/core/commit/f48a1c559b9c95eb13602cf2124d81e00797188c))
131- Thumbnail issues ([#6425](https://github.com/procore/core/issues/6425)) ([caf705d](https://github.com/procore/core/commit/caf705da5e6dd950c9a03ae1aef659786862a995))
132- **behavior correction:** Preventing of extra animation after ProgressBar component re-rendering ([#6379](https://github.com/procore/core/issues/6379)) ([9779311](https://github.com/procore/core/commit/9779311d9e506128e77e5a437013a5fac7e23465))
133- **deps:** update dependency style-loader to v1.2.1 ([#6437](https://github.com/procore/core/issues/6437)) ([21e2707](https://github.com/procore/core/commit/21e2707f83f32b66e5d6bb8d882f969517405547))
134
135### Features
136
137- [GLUE-2102] hsl color palette ([#6402](https://github.com/procore/core/issues/6402)) ([9d90486](https://github.com/procore/core/commit/9d90486c21cc591210e6e64783c7f2d007714247))
138- [GLUE-2219] update secondary button colors and a few other colors ([#6510](https://github.com/procore/core/issues/6510)) ([d13b5bc](https://github.com/procore/core/commit/d13b5bc9e42a7f54bb00590831d64bf3823f9d74)), closes [#6505](https://github.com/procore/core/issues/6505)
139
140# [8.11.0](https://github.com/procore/core/compare/v8.10.0...v8.11.0) (2020-04-27)
141
142### Bug Fixes
143
144- **deps:** update dependency css-loader to v3.5.3 ([#6405](https://github.com/procore/core/issues/6405)) ([2fa2124](https://github.com/procore/core/commit/2fa21245a170eaa996ceef8898af6846a5603305))
145- **deps:** update dependency style-loader to v1.1.4 ([#6346](https://github.com/procore/core/issues/6346)) ([6c39c35](https://github.com/procore/core/commit/6c39c3581477773c1e64876ca8032b5d321c3db1))
146- **deps:** update dependency style-loader to v1.2.0 ([#6406](https://github.com/procore/core/issues/6406)) ([952987e](https://github.com/procore/core/commit/952987efaa3d22077cc4571e5292636fb57a5186))
147- [GLUE-2108] increase zindex of spinner components by 1 ([#6314](https://github.com/procore/core/issues/6314)) ([dbb76a5](https://github.com/procore/core/commit/dbb76a5288297170afce4611407c8d2d4ce41c5c)), closes [#5725](https://github.com/procore/core/issues/5725)
148- [GLUE-2136][glue-1963] Form Style Updates and More Docs ([#6292](https://github.com/procore/core/issues/6292)) ([be0a75c](https://github.com/procore/core/commit/be0a75cd1ed1b11a65ba874d5aca31ce182a96bf))
149
150### Features
151
152- [GLUE-1925] Introduce Dropzone component ([#5796](https://github.com/procore/core/issues/5796)) ([fac3516](https://github.com/procore/core/commit/fac351643a48c9fde558ebfb4d9405a4756eaa70)), closes [#5920](https://github.com/procore/core/issues/5920) [#5922](https://github.com/procore/core/issues/5922) [#5919](https://github.com/procore/core/issues/5919) [#5918](https://github.com/procore/core/issues/5918) [#5917](https://github.com/procore/core/issues/5917) [#5916](https://github.com/procore/core/issues/5916) [#5904](https://github.com/procore/core/issues/5904) [#5926](https://github.com/procore/core/issues/5926) [#5931](https://github.com/procore/core/issues/5931) [#5928](https://github.com/procore/core/issues/5928) [#5933](https://github.com/procore/core/issues/5933) [#5932](https://github.com/procore/core/issues/5932) [#5925](https://github.com/procore/core/issues/5925) [#5924](https://github.com/procore/core/issues/5924) [#5921](https://github.com/procore/core/issues/5921) [#5940](https://github.com/procore/core/issues/5940) [#5935](https://github.com/procore/core/issues/5935) [#5941](https://github.com/procore/core/issues/5941) [#5936](https://github.com/procore/core/issues/5936) [#5939](https://github.com/procore/core/issues/5939) [#5938](https://github.com/procore/core/issues/5938) [#5934](https://github.com/procore/core/issues/5934) [#5937](https://github.com/procore/core/issues/5937) [#5927](https://github.com/procore/core/issues/5927) [#5929](https://github.com/procore/core/issues/5929) [#5942](https://github.com/procore/core/issues/5942) [#5943](https://github.com/procore/core/issues/5943) [#5947](https://github.com/procore/core/issues/5947) [#5945](https://github.com/procore/core/issues/5945)
153- [GLUE-1946] - Introduce FileToken component ([#6100](https://github.com/procore/core/issues/6100)) ([bfb94af](https://github.com/procore/core/commit/bfb94af860a45bddf328cead7e5ff9218f03f337))
154- [Glue-1975][glue-1967] Form Tooltip, Tiered Select, Group Select ([#6341](https://github.com/procore/core/issues/6341)) ([4083672](https://github.com/procore/core/commit/4083672a4fc955cf8720422c1d1ad7e3f0bca5b0))
155- component variables 4 modals ([#6332](https://github.com/procore/core/issues/6332)) ([fee063a](https://github.com/procore/core/commit/fee063a60b9dde639cc57767169d7c5681909edb))
156
157# [8.10.0](https://github.com/procore/core/compare/v8.9.1...v8.10.0) (2020-04-10)
158
159### Bug Fixes
160
161- **deps:** update dependency css-loader to v3.5.2 ([#6307](https://github.com/procore/core/issues/6307)) ([30a1fe6](https://github.com/procore/core/commit/30a1fe6e145944a77fb10d2058fb331f43794823))
162- no longer using line height ([#6261](https://github.com/procore/core/issues/6261)) ([3db9016](https://github.com/procore/core/commit/3db9016dcc5987d5159aa664be4312b583997f48))
163- **deps:** update dependency css-loader to v3.5.0 ([#6253](https://github.com/procore/core/issues/6253)) ([597f0be](https://github.com/procore/core/commit/597f0be0bb4791dec283cc689c01590299f44fe0))
164- **deps:** update dependency css-loader to v3.5.1 ([#6268](https://github.com/procore/core/issues/6268)) ([4fe2ed0](https://github.com/procore/core/commit/4fe2ed0534cb91473e07adfbc45bffcb6b7a557e))
165
166### Features
167
168- [GLUE-2024] Core React Form ([#6055](https://github.com/procore/core/issues/6055)) ([f4e353d](https://github.com/procore/core/commit/f4e353dac7bca99741576ff8677729414e6920fb))
169- [GLUE-2095] Update means of user interaction for ActionDropdown ([#6158](https://github.com/procore/core/issues/6158)) ([1bec1dd](https://github.com/procore/core/commit/1bec1ddafe5b57c18d383050ce127d0fe09cf2da))
170- **core-react,core-docs,core-css:** introduce Thumbnail components ([#5807](https://github.com/procore/core/issues/5807)) ([#6232](https://github.com/procore/core/issues/6232)) ([7a5227f](https://github.com/procore/core/commit/7a5227f06d02f0bf29f46c5d6f9e2c48f203382b))
171- [GLUE-2019] - Banner Component Update ([#6080](https://github.com/procore/core/issues/6080)) ([56b520d](https://github.com/procore/core/commit/56b520da1755d42e3c3cedafad925928707d0931))
172- component variables 3 table files spinner ([#6207](https://github.com/procore/core/issues/6207)) ([c9ae385](https://github.com/procore/core/commit/c9ae3852df18435c1c4e144898f0694db245295f))
173
174# [8.9.0](https://github.com/procore/core/compare/v8.8.1...v8.9.0) (2020-03-26)
175
176### Bug Fixes
177
178- action css not being exported properly from core-css ([#6036](https://github.com/procore/core/issues/6036)) ([7870da7](https://github.com/procore/core/commit/7870da7366c32c120695dedfac9a0000444b74f6))
179
180### Features
181
182- [GLUE-1927] ProgressBar component implementation ([#5886](https://github.com/procore/core/issues/5886)) ([e595fd5](https://github.com/procore/core/commit/e595fd5b50f45e7ff4ebe4973e3a1ab5f3de7446))
183- [GLUE-2048] - Action Dropdown Component ([#6077](https://github.com/procore/core/issues/6077)) ([2ad83b5](https://github.com/procore/core/commit/2ad83b558d07e287bf08f5deae305919bacee9e3))
184- color updates for 2020 with percy regression ([#5898](https://github.com/procore/core/issues/5898)) ([6159eb5](https://github.com/procore/core/commit/6159eb583b3fba063d3f6319d5c102fbeb31aa1c))
185- Component Variables 2: Form inputs, validation, and more typography ([#6071](https://github.com/procore/core/issues/6071)) ([ceefa0c](https://github.com/procore/core/commit/ceefa0cb88e399b95e09b15ff3464966aad9ea0e))
186
187# [8.8.0](https://github.com/procore/core/compare/v8.7.0...v8.8.0) (2020-03-05)
188
189### Features
190
191- [GLUE-1911] introduce GroupSelect component ([#5633](https://github.com/procore/core/issues/5633)) ([cf6d7aa](https://github.com/procore/core/commit/cf6d7aa4fe82754d4c3e0889dc57a2452747328f))
192- [GLUE-1986] introduce Action component ([#5864](https://github.com/procore/core/issues/5864)) ([42cd52c](https://github.com/procore/core/commit/42cd52c2eb5a669752ccba32c5bef45ef7127f9b))
193- Component Variables 1: Button, Dropdowns, Tab Links ([#5946](https://github.com/procore/core/issues/5946)) ([025a454](https://github.com/procore/core/commit/025a45404d118d95380460e4fe86f00f1244331b))
194
195# [8.7.0](https://github.com/procore/core/compare/v8.6.0...v8.7.0) (2020-02-28)
196
197### Bug Fixes
198
199- fix scss focus mixin ([#5921](https://github.com/procore/core/issues/5921)) ([a66236a](https://github.com/procore/core/commit/a66236a75c7d63ce7d8962ad72389009868f750b))
200
201### Features
202
203- [GLUE-1831] Contact Item component ([#5631](https://github.com/procore/core/issues/5631)) ([1f23d68](https://github.com/procore/core/commit/1f23d68c60242f6ad78b7e898be4f7d03d1504de))
204- change secondary button bg from transparent to white ([#5945](https://github.com/procore/core/issues/5945)) ([08776b4](https://github.com/procore/core/commit/08776b42f26640b212414623023e32afa0760f68))
205
206# [8.6.0](https://github.com/procore/core/compare/v8.5.3...v8.6.0) (2020-02-18)
207
208### Bug Fixes
209
210- **deps:** update dependency stylelint to v13.1.0 ([#5806](https://github.com/procore/core/issues/5806)) ([83c9093](https://github.com/procore/core/commit/83c9093a6b20629c76c1a4f0d9a9362cc6766352))
211- **deps:** update dependency stylelint to v13.2.0 ([#5842](https://github.com/procore/core/issues/5842)) ([9ee4383](https://github.com/procore/core/commit/9ee43837bed97e4a0dd03dd46a5411212e39003c))
212
213### Features
214
215- WXP Detail Page Layout ([#5814](https://github.com/procore/core/issues/5814)) ([aa594ff](https://github.com/procore/core/commit/aa594ff5e95d138602fc2f587c281950cabdf59d))
216
217# [8.4.0](https://github.com/procore/core/compare/v8.3.0...v8.4.0) (2020-02-06)
218
219### Bug Fixes
220
221- **deps:** update babel monorepo to v7.8.4 ([#5694](https://github.com/procore/core/issues/5694)) ([867e879](https://github.com/procore/core/commit/867e8795e3f9ba8490ac0e6d095134f5aff6d8dc))
222
223### Features
224
225- [GLUE-1940] Table Font Size ([#5668](https://github.com/procore/core/issues/5668)) ([5cecb69](https://github.com/procore/core/commit/5cecb693ae7d97981e70ad19ea9ae806da689a43))
226
227# [8.3.0](https://github.com/procore/core/compare/v8.2.1...v8.3.0) (2020-01-27)
228
229### Bug Fixes
230
231- **deps:** update dependency css-loader to v3.4.2 ([#5528](https://github.com/procore/core/issues/5528)) ([1ba5892](https://github.com/procore/core/commit/1ba5892ac746c764c29263f68cd25d63a5afe9a1))
232- **deps:** update dependency sass-loader to v8.0.1 ([#5527](https://github.com/procore/core/issues/5527)) ([a703bd3](https://github.com/procore/core/commit/a703bd3c991f73885e21208581410acf1be1d6cd))
233- **deps:** update dependency sass-loader to v8.0.2 ([#5543](https://github.com/procore/core/issues/5543)) ([34b6c59](https://github.com/procore/core/commit/34b6c59b932a4731568e6f10fc5d4b8c2668e263))
234- **deps:** update dependency style-loader to v1.1.3 ([#5604](https://github.com/procore/core/issues/5604)) ([3d9790b](https://github.com/procore/core/commit/3d9790b69465b8288dc0bb2988432393a01fe3ca))
235
236# [8.2.0](https://github.com/procore/core/compare/v8.1.0...v8.2.0) (2020-01-09)
237
238### Bug Fixes
239
240- **deps:** update dependency css-loader to v3.4.1 ([#5488](https://github.com/procore/core/issues/5488)) ([0e7153c](https://github.com/procore/core/commit/0e7153c93ff2945e8957115a47fb8396b04b7c64))
241- **deps:** update dependency style-loader to v1.1.2 ([#5472](https://github.com/procore/core/issues/5472)) ([0573ac5](https://github.com/procore/core/commit/0573ac558a6af015830f553d06dc4ed4c50bf7da))
242- **deps:** update dependency webpack to v4.41.5 ([#5479](https://github.com/procore/core/issues/5479)) ([013c399](https://github.com/procore/core/commit/013c39951a1872165f11d965311bc23efa986f98))
243- [GLUE-1801] Checkbox No Paragraph Tag ([#5351](https://github.com/procore/core/issues/5351)) ([040b476](https://github.com/procore/core/commit/040b4764afd9b2afbd1a93f3b164628eca9cfaab))
244- **deps:** update dependency css-loader to v3.4.0 ([#5332](https://github.com/procore/core/issues/5332)) ([06c7380](https://github.com/procore/core/commit/06c73807f043526089403c0daf50fdefbb4ab12f))
245- **deps:** update dependency mini-css-extract-plugin to v0.8.1 ([#5426](https://github.com/procore/core/issues/5426)) ([8908aad](https://github.com/procore/core/commit/8908aad17662c4168e3ca8a6a08cfc6c88d19cf9))
246- **deps:** update dependency mini-css-extract-plugin to v0.8.2 ([#5427](https://github.com/procore/core/issues/5427)) ([2cfcdbe](https://github.com/procore/core/commit/2cfcdbe47baad742007d5c3cccbfce8edf50fe6d))
247- **deps:** update dependency mini-css-extract-plugin to v0.9.0 ([#5454](https://github.com/procore/core/issues/5454)) ([c57dc82](https://github.com/procore/core/commit/c57dc82aec2ea1c0cd07e4a6bc7f1461aa05c8d9))
248- **deps:** update dependency style-loader to v1.0.2 ([#5424](https://github.com/procore/core/issues/5424)) ([181e1a6](https://github.com/procore/core/commit/181e1a6e417fe2d067ff78c5680e991903da704f))
249- **deps:** update dependency style-loader to v1.1.1 ([#5453](https://github.com/procore/core/issues/5453)) ([d4c0c06](https://github.com/procore/core/commit/d4c0c0651022e53aa35e8ec51155e7d35db1ba66))
250- **deps:** update dependency stylegator to v0.20.1 ([#5352](https://github.com/procore/core/issues/5352)) ([be28d5e](https://github.com/procore/core/commit/be28d5e374b80915a97254a7196641f27fe1f8d0))
251- **deps:** update dependency webpack to v4.41.3 ([#5412](https://github.com/procore/core/issues/5412)) ([d7e92d9](https://github.com/procore/core/commit/d7e92d9c5c618c1939ab3091b870abd2dc359aaf))
252- **deps:** update dependency webpack to v4.41.4 ([#5444](https://github.com/procore/core/issues/5444)) ([20572b0](https://github.com/procore/core/commit/20572b0f073f66963176389820647741a56a6249))
253
254### Features
255
256- [GLUE-1522] Docs v2 gatsby mdx ([#5252](https://github.com/procore/core/issues/5252)) ([6ad044a](https://github.com/procore/core/commit/6ad044a797d7a653902dd57374bcacfd023d6425))
257
258### Reverts
259
260- reverts the work done on modal to allow it to scroll again ([#5355](https://github.com/procore/core/issues/5355)) ([90bb9fd](https://github.com/procore/core/commit/90bb9fde838908b49fad46ec8587ca8b2f462f39))
261
262# [8.1.0](https://github.com/procore/core/compare/v8.0.1...v8.1.0) (2019-12-03)
263
264### Bug Fixes
265
266- **deps:** update dependency style-loader to v1.0.1 ([#5328](https://github.com/procore/core/issues/5328)) ([cbe66a8](https://github.com/procore/core/commit/cbe66a864a3f358ea88d4679c068bfbf93da744b))
267
268### Features
269
270- [GLUE-818] Inline Editable Datepicker Cell ([#4992](https://github.com/procore/core/issues/4992)) ([1f85521](https://github.com/procore/core/commit/1f855216dd26f677a3429eb2286f2df337ac9ef6))
271
272## [8.0.1](https://github.com/procore/core/compare/v8.0.0...v8.0.1) (2019-11-18)
273
274**Note:** Version bump only for package @procore/core-css
275
276# [8.0.0](https://github.com/procore/core/compare/v7.21.3...v8.0.0) (2019-11-15)
277
278### Bug Fixes
279
280- add border radius ([#5223](https://github.com/procore/core/issues/5223)) ([b303553](https://github.com/procore/core/commit/b303553bd4feaf220a7d1d40d385362268168f40)), closes [#5167](https://github.com/procore/core/issues/5167)
281- **deps:** update babel monorepo to v7.7.2 ([#5180](https://github.com/procore/core/issues/5180)) ([dba58dc](https://github.com/procore/core/commit/dba58dcc41de30790e5e7ccb20df964334c5f757))
282- fixing anchor tags inside of Tabs.Link ([#5153](https://github.com/procore/core/issues/5153)) ([a9acecb](https://github.com/procore/core/commit/a9acecb019c2cf30ebbfe9fa95e2386c33fcbe9b))
283- icons are not focusable ([#5090](https://github.com/procore/core/issues/5090)) ([78d6422](https://github.com/procore/core/commit/78d642257c9578b004dbd82c5f72ee4a0d4f59b9)), closes [#4896](https://github.com/procore/core/issues/4896) [#4902](https://github.com/procore/core/issues/4902)
284- removing the core- prefix that is no longer used ([#5093](https://github.com/procore/core/issues/5093)) ([e864ea7](https://github.com/procore/core/commit/e864ea7cc3677adec53d55558c78fe6502f0a300))
285- stop svg click events from causing clickOutside problems ([#5101](https://github.com/procore/core/issues/5101)) ([3c46362](https://github.com/procore/core/commit/3c46362da0b8fa2a296ef08abb9a406832d290b5))
286- use svg icons for modal, toast, and pagination ([02ab7f8](https://github.com/procore/core/commit/02ab7f8a7b564613bab5c653ba8492b28ea622a4))
287
288### Features
289
290- [GLUE-1531] using i18n-js with phrase for default translations in core ([#5119](https://github.com/procore/core/issues/5119)) ([6840a62](https://github.com/procore/core/commit/6840a622644179e0273b95a3040c0fdaa9beb7b0))
291- add a variables-overrides file ([#5081](https://github.com/procore/core/issues/5081)) ([6f3e522](https://github.com/procore/core/commit/6f3e5224e49a94fc810db63b1f48fe369481371b))
292- Cleanup of tabs ([#5161](https://github.com/procore/core/issues/5161)) ([cf975a7](https://github.com/procore/core/commit/cf975a7d0ea2be494652c28d6d5c7b41d4d772e6))
293- Dynamic contents and dark mode for Tabs ([#5102](https://github.com/procore/core/issues/5102)) ([451f3c1](https://github.com/procore/core/commit/451f3c17f882f45c454ef5b19d8e8c09b9f75850))
294- Icon renders SVG paths ([#5003](https://github.com/procore/core/issues/5003)) ([fb3b90c](https://github.com/procore/core/commit/fb3b90c6b4981732ff0fbb057f7240b7e3dddca4))
295- use an inline base64 image for the checkmark ([#5237](https://github.com/procore/core/issues/5237)) ([117d307](https://github.com/procore/core/commit/117d3077adb5601eada6e6b86150f8505423422b))
296
297## [7.21.3](https://github.com/procore/core/compare/v7.21.2...v7.21.3) (2019-11-11)
298
299### Bug Fixes
300
301- use vh instead of px for overlay max-height ([#5168](https://github.com/procore/core/issues/5168)) ([c3764f8](https://github.com/procore/core/commit/c3764f8b22189a002a2ad20d2b670a34ebd39a56))
302
303## [7.21.1](https://github.com/procore/core/compare/v7.21.0...v7.21.1) (2019-10-17)
304
305**Note:** Version bump only for package @procore/core-css
306
307# [7.21.0](https://github.com/procore/core/compare/v7.20.0...v7.21.0) (2019-10-16)
308
309### Bug Fixes
310
311- **deps:** update dependency webpack to v4.41.1 ([#5024](https://github.com/procore/core/issues/5024)) ([79dff2a](https://github.com/procore/core/commit/79dff2aa76d09306d9d0d4de944f093dba062a1d))
312- **deps:** update dependency webpack to v4.41.2 ([#5044](https://github.com/procore/core/issues/5044)) ([b63fa86](https://github.com/procore/core/commit/b63fa862bcaeb7346a20c1b876957c9bf57a4a53))
313
314### Features
315
316- [GLUE-1747] tiered select component ([#4903](https://github.com/procore/core/issues/4903)) ([13b330c](https://github.com/procore/core/commit/13b330cdcd4f686f3f2b8a52d2e652c9e4f9f8e9))
317- disable body scroll when modal is open ([#4976](https://github.com/procore/core/issues/4976)) ([590a391](https://github.com/procore/core/commit/590a391320e14fff968f74230bd1673639e6dfd6)), closes [#4896](https://github.com/procore/core/issues/4896) [#4896](https://github.com/procore/core/issues/4896) [#4896](https://github.com/procore/core/issues/4896)
318- swap table icons to Icon component ([#5056](https://github.com/procore/core/issues/5056)) ([5886ee2](https://github.com/procore/core/commit/5886ee2d173f484d342d5672b131c5086f37dd15))
319
320# [7.20.0](https://github.com/procore/core/compare/v7.19.0...v7.20.0) (2019-10-03)
321
322### Bug Fixes
323
324- [GLUE-1543] Explicit button lineheight ([#4805](https://github.com/procore/core/issues/4805)) ([4e0f019](https://github.com/procore/core/commit/4e0f019))
325- inherit font-family to fix MultiSelect search alignment ([#4948](https://github.com/procore/core/issues/4948)) ([c57cdb4](https://github.com/procore/core/commit/c57cdb4))
326- remove padding override on select/input/textarea cells ([#4923](https://github.com/procore/core/issues/4923)) ([05624b2](https://github.com/procore/core/commit/05624b2))
327- **deps:** update dependency webpack to v4.41.0 ([#4890](https://github.com/procore/core/issues/4890)) ([e727ab3](https://github.com/procore/core/commit/e727ab3))