Releases: segmentio/evergreen
Releases · segmentio/evergreen
v6.8.0
v6.7.2
v6.7.1
v6.7.0
The theme types have been reworked to provide better direction on usage of the existing theme values or adding/overriding values.
Theme
is a very generic interface defining the expected shape/tokens of a themeDefaultTheme
extendsTheme
and provides better direction on what appearances/sizes thedefaultTheme
hasuseTheme()
is now generic (set toDefaultTheme
unless otherwise specified)- Similarly,
ThemeContext
is now generic, and a custom typed version of it can be retrieved with the new exported functiongetThemeContext()
(set toDefaultTheme
unless otherwise specified) - A new utility function,
mergeTheme
, has been provided to deeply merge properties onto a destination theme, which can be useful if you're only looking to add or override a few values from thedefaultTheme
For examples on usage, check out the index.d.ts test file or the description of #1382
v6.6.5
- Bump tar from 6.1.0 to 6.1.11 (#1312) 770dca3
- Bump semver-regex from 3.1.2 to 3.1.3 (#1322) 5b9ad3c
- Bump nth-check from 2.0.0 to 2.0.1 (#1327) cdb9462
- Export IconComponent type (#1385) 6147088
- upgrade faker to ^5.5.3 and replace alternatives for deprecated methods (#1386) 32a4d17
- Add intent property to Button component (#1384) df9b0f4
v6.6.4
v6.6.3
What's Changed
- Add tests for Radio and RadioGroup by @kamebkj in #1344
- fix: Update appearance Button propType to stop warnings by @CLSnazel in #1287
- fix: remove margin from combobox button for safari by @krysia1 in #1371
- Bump path-parse from 1.0.6 to 1.0.7 in /codemods by @dependabot in #1294
- Bump path-parse from 1.0.6 to 1.0.7 in /docs by @dependabot in #1295
- Adds optional shouldCloseOnEscapePress for Popover by @bradevans in #1308
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #1325
- Bump tmpl from 1.0.4 to 1.0.5 in /codemods by @dependabot in #1326
New Contributors
- @CLSnazel made their first contribution in #1287
- @krysia1 made their first contribution in #1371
- @bradevans made their first contribution in #1308
Full Changelog: v6.6.2...v6.6.3
v6.6.2
What's Changed
- Upgrade @blueprintjs/icons to v3.31.0 and generate icons by @KenanYusuf in #1366
- fix: 🐛 Add position prop to the CornerDialogProps type by @martolini in #1369
- Add invalid border color for select default component by @yeehanchung in #1357
- move nudge + pulsar components to pulsar dir and add deprecation warning by @zkuzmic in #1364
- fix ToastManager hasCloseButton logic by @krijoh92 in #1349
New Contributors
- @KenanYusuf made their first contribution in #1366
- @martolini made their first contribution in #1369
- @yeehanchung made their first contribution in #1357
- @krijoh92 made their first contribution in #1349
Full Changelog: v6.6.1...v6.6.2
v6.6.1
What's Changed
- update eg version in docs by @zkuzmic in #1361
- tests for Pane and Card by @zkuzmic in #1363
- Fix Positioner rendering, Autocomplete + Combobox positioning issues by @brandongregoryscott in #1362
Full Changelog: v6.6.0...v6.6.1
v6.6.0
What's changed
- [Add/Improvement] Pulsar + Nudge updates by @zkuzmic in #1355
- [Fix] correctly forward className in code component by @salolivares in #1352