Skip to content

Releases: segmentio/evergreen

v6.8.0

Choose a tag to compare

@zkuzmic zkuzmic released this 04 Feb 20:36
  • Add yarn tsd test step + small theme type tweaks (#1387)
  • Update theme documentation (#1392)
  • Add autocomplete to TagInput (#1400)

v6.7.2

Choose a tag to compare

@catligad catligad released this 01 Feb 19:41

v6.7.1...v6.7.2

v6.7.1

Choose a tag to compare

@brandongregoryscott brandongregoryscott released this 15 Jan 19:06

v6.7.0...v6.7.1

v6.7.0

Choose a tag to compare

@brandongregoryscott brandongregoryscott released this 11 Jan 18:46
  • 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

Choose a tag to compare

@brandongregoryscott brandongregoryscott released this 04 Jan 16:54

v6.6.4...v6.6.5

v6.6.4

Choose a tag to compare

@nicksmider nicksmider released this 29 Dec 18:53
  • [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

Choose a tag to compare

@brandongregoryscott brandongregoryscott released this 27 Nov 20:04

What's Changed

New Contributors

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

v6.6.2

Choose a tag to compare

@brandongregoryscott brandongregoryscott released this 23 Nov 14:41

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

Choose a tag to compare

@brandongregoryscott brandongregoryscott released this 16 Nov 23:54
47c0f37

What's Changed

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

v6.6.0

Choose a tag to compare

@salolivares salolivares released this 10 Nov 21:50

What's changed

v6.5.2...v6.6.0