Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@brambow brambow released this 11 Feb 01:42
· 32 commits to master since this release

Release Notes

BREAKING CHANGES:

  • <BaseComponent/> API has been updated.
  • Removed the following props: panel, top, left, bottom
  • Added the following props:
    • baseType - choices are none (default), panel, button
    • sx - set of styles that are passed to the base container (this existed but is now passed consistently)
    • buttonOptions - set of options passed to button-style components
  • New (baseType = 'button) provides and out-of-the-box UI option for button triggers
  • Additional Context values: drawMode and selectMode
  • Fix: Data driven styles in legend for layers with 2 or more stops ( was previously 3 or more)
  • Storybook: new custom addon for ThemeUI & update config for v0.12.x
  • Chore: Update ReachUI and ThemeUI versions
  • Fix: non-responsive popups when new map loads
  • Feature: Multi-feature popups with "page" navigation
  • Feature: Update support for React 17
  • Chore: passing all unit test suites again
  • Feature: add preserveLayers prop to <BasemapSwitcher /> to support keeping overlay layers when map style changes
  • Chore: update bundler to Rollup v2
  • Feature: enable Mapbox 2 support
  • Chore: Upgrade to Node 16 and Yarn 3

What's Changed

Full Changelog: 1.3.7...2.0.0