Releases: purescript-react/purescript-react-basic
Releases · purescript-react/purescript-react-basic
v17.0.0
What's Changed
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #139
- Drop deprecated use of
RLProxyby @i-am-the-slime in #144 - Update to PureScript 0.15.0 by @JordanMartinez in #146
Full Changelog: v16.0.0...v17.0.0
v16.0.0
v14.0.0
v13.0.0
Major changes
- Removed duplicate
svgentries fromReact.Basic.DOM. UseReact.Basic.DOM.SVG
Minor changes
- Added an additional definition for each DOM element exposing the
ReactComponenttype before it is applied toelement. This allows their use with APIs that expect to be handed React components, not PureScript functions.
v12.0.0
v11.1.0
v11.0.0
v10.0.0
Major changes
- Removed SharedProps in favour of "*" from react-html-attributes (@tesujimath)
- Add a module with types for SVG elements (@kryft)
Minor changes
- Add support for React Context (@jvliwanag)
Patch changes
- Drop typelevel-prelude dependency (@hdgarrood)
- Relax upper bounds on dependencies (@hdgarrood)
v9.0.1
v9.0.0
- Add more keyboard events (@justinwoo)