v0.0.3 - Potentially Last Release Before Beta
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 ofState
, 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$
tostyle.currentTheme
for consistency. - Advanced: Removed
wheel
event fromfromAllEvents
. This meansrx.bind
will no
longer update a value on a mouse wheel event.