Releases: segmentio/evergreen
v7.0.1
What's Changed
- Remove test and story pattern from files array in package.json by @brandongregoryscott in #1596
Full Changelog: v7.0.0...v7.0.1
v7.0.0
Evergreen v7 is primarily a maintenance release focusing on stability and simplicity. The most notable change in this release is the removal of glamor as a fallback css-in-js solution to ui-box. Glamor has not been maintained in a number of years, and we're finally able to close out some long-standing security vulnerability issues reported through this dependency - #1304, #1552, #1146, #1519, #1533, and so on.
While there should be no significant visual changes introduced with this change, there was a large internal refactoring (#1554) to swap component themes and internal styles to use the updated ui-box functionality to replace glamor.
The migration guide can be viewed here, and feedback or questions can be posted in #1582
What's Changed
- Remove deprecated components: Nudge, SidebarTab and SegmentedControl by @brandongregoryscott in #1560
- RIP classic theme by @brandongregoryscott in #1559
- Remove glamor by @brandongregoryscott in #1554
- Port codemods to TypeScript, add codemods for replacing Nudge and SidebarTab components by @brandongregoryscott in #1558
- Add display: inline-block style to Nudge -> Pulsar codemod by @brandongregoryscott in #1572
- Update doc site for v7 migration guides by @brandongregoryscott in #1570
- Add codemods for ejecting/replacing classic/deprecatedDefaultTheme objects by @brandongregoryscott in #1577
Full Changelog: v6.13.3...v7.0.0
v6.13.3
What's Changed
- Update ui-box from 5.3.0 to 5.4.0 by @brandongregoryscott in #1583
Full Changelog: v6.13.2...v6.13.3
v7.0.0-0
V7 Pre-release
Evergreen v7 is primarily a maintenance release focusing on stability and simplicity. The most notable change in this release is the removal of glamor as a fallback css-in-js solution to ui-box. Glamor has not been maintained in a number of years, and we're finally able to close out some long-standing security vulnerability issues reported through this dependency - #1304, #1552, #1146, #1519, #1533, and so on.
While there should be no significant visual changes introduced with this change, there was a large internal refactoring (#1554) to swap component themes and internal styles to use the updated ui-box functionality to replace glamor.
For additional information and help with migrating, please go here: #1582
What's Changed
- Remove deprecated components: Nudge, SidebarTab and SegmentedControl by @brandongregoryscott in #1560
- RIP classic theme by @brandongregoryscott in #1559
- Remove glamor by @brandongregoryscott in #1554
- Port codemods to TypeScript, add codemods for replacing Nudge and SidebarTab components by @brandongregoryscott in #1558
- Add display: inline-block style to Nudge -> Pulsar codemod by @brandongregoryscott in #1572
- Update doc site for v7 migration guides by @brandongregoryscott in #1570
- Add codemods for ejecting/replacing classic/deprecatedDefaultTheme objects by @brandongregoryscott in #1577
Full Changelog: v6.13.2...v7.0.0-0
v6.13.2
What's Changed
- Forward ref and box props to Pulsar to fix Tooltip rendering by @brandongregoryscott in #1565
- Tooltip: User defined id for aria-describedBy by @harish-prakash in #1561
Full Changelog: v6.13.1...v6.13.2
v6.13.1
What's Changed
- Prevent Tooltip flickering by updating Positioner by @brandongregoryscott in #1550
- Convert Portal to functional component, properly remove DOM element on unmount by @brandongregoryscott in #1549
Full Changelog: v6.12.0...v6.13.1
v6.13.0
What's Changed
- Update ui-box, rip out
glamor
where possible by @brandongregoryscott in #1543 - Update ui-box, remove keyframes from bulk of remaining components by @brandongregoryscott in #1547
Full Changelog: v6.12.0...v6.13.0
v6.12.0
What's Changed
- Changed image storybook url. Previous link doesn't work. by @quentinneal in #1540
- feat(FilePicker): props for i18n support by @KillerCodeMonkey in #1541
New Contributors
- @quentinneal made their first contribution in #1540
- @KillerCodeMonkey made their first contribution in #1541
Full Changelog: v6.11.0...v6.12.0
v6.11.0
- Add shouldAutoFocus prop to Overlay, SideSheet, and Dialog components (#1535) 37ec8bb
- Omit children, items, and onChange from Combobox.autocompleteProps (#1526) f16ca39
- Add props for FileUploader i18n support (#1531) 0e772df
- Fix scaling issue with multi-line FormFieldValidationMessage (#1537) 83ad4ff
- FileUploader - Remove custom <Text /> wrapping validationMessage (#1532) 957160f
v6.10.5
What's Changed
New Contributors
- @chenxzhang made their first contribution in #1528
Full Changelog: v6.10.4...v6.10.5