March 30th, 2023
BREAKING CHANGES
In preparation for V1, we have removed all deprecated APIs, it would be good to first install 0.25.0
and fix all deprecations before updating to 0.100.0
. It's also possible that there are existing libraries using deprecated APIs that need to be updated. We plan to work with the community to get all updated for a robust and fresh 1.0 release!
From now, there wont be any more breaking changes, other than updating Typescript, Vite or Node. No changes to the Qwik code will be needed.
Check out the announcement: https://www.builder.io/blog/qwik-rc-milestone
What's Changed
- docs: remove code-example iframes to unblock build by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3569
- make header smaller on desktop. by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3568
- docs: add component overview examples by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3570
- Starter-fixes by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3563
- fix: component rendering from prop access by @manucorporat in https://github.com/BuilderIO/qwik/pull/3571
- fix: optimizer props destructuring by @manucorporat in https://github.com/BuilderIO/qwik/pull/3567
- docs: ecosystem redesign by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3532
- Pr docs homepage by @mhevery in https://github.com/BuilderIO/qwik/pull/3572
- docs: qwik one pager by @manucorporat in https://github.com/BuilderIO/qwik/pull/3545
- docs: minor changes in ecosystem and integration page. by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3575
- header styling fixes by @steve8708 in https://github.com/BuilderIO/qwik/pull/3579
- docs: minor typos by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3581
- docs: fix for cloudflare build by @steve8708 in https://github.com/BuilderIO/qwik/pull/3584
- refactor: remove deprecations by @manucorporat in https://github.com/BuilderIO/qwik/pull/3574
- docs(packages/docs/src/routes/docs/(qwik)/components/resource/index.m… by @Austionian in https://github.com/BuilderIO/qwik/pull/3583
- docs: minor changes by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3582
- chore: rc preparations by @manucorporat in https://github.com/BuilderIO/qwik/pull/3576
- docs: Improved docs overview page by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3580
- docs: More real world examples for route loader by @steve8708 in https://github.com/BuilderIO/qwik/pull/3585
- starter: last fix by @manucorporat in https://github.com/BuilderIO/qwik/pull/3586
New Contributors
- @Austionian made their first contribution in https://github.com/BuilderIO/qwik/pull/3583
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.25.0...v0.100.0