June 29th, 2022
What's Changed
- chore: update versions by @manucorporat in https://github.com/BuilderIO/qwik/pull/658
- chore: Remove builder starter as it is not using SDK by @mhevery in https://github.com/BuilderIO/qwik/pull/659
- fix: redirect old /guide URLs to new content by @mhevery in https://github.com/BuilderIO/qwik/pull/660
- Update README.md by @mhevery in https://github.com/BuilderIO/qwik/pull/662
- docs: add useContext api by @manucorporat in https://github.com/BuilderIO/qwik/pull/664
- fix(docs): update state in counter example by @jvandemo in https://github.com/BuilderIO/qwik/pull/667
- Fix syntax errors for React example code by @Lacoz in https://github.com/BuilderIO/qwik/pull/666
- docs(example): add auto-complete by @antoinepairet in https://github.com/BuilderIO/qwik/pull/673
- docs(context): fix Children template recursion by @antoinepairet in https://github.com/BuilderIO/qwik/pull/670
- fixed typo by @tidiview in https://github.com/BuilderIO/qwik/pull/672
- added conrespondant title by @tidiview in https://github.com/BuilderIO/qwik/pull/671
- docs: add missing import in context by @antoinepairet in https://github.com/BuilderIO/qwik/pull/675
- docs: add link to official docs in readme by @yjaaidi in https://github.com/BuilderIO/qwik/pull/656
- fix: serialization of recursive stores by @manucorporat in https://github.com/BuilderIO/qwik/pull/683
- fix: lib mode by @manucorporat in https://github.com/BuilderIO/qwik/pull/669
- fix(core): prevent all events by @manucorporat in https://github.com/BuilderIO/qwik/pull/686
- fix: improve optimizer errors by @manucorporat in https://github.com/BuilderIO/qwik/pull/684
- fix: infinite loop in verifySerializable by @manucorporat in https://github.com/BuilderIO/qwik/pull/688
- fix(vite): handle global css correctly by @manucorporat in https://github.com/BuilderIO/qwik/pull/690
- fix: window and document events by @manucorporat in https://github.com/BuilderIO/qwik/pull/691
- fix(eslint): rule understands interfaces by @manucorporat in https://github.com/BuilderIO/qwik/pull/689
- chore: release 0.0.31 by @manucorporat in https://github.com/BuilderIO/qwik/pull/692
- fix: rendering of root elements by @manucorporat in https://github.com/BuilderIO/qwik/pull/693
- docs: Create initial tutorial pages (#678) by @adamdbradley in https://github.com/BuilderIO/qwik/pull/694
- feat: better symbol names for default exports by @manucorporat in https://github.com/BuilderIO/qwik/pull/696
- fix: vite transform .mjs and .cjs by @manucorporat in https://github.com/BuilderIO/qwik/pull/698
New Contributors
- @jvandemo made their first contribution in https://github.com/BuilderIO/qwik/pull/667
- @Lacoz made their first contribution in https://github.com/BuilderIO/qwik/pull/666
- @tidiview made their first contribution in https://github.com/BuilderIO/qwik/pull/672
- @yjaaidi made their first contribution in https://github.com/BuilderIO/qwik/pull/656
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.0.30...v0.0.31