Releases: QwikDev/qwik
v0.13.0
What's Changed
- docs: fix typo by @forresst in #1913
- docs: useSignal$ typo by @reemardelarosa in #1911
- docs: restore proper event target in isEditingContent function by @ptu14 in #1921
- docs: restoring correct display of docs-container by @ptu14 in #1917
- doc: update tailwind link text by @reemardelarosa in #1912
- docs: update tutorial hook link text by @reemardelarosa in #1915
- docs: fix typo by @mhevery in #1925
- docs: qwik-city added
groups
to routing docs by @zanettin in #1923 - feat: First Class Cookie Support by @nnelgxorz in #1864
- fix(qwik-city): support non-root
basePathname
for service-worker.js by @jessezhang91 in #1890 - Update README.md by @jordanpowell88 in #1935
- feat: edge server cookies, expose types by @adamdbradley in #1937
- feat: add unit testing support by @leifermendez in #1874
- fix: set cookies, Max-Age, update jsdocs by @adamdbradley in #1941
- Remove reference to Vercel until it's available by @nnelgxorz in #1849
- docs: Fix typos by @tihuan in #1942
- fix(SEO audit): 100% for mobile and desktop device by @vanvuongngo in #1953
- perf: fix minification regression by @manucorporat in #1957
- Misc CLI fixes by @manucorporat in #1958
- 🏐🐁 by @manucorporat in #1946
- fix: .css types by @manucorporat in #1959
- fix(netlify-edge): add netlify-cli dependency by @sebastiandg7 in #1952
- docs: enhanced endpoint docs (fixes #1944) by @zanettin in #1950
- fix: qwikcity build by @manucorporat in #1960
- fix: scoped styles with slot by @manucorporat in #1961
- fix: docs repl by @manucorporat in #1962
- fix: Netlify git gateway by @nnelgxorz in #1963
- feat: support global styles inlining by @manucorporat in #1969
- fix(vite): ensure correct mod invalidation by @manucorporat in #1972
- fix(react): support client:only by @manucorporat in #1973
- fix(render-ssr.ts): aria value should be rendered correctly by @Varixo in #1964
- docs: Add the first YouTube Tutorial in Portuguese about Qwik by @LuisFilipePedroso in #1862
- fix(adaptors): fix error during build on Windows by @robisim74 in #1986
- fix(context): contexts gets propogated through slots by @manucorporat in #1985
- feat: Add container attributes in starters by @nnelgxorz in #1994
- fix: Add path and domain options to cookie deletion by @nnelgxorz in #1993
- perf: drastically improve resuming perf (phase 1) by @manucorporat in #1991
- fix: depend upon wrangler@latest by @petebacondarwin in #1987
- fix(tailwind.config.js): Support tailwind usage in .mdx files by @Alastair-smith2 in #2003
- feat: add support for working with locale by @mhevery in #1594
- chore: add
qwik-city-build
into artifacts by @mhevery in #2012 - feat: Add Audio and Video Events by @nnelgxorz in #2011
- perf(resume): O(1) algorithm (phase 2) by @manucorporat in #2005
- fix: textarea with signals by @manucorporat in #2017
- fix: remove confusing example by @manucorporat in #2023
- docs: update resource docs to reflect current api by @gederer in #1976
- fix: consistent useClientEffect order by @manucorporat in #2021
- docs: enhance styles section (fixes: #1907) by @zanettin in #1977
- fix: deprecated API by @manucorporat in #1974
- Update SSG Documentation by @JeanMeche in #1975
- fix: ssg basePathname by @adamdbradley in #2030
- fix: noscript is not a textonly element by @manucorporat in #2029
- docs: typo by @Craiqser in #2026
- docs: fix typo by @rafiklebylka in #2020
- fix: export StaticGenerate by @adamdbradley in #2031
- fix: build.server error and sw build by @adamdbradley in #2033
- docs: update createQwikCity imports by @adamdbradley in #2034
- fix: mixed render with signals by @manucorporat in #2028
- fix: optimizer generates correct identifiers by @manucorporat in #2037
- feat(starter): add vitest by @leifermendez in #1992
- Signal: add valueOf and toJSON for ease of use by @wmertens in #1645
- Prepare 0.13.0 release by @manucorporat in #2036
- chore: don't try to push to build repo if artifacts did not build by @mhevery in #2040
- Docs: English doc linked to Italian resources by @KenAKAFrosty in #2039
- fix: parsing w/ basePathname by @adamdbradley in #2047
- docs: add translate no in repl by @ryuhangyeong in #2046
- Chore release qwikcity by @manucorporat in #2049
- Update index.tsx by @leifermendez in #2051
- updated qwik-city SSG docs according to new usage with an adaptor by @gmadar in #2058
- docs: improve and fix typo static-site-config by @forresst in #2064
- fix: netlify static assets, vite config by @adamdbradley in #2052
- release: qwik-city 0.0.120 by @adamdbradley in #2065
- fix: cloudflare pages _routes, update docs by @adamdbradley in #2066
- docs: update cloudflare/netlify adaptors docs by @adamdbradley in #2067
- feat: add functionRoutes option by @adamdbradley in #2068
- docs(QwikCity): cloudflare-pages by @Craiqser in #2069
- feat: add by @manucorporat in #2075
- docs: fix typo and improve adaptators by @forresst in #2074
- fix(eslint): correct detect usage of unexported root by @manucorporat in #2076
- feat: vercel adaptor by @adamdbradley in #2088
- Removing commented out code by @daskalou in #2082
- Fix typo by @saikatdas0790 in #2089
- feat: add instructions after adding ssg by @shairez in #2092
- fix: context treeshaking with slot by @manucorporat in #2090
- useSignal(): support an initializer fn by @wmertens in #2077
New Contributors
- @jessezhang91 made their first contribution in #1890
- @jordanpowell88 made their first contribution in #1935
- @tihuan made their first contribution in #1942
- @sebastiandg7 made their first contribution in #1952
- @LuisFilipePedroso made their first contribution in #1862
- @petebacondarwin made their first contribution in #1987
- @Alastair-smith2 made their first contribution in #2003
- @gederer made their first contribution in #1976
- @JeanMeche made their first contribution in #1975
- @rafiklebylka made their first contribution in #2020
- @ryuhangyeong made their first contribution in #2046
- @gmadar made their first contribution in #2058
- @daskalou made their first contribution in #2082
- @saikatdas0790 made their first contribution in #2089
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- fix: regressions by @manucorporat in #1903
- docs: updates examples format and grammar changes. by @the-r3aper7 in #1898
- docs: update useMount$() bocs by @mhevery in #1905
- docs: spelling fix (fixes #1893) by @zanettin in #1904
- TUTORIAL: fix minor typo in prop name (Passing closures) by @Arthur-Fedotiev in #1895
- docs: update app.tsx by @warren-sadler in #1909
- docs: fix typo by @forresst in #1914
- docs: fix typo by @ptu14 in #1919
- perf: vite plugin by @manucorporat in #1908
New Contributors
- @Arthur-Fedotiev made their first contribution in #1895
- @warren-sadler made their first contribution in #1909
- @ptu14 made their first contribution in #1919
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Breaking Changes
Previously the vite.config.ts
config was responsible for building both the client build files (the ones running in the browser) and the SSR build files (the one executed from the server, like node/express, cloudflare, etc). Moving forward we're going to use adaptor configs that extend the base vite config, then adds its own SSR/SSG capabilities. If you're upgrading from a qwik-city 0.0.117 or less, it's best to add the adaptor you'll be using with qwik add
.
First, update to the latest version of @builder.io/qwik
and @builder.io/qwik-city
.
Next, run npm run qwik add
, then select the adaptor you'd like to add, such as Adaptor: Express (server)
.
The CLI will add the adaptors
directory, and update the build.server
script in package.json
. You'll notice there's now another vite config in the adaptors
directory, which is what's called by the build.server
script.
Next, in the root vite.config.ts
config, make sure there isn't an ssr
config. For example:
export default defineConfig(() => {
return {
- ssr: {
- target: 'node',
- format: 'cjs',
- },
plugins: [
qwikCity(),
qwikVite()
]
};
});
Updating a Static Site Generated (SSG) config
If your package.json
was previously using a build.static
and ssg
scripts, they can now be removed since it's now apart of the SSG adaptor.
"scripts": {
"build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adaptors/static/vite.config.ts",
- "build.static": "vite build --ssr src/entry.static.tsx",
- "ssg": "node server/entry.static",
"build.types": "tsc --incremental --noEmit",
"dev": "vite --mode ssr",
"preview": "qwik build preview && vite preview --open",
"start": "vite --open --mode ssr",
"qwik": "qwik"
},
You can also now delete the src/entry.static.tsx
file, it's no longer needed and any SSG config is now in the adaptors/static/vite.config.ts
config.
What's Changed
- chore: improve snippets by @langbamit in #1763
- docs: Additional word grammar fix by @MarkHTML in #1741
- docs: typo by @Craiqser in #1744
- docs: typo by @ahashem95 in #1753
- docs: updated example urls by @the-r3aper7 in #1761
- docs: typo by @ahashem95 in #1760
- docs: added new videos by @reemardelarosa in #1777
- Update the required node version by @ahmadalfy in #1773
- docs: fixing typo/wording issue by @gkatsanos in #1779
- docs: add qwik-city viteconf by @adamdbradley in #1787
- docs: removed unnecessary closing bracket by @the-r3aper7 in #1786
- docs: minor changes. by @the-r3aper7 in #1730
- fix: dynamic template + context subscriptions by @manucorporat in #1780
- fix: reduce Resource api surface by @manucorporat in #1747
- feat: Ability to disable default MDX plugins by @felixsanz in #1309
- refactor: ssr/ssg adaptors, starters by @adamdbradley in #1805
- docs: added urls in note && added exports. by @the-r3aper7 in #1804
- docs: updated track usage && added exports. by @the-r3aper7 in #1802
- docs: remove unnecessary npm run by @reemardelarosa in #1793
- fix: docs monaco editor suggestion position weird by @jiawei-hong in #1799
- docs: add missing console.log to see changes by @cironunes in #1789
- doc tailwind by @leifermendez in #1785
- Fix: index.mdx by @cedric25 in #1769
- docs: typo by @XiaoChengyin in #1765
- fix(head): expose frontmatter into runtime head by @voluntadpear in #1764
- docs: fix incorrect usemount description by @m-aditya in #1716
- docs: fix wrong youtube video id by @shairez in #1813
- feat: content projection in QwikReact by @manucorporat in #1803
- docs: workaround for fallback content Slot by @forresst in #1817
- docs: typo by @Craiqser in #1816
- docs: fix FAQ h2s by @reemardelarosa in #1809
- docs: added example for endpoint file by @zanettin in #1812
- docs: typo by @Craiqser in #1818
- ui: fix header font size by @reemardelarosa in #1808
- chore: improve react starter by @manucorporat in #1820
- fix: final react demo by @manucorporat in #1822
- chore: release qwik-city by @manucorporat in #1824
- fix: vite.config.ts cli code mod by @adamdbradley in #1825
- docs: typo in Qwikcity data endpoints example by @Craiqser in #1823
- docs: added react examples in qwik vs react by @the-r3aper7 in #1814
- Improve event types by @brunocrosier in #1827
- feat: Add device's homescreen by @vanvuongngo in #1755
- fix: main package json by @manucorporat in #1826
- feat(sass support): added support for .sass and .scss files by @IgorSzymanski in #1782
- docs: Qwik React docs! by @manucorporat in #1828
- docs(QwikCity): integrations react typo by @Craiqser in #1831
- docs: Clarify React-specific snippet in React guide by @voluntadpear in #1830
- chore: fixes by @manucorporat in #1832
- chore: Fix generate release by @manucorporat in #1835
- fix: qwik-city adaptors by @adamdbradley in #1837
- docs: update urls && minor changes by @the-r3aper7 in #1833
- release: qwik-city 0.0.116 by @adamdbradley in #1838
- release: qwik-city 0.0.17 by @adamdbradley in #1839
- fix: Partytown Snippet inner html by @nnelgxorz in #1841
- fix(eslint-plugin-qwik): remove unnecessary console.log call by @langbamit in #1845
- remove
preventDefault()
from event type by @brunocrosier in #1843 - chore: add eslint cache by @shengxinjing in #1848
- docs: updated track usage. by @the-r3aper7 in #1853
- fix: cloudflare build by @manucorporat in #1847
- docs: added exports. by @the-r3aper7 in #1854
- docs: fix typo tutorial by @forresst in #1860
- fix: remove
mutable()
references by @mhevery in #1868 - Export platform specific request handlers by @nnelgxorz in #1852
- docs: fix closing tag by @devagja in #1871
- Typo: useStyleStyle -> useStyles by @the-r3aper7 in #1867
- Update index.mdx by @stijlmassi in #1882
- fix typo by @sebastyijan-fi in #1873
- docs: improve the presentation of the example by @forresst in #1869
- docs: expand explanation of the purpose of persisting un-projected content by @gabrielgrant in #1863
- Create settings.json by @FDiskas in #1886
- feat: static build by @manucorporat in #1877
- chore: update Vite to 3.2.0 by @manucorporat in #1887
- 🍝 by @manucorporat in #1888
- chore: update ci actions by @manucorporat in #1889
New Contributors
- @MarkHTML made their first contribution in #1741
- @ahashem95 made their first contribution in #1753
- @ahmadalfy made their first contribution in #1773
- @gkatsanos made their first contribution in #1779
- @jiawei-hong made their first contribution in #1799
- @cironunes made their first contribution in #1789
- @cedric25 made their first contribution in #1769
- @XiaoChengyin made their first contribution in https://github.com/BuilderIO/qwik/pull/...
v0.11.1
What's Changed
- chore: update docs by @manucorporat in #1706
- chore: Remove duplicate settings in .prettierignore by @kurt-liao in #1709
- docs: update to the correct syntax by @adamdbradley in #1723
- docs: update grouped layouts docs by @adamdbradley in #1724
- docs: update qwikcity menu by @adamdbradley in #1725
- docs: typo by @Craiqser in #1718
- docs: Added Stackblitz codeflow to CONTRIBUTING by @reemardelarosa in #1715
- Improved the error message if starter id is not matched when using create-app by @kurt-liao in #1708
- docs: fix typos by @msssk in #1726
- docs: added videos and blog posts related to qwik by @reemardelarosa in #1735
- refactor: organize repo by @manucorporat in #1738
- New media (YouTube video) by @zapaiamarce in #1745
- fix: boolean signals by @manucorporat in #1748
- fix(eslint): runtime error for empty modules by @Gelio in #1754
- fix: qrl rendering override by @manucorporat in #1749
- add new presentation by @leifermendez in #1751
- UI: Improve Mobile Header Layout by @reemardelarosa in #1750
- docs: fix pull request developer guidelines broken link by @reemardelarosa in #1736
- Release 0111 by @manucorporat in #1757
- fix: client-side qwikevents by @manucorporat in #1758
New Contributors
- @kurt-liao made their first contribution in #1709
- @reemardelarosa made their first contribution in #1715
- @msssk made their first contribution in #1726
- @zapaiamarce made their first contribution in #1745
- @Gelio made their first contribution in #1754
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- docs: fix typo in FAQ by @etn-tech in #1602
- docs: fix typo in qwikcity/data/overview by @etn-tech in #1603
- release: qwik-city 0.0.112 by @adamdbradley in #1606
- fix autoprefixer error by @leifermendez in #1608
- fix: serialize non finite numbers by @manucorporat in #1617
- docs: typo by @Craiqser in #1612
- On input by @wmertens in #1599
- chore: update docs by @manucorporat in #1623
- Fix/action required by @leifermendez in #1609
- feat: improve deno support by @manucorporat in #1613
- fix(optimizer): don't strip import assertions by @lucacasonato in #1629
- docs: simple changes for new version's CLI by @MasterMousa in #1633
- docs: remove no longer used commands from getting started page by @MasterMousa in #1637
- fix: freeze of stores by @manucorporat in #1639
- docs: Getting Started update Commands by @renomureza in #1622
- fix: track signals in useClientEffect() by @manucorporat in #1640
- fix: resource pending in ssr by @manucorporat in #1641
- fix: qrl resolution by @manucorporat in #1638
- corrected docs path urls by @the-r3aper7 in #1634
- docs: deleting instructions seen in the next step by @forresst in #1628
- Fix/party town action required by @leifermendez in #1624
- docs: drop mutable() by @GustavoMelloGit in #1643
- docs: Added example link by @kumarasinghe in #1652
- Docs: add partytown starter doc by @leifermendez in #1625
- docs: correct typo in useStyles$() docs by @estherbrunner in #1655
- docs: fix typo and added export by @the-r3aper7 in #1656
- fix(create-interactive.ts): remove the space of project name by @iDestin in #1665
- docs: export components by @manucorporat in #1666
- fix: svg attribute rendering by @manucorporat in #1667
- fix(): project named slot components by @manucorporat in #1668
- docs(docs): control text overflow in sidebar by @TanishqSingla in #1663
- fix: nested slot projection by @manucorporat in #1669
- fix: render undefined attributes in click by @manucorporat in #1670
- Qwik Core Developers Training added by @leifermendez in #1671
- docs: Added description for the catch all route handling by @zanettin in #1672
- docs: limit catch-all routes by @the-r3aper7 in #1673
- Docs: Fix Resource onError in onRejected by @forresst in #1691
- style(qwik-docs sidebar): make the sidebar submenu clickable by @TanishqSingla in #1688
- docs: add missing
recursive
option by @dario-piotrowicz in #1693 - docs: add missing terms to endpoints page sentence by @aalaap in #1687
- Release 0110 by @manucorporat in #1698
- docs: useClientEffect tutorial by @zanettin in #1695
- fix: client-side event rendering by @manucorporat in #1696
- Return the StyleID for delegation by @Exahilosys in #1572
- Update deps by @manucorporat in #1699
- fix: signals in lite components by @manucorporat in #1700
- docs: update usage of
track
to new API by @avivr in #1676 - chore: improve starters by @manucorporat in #1703
- Fix async render by @manucorporat in #1705
New Contributors
- @etn-tech made their first contribution in #1602
- @renomureza made their first contribution in #1622
- @GustavoMelloGit made their first contribution in #1643
- @kumarasinghe made their first contribution in #1652
- @estherbrunner made their first contribution in #1655
- @iDestin made their first contribution in #1665
- @TanishqSingla made their first contribution in #1663
- @zanettin made their first contribution in #1672
- @dario-piotrowicz made their first contribution in #1693
- @aalaap made their first contribution in #1687
- @Exahilosys made their first contribution in #1572
- @avivr made their first contribution in #1676
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- chore: fix a typo in docs by @steve8708 in #1305
- feat: set prefetchEvent as default by @adamdbradley in #1306
- fix: Fixed some tutorial typos by @felixsanz in #1310
- docs: prefetching by @adamdbradley in #1313
- docs: correct grammar by @mhevery in #1314
- docs: update service worker prefetching docs by @adamdbradley in #1316
- docs: add FAQ by @manucorporat in #1317
- chore: update docs social img by @adamdbradley in #1321
- Update index.mdx by @tidiview in #1325
- docs: fix meta tags by @adamdbradley in #1324
- docs: update route head tags by @adamdbradley in #1332
- typo by @tidiview in #1326
- typo#2 by @tidiview in #1327
- typo#3 by @tidiview in #1328
- docs: add more FAQs by @manucorporat in #1333
- typo#4? by @tidiview in #1330
- feat: client side prefetching by @manucorporat in #1308
- docs: update social card by @adamdbradley in #1334
- docs: fix typos by @ulic75 in #1318
- docs: add more SSG instructions by @wtho in #1322
- docs: update spelling, grammar, and punctuation by @RATIU5 in #1320
- docs: typos and grammar by @ulic75 in #1337
- docs: Fix Discord invite links in
/docs/faq/
by @jangerhofer in #1338 - fixed typo by @JaymanW in #1339
- refactor: drop mutable() by @manucorporat in #1323
- fix: crash when empty style by @manucorporat in #1356
- fix: optimizer with enums by @manucorporat in #1358
- fix(docs): update React integration name to
qwik-react
by @ahhshm in #1347 - docs: fixed typo by @bado22 in #1345
- Fixed typos by @McMillanThomas in #1351
- docs: fix typo in README.md by @eltociear in #1346
- tutorial: Add type to useStore and fix typo by @muralikrishna8 in #1349
- fix(qwik-react): add
client:visible
to the starter by @ahhshm in #1353 - chore: update swc by @manucorporat in #1360
- feat: grouped layouts by @adamdbradley in #1364
- docs: add grouped layout redirect by @adamdbradley in #1365
- docs: update node middleware docs by @adamdbradley in #1366
- docs: update node middleware link by @adamdbradley in #1367
- docs: remove unnecessary content by @adamdbradley in #1370
- docs(component API -> resource): typo and grammatical fixes by @irfanullahjan in #1374
- docs: add meta desc by @adamdbradley in #1376
- docs: update viewport initial-scale by @adamdbradley in #1380
- docs: local font by @adamdbradley in #1386
- docs: lazy load footer img by @adamdbradley in #1387
- docs: update svg attrs by @adamdbradley in #1388
- Updated Cheat Sheet - Change background color randomly every button c… by @the-r3aper7 in #1391
- fix typo (splitted -> split) in FAQ by @ryankshaw in #1390
- docs: improve title Quick City Overview by @forresst in #1392
- Clarify tutorial by @brunocrosier in #1383
- Starter basic updates by @bosh-code in #1377
- Improve documentation by @brunocrosier in #1381
- fix(tsconfig.json): add DOM.Iterable to compilerOptions of tsconfig.json by @OmkarKirpan in #1371
- Update index.mdx by @stijlmassi in #1395
- Typo by @stijlmassi in #1394
- chore: pin docs version by @adamdbradley in #1399
- typo: ect -> etc by @the-r3aper7 in #1396
- feat: prefetch priority by @adamdbradley in #1401
- docs: move global.css to useStyles by @adamdbradley in #1403
- docs(tutorial): improved description by @KenAKAFrosty in #1373
- docs: fix old API name in docs by @mhevery in #1407
- docs: fix typo.
onClick=
toonClick$=
by @kawamataryo in #1414 - docs: fixes the designation of the 301 status by @forresst in #1415
- docs: fix typo by @fabien0102 in #1416
- docs: update faq by @adamdbradley in #1419
- docs: update social card by @adamdbradley in #1420
- docs: fix minor typo by @hayley in #1436
- fix: add container to event QRLs by @manucorporat in #1442
- fixed minor typos by @the-r3aper7 in #1440
- feat: Update basic starter description by @shairez in #1426
- feat: source maps by @manucorporat in #1444
- feat(eslint): detect identifier mutations by @manucorporat in #1445
- fix a small bug in debounced input example by @zahash in #1439
- docs(playground): update link to repository by @ajlatour in #1447
- docs: fixed minor typos and grammar by @the-r3aper7 in #1448
- upgrade sdk-qwik by @mhevery in #1450
- docs(qrl): fix typos by @ahhshm in #1469
- docs: minor changes by @the-r3aper7 in #1459
- Add note regarding destructuring assignment of state by @voluntadpear in #1454
- Add example of creating event callbacks with the $ function by @voluntadpear in #1455
- Docs: Fix spelling: ( from
opiniated
toopinionated
) by @farukEncoded in #1472 - docs: fixed typos and changed components names (Cheat Sheet) by @the-r3aper7 in #1471
- feat: emit dev information in QRLs and JSX by @manucorporat in #1470
- dx: Improve/Update Code Snippets by @nnelgxorz in #1060
- feat: Enable Express Port Changes by @hkd987 in #1478
- Update .nvmrc to Node 16 by @malixsys in #1487
- fix(render-ssr.ts): fix mixed children rendering by @Varixo in #1489
- feat(starters): add partytown by @leifermendez in #1492
- docs: corrected url paths by @the-r3aper7 in #1496
- docs: media page by @adamdbradley in #1497
- docs: add links to media page by @adamdbradley in #1498
- docs: add google slides and logos by @adamdbradley in #1499
- docs: add Qwik framework overview by @adamdbradley in #1500
- Docs: Update README media link to raw image hosted on github (#1485) by @ayoayco in #1486
- docs: update logo and media blogs by @adamdbradley in #1502
- docs: readme update by @adamdbradley in #1503
- docs: add videos link to header by @adamdbradley in #1504
- fix: typo in comment in qwikloader by @AndersDJohnson in #1505
- Docs: Refactor Media Page and add more videos by @nnelgxorz in #1506
- fix: enable algolia crawling by @manucorporat in #1512
- docs: update media component and header title by @adamdbradley in #1513
- docs: add theo podcast by @adamdbradley in #1514
- docs reactivity: add missing function definitions by @wmertens in #1515
- docs: add Qwik Core Developers Training video by @adamdbradley in #1517
- doc: correct starter name in qwikcity overview by @youngboy in #1524
- docs: real metrics optimization expe...
v0.9.0
What's Changed
- Pr qwik node version by @mhevery in #1303
- Fix library mode by @manucorporat in #1304
Full Changelog: v0.0.113...v0.9.0
v0.0.113
What's Changed
- fix: windows preview server by @adamdbradley in #1298
- chore: add ssr dev logs by @manucorporat in #1300
- 0.0.113 by @adamdbradley in #1301
Full Changelog: v0.0.112...v0.0.113
v0.0.112
What's Changed
- fix: disable scoped styles cache by @manucorporat in #1290
- fix: preserve user render attributes by @manucorporat in #1291
- fix: run preview script by @adamdbradley in #1292
- chore: cli updates by @adamdbradley in #1293
- fix: cli version by @adamdbradley in #1294
- 0.0.112 by @adamdbradley in #1295
Full Changelog: v0.0.110...v0.0.112
v0.0.110
What's Changed
- docs: adde OG image by @mhevery in #1274
- fix: dev server public assets by @adamdbradley in #1275
- docs: improve algolia search perf by @manucorporat in #1273
- docs: fix algolia serach showing below other content by @mhevery in #1276
- perf: docs by @manucorporat in #1277
- chore: improve docs footer CSS for mobile by @steve8708 in #1279
- Update index.mdx by @leifermendez in #1262
- fix: ssr output file paths by @adamdbradley in #1281
- chore: update cli colors/logs by @adamdbradley in #1278
- fix: complex class rendering by @manucorporat in #1280
- feat: improve cli and integration discoverability by @adamdbradley in #1282
- chore: starter updates by @adamdbradley in #1286
- fix: improve starters by @manucorporat in #1284
- release: qwik 0.0.110, qwik city 0.0.111 by @adamdbradley in #1287
- fix: scoped styles by @manucorporat in #1288
- Beta starters improvements by @manucorporat in #1289
New Contributors
- @leifermendez made their first contribution in #1262
Full Changelog: v0.0.109...v0.0.110