Releases: QwikDev/qwik
Releases · QwikDev/qwik
v0.0.32
v0.0.31
What's Changed
- chore: update versions by @manucorporat in #658
- chore: Remove builder starter as it is not using SDK by @mhevery in #659
- fix: redirect old /guide URLs to new content by @mhevery in #660
- Update README.md by @mhevery in #662
- docs: add useContext api by @manucorporat in #664
- fix(docs): update state in counter example by @jvandemo in #667
- Fix syntax errors for React example code by @Lacoz in #666
- docs(example): add auto-complete by @antoinepairet in #673
- docs(context): fix Children template recursion by @antoinepairet in #670
- fixed typo by @tidiview in #672
- added conrespondant title by @tidiview in #671
- docs: add missing import in context by @antoinepairet in #675
- docs: add link to official docs in readme by @yjaaidi in #656
- fix: serialization of recursive stores by @manucorporat in #683
- fix: lib mode by @manucorporat in #669
- fix(core): prevent all events by @manucorporat in #686
- fix: improve optimizer errors by @manucorporat in #684
- fix: infinite loop in verifySerializable by @manucorporat in #688
- fix(vite): handle global css correctly by @manucorporat in #690
- fix: window and document events by @manucorporat in #691
- fix(eslint): rule understands interfaces by @manucorporat in #689
- chore: release 0.0.31 by @manucorporat in #692
- fix: rendering of root elements by @manucorporat in #693
- docs: Create initial tutorial pages (#678) by @adamdbradley in #694
- feat: better symbol names for default exports by @manucorporat in #696
- fix: vite transform .mjs and .cjs by @manucorporat in #698
New Contributors
- @jvandemo made their first contribution in #667
- @Lacoz made their first contribution in #666
- @tidiview made their first contribution in #672
- @yjaaidi made their first contribution in #656
Full Changelog: v0.0.30...v0.0.31
v0.0.30
What's Changed
- fix(server-platform): logError instead throw in raf() by @antoinepairet in #650
- chore: update qwik by @manucorporat in #653
- fix: improve error reporting of use-methods by @manucorporat in #654
- feat: add @builder.io/qwik-react by @manucorporat in #655
Full Changelog: v0.0.29...v0.0.30
v0.0.29
v0.0.28
What's Changed
- docs: update qwik version by @adamdbradley in #635
- docs: fix repl html tab by @adamdbradley in #636
- fix: optimizer reading package.json by @adamdbradley in #637
- fix: fix external deps by @manucorporat in #641
- trivial: typo by @brakmic in #638
- fixed a typo by @shairez in #639
- fix: eslint rules by @manucorporat in #643
- fix(docs): fix typo, useStore instead of useStore$ by @antoinepairet in #642
- Remove npm suggestion from docs by @benjamingr in #644
- fix: change the build file to entry.ssr.tsx by @alonronin in #646
- fix: example use correct event names by @manucorporat in #647
- fix(render): dont remove nodes in by @manucorporat in #648
New Contributors
- @benjamingr made their first contribution in #644
- @alonronin made their first contribution in #646
Full Changelog: v0.0.27...v0.0.28
v0.0.27
What's Changed
- chore: update docs 0.0.26 by @manucorporat in #620
- fix: mutable props capture by @manucorporat in #621
- 🐬 by @manucorporat in #622
- fix: allowJs: true for starters by @manucorporat in #623
- fix: always enable debugger by @manucorporat in #624
- docs(tutorial): Add introduction and treeshaking tutorial by @mhevery in #613
- docs: tutorial repl by @adamdbradley in #630
- docs(examples): fix broken link by @antoinepairet in #629
- docs: fix tutorial issues by @mhevery in #631
- fix: loading @builder.io/qwik/build by @adamdbradley in #632
- docs: fix repl @builder.io/qwik/build types by @adamdbradley in #633
- feat: support third party libraries by @manucorporat in #628
Full Changelog: v0.0.26...v0.0.27
v0.0.26
What's Changed
- chore: update docs 0.0.25 by @manucorporat in #591
- fix: noSerialize() by @manucorporat in #593
- trivial: typo by @brakmic in #595
- trivial: typo by @brakmic in #596
- feat: New eslint lexical scope by @manucorporat in #612
- wording by @brakmic in #597
- trivial: typos by @brakmic in #611
- fix typos and code examples by @brakmic in #608
- fix typos and wording by @brakmic in #609
- trivial: typos by @brakmic in #610
- trivial: typos by @brakmic in #607
- trivial: typo by @brakmic in #606
- trivial: typo by @brakmic in #605
- trivial: typos by @brakmic in #598
- add link to serialization by @brakmic in #604
- fix typos and add a link by @brakmic in #603
- add missing link by @brakmic in #601
- fix: content projection can inject contexts by @manucorporat in #615
- Refactor qobjects by @manucorporat in #618
New Contributors
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- chore: update deps by @manucorporat in #582
- perf: improve minification by @manucorporat in #585
- fix: mutation while rendering in server by @manucorporat in #586
- Update README.md by @yurovant in #588
- fix: starter's root.tsx and global styles by @manucorporat in #590
- Update anatomy.mdx by @shairez in #589
New Contributors
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- perf: remove handleWatch when possible by @manucorporat in #575
- fix: unprojected content does not lose state by @manucorporat in #576
- fix: dont download serialized styles by @manucorporat in #578
- Update README.md by @elspecal in #577
New Contributors
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- chore: update deps docs by @manucorporat in #571
- fix: renderToString({fragmentTagName}) by @manucorporat in #573
- docs: fix wrong docs by @manucorporat in #572
- fix: Fix qwik city deps by @manucorporat in #574
Full Changelog: v0.0.22...v0.0.23