Skip to content

v0.0.3 - Potentially Last Release Before Beta

Compare
Choose a tag to compare
@dominiksta dominiksta released this 04 Aug 15:36
· 8 commits to main since this release

Added

  • Exported a few types you may sometimes want to import: Fragment, rx.OptionalProp,
    rx.PropOptions, rx.StreamInput, rx.StreamInterop, rx.StreamInteropRxJS,
    rx.ObserverDefinitionInterop.

Fixed

  • Passing a callback function in a template would pass the callback directly to the next
    method of State, causing it to be interpreted as a transformation function.

Breaking Changes

  • Removed Component.pierceShadow. This feature was way too hacky and usage could quickly
    degreade performance. Hopefully browsers will allow overwriting Shadow DOM CSS natively
    in the future.
  • Renamed style.currentTheme$ to style.currentTheme for consistency.
  • Advanced: Removed wheel event from fromAllEvents. This means rx.bind will no
    longer update a value on a mouse wheel event.