Skip to content

v0.15.0

Compare
Choose a tag to compare
@wuespace-admin wuespace-admin released this 03 Jun 22:05
· 1258 commits to main since this release

0.15.0 (2021-06-03)

⚠ BREAKING CHANGES

  • core: The AuthRoute and UnAuthRoute components do no longer exist. Please use the attached routing object on the Page Component instead. Mostly likely this won't affect you, if you don't immediately understand, what this means. Otherwise feel free to ignore it. 😉

Features

  • common: Add a spectrum color hook which maps the spectrum color definition to a color value based on the current color scheme state (ae458d5)
  • common: Make overflow fix accessible for projects (ae361ad)
  • types: Add spectrum color type definitions (fa548da)

Bug Fixes

  • common: Fix dashboard picker does not display the current dashboard title on initial load (4d5578b), closes #363
  • core: Clean up the page renderer so that routes are direct child components of the switch. (05875a2)

Documentation Changes

  • common: Improve documentation for the overflow fix component (8bbc593)