What's Changed
- fix: edit out default assignment for issues by @tobySolutions in #477
- refactor: clean types & remove unused stuff by @QuiiBz in #484
- fix: lots of stuff by @aidenybai in #485
- Added
babel-plugin-transform-react-createelement-to-jsx
, convertsReact.createElement
calls to JSX, so we can parse it. Helpful if we ever need to parse libraries - Fix #425 – pass filename into babel
transformAsync
function - We no longer cache imports since it causes builds / dev to fail after change
- Allow users to hook into analytics (undocumented)
- Fix #357
- Fix #465
- Fixed
<For />
for virtualization - Implement #392
- Allow
as
prop forblock
and<For />
for custom element - Fix #469
- Fix #335
- Fix #482
- Remove slots for blocks within blocks
Full Changelog: v2.5.0...v2.5.1