Skip to content

Releases: segmentio/evergreen

v6.8.0

04 Feb 20:36
Compare
Choose a tag to compare
  • Add yarn tsd test step + small theme type tweaks (#1387)
  • Update theme documentation (#1392)
  • Add autocomplete to TagInput (#1400)

v6.7.2

01 Feb 19:41
Compare
Choose a tag to compare

v6.7.1...v6.7.2

v6.7.1

15 Jan 19:06
Compare
Choose a tag to compare

v6.7.0...v6.7.1

v6.7.0

11 Jan 18:46
Compare
Choose a tag to compare
  • Generic Theme types, strongly typed DefaultTheme + theme utilities (#1382) 98e49a4

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 theme
  • DefaultTheme extends Theme and provides better direction on what appearances/sizes the defaultTheme has
  • useTheme() is now generic (set to DefaultTheme unless otherwise specified)
  • Similarly, ThemeContext is now generic, and a custom typed version of it can be retrieved with the new exported function getThemeContext() (set to DefaultTheme 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 the defaultTheme

For examples on usage, check out the index.d.ts test file or the description of #1382

v6.6.5...v6.7.0

v6.6.5

04 Jan 16:54
Compare
Choose a tag to compare

v6.6.4...v6.6.5

v6.6.4

29 Dec 18:53
Compare
Choose a tag to compare
  • [Fix] Prevent Scrolling gets stuck when other packages/script also change document.body.style.overflow (#1383) 1a5ed5e
  • Add pseudo selectors to maintain consistent borders for Table.Head and Table.Row components (#1378) 96f084c

v6.6.3...v6.6.4

v6.6.3

27 Nov 20:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.6.2...v6.6.3

v6.6.2

23 Nov 14:41
Compare
Choose a tag to compare

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

Full Changelog: v6.6.1...v6.6.2

v6.6.1

16 Nov 23:54
47c0f37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.6.0...v6.6.1

v6.6.0

10 Nov 21:50
Compare
Choose a tag to compare

What's changed

v6.5.2...v6.6.0