Skip to content

v1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@titouanmathis titouanmathis released this 21 Aug 11:47
· 2241 commits to master since this release

Added

Decorators

  • Add a withBreakpointManager decorator to easily switch between components between breakpoints (#27)
  • Add a withBreakpointObserver decorator to easily mount and destroy a component between breakpoints (#27)

Changed

Services

  • All services now exports the has(key) method to test if a key has already been registered (#27, e4854cf)
  • Resize: Replace the window.onresize usage by a more performant IntersectionObserver instance (#27, e0022cd)