Commit Graph

1159 Commits

Author SHA1 Message Date
Anthony Fu 10170daa84
fix(nitro): `dot-prop` esm compatibility (#829) 2021-10-12 20:51:24 +02:00
Sébastien Chopin 4608c92c2b
chore(docs): add sandbox links (#752)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-12 20:26:16 +02:00
pooya parsa 47ea41dadb
fix(vite): use pathToFileURL for externals (#819) 2021-10-12 20:01:27 +02:00
Anthony Fu f0d23d13d4
chore: do not include auto-imported types for monorepo (#820) 2021-10-12 19:53:36 +02:00
Paweł Madeja c480254cc4
docs: fix typo in link (#814) 2021-10-12 19:41:14 +02:00
Xin Du (Clark) 3759926de5
fix(nitro): firebase package.json is not exported (#809) 2021-10-12 19:39:55 +02:00
Pooya Parsa da7ff44c93 fix(nuxt3): add missing `toRef` import for `useState`
resolves #804
2021-10-12 18:24:27 +02:00
Anthony Fu 6e52775bf9
fix(kit): dotenv esm compactiblity (#799)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-12 18:21:01 +02:00
Daniel Roe 926062db3d
docs: update pages to explain catchall pattern (#789) 2021-10-12 17:40:52 +02:00
Daniel Roe f69289c5cd
docs: update netlify nitro demo link (#794) 2021-10-12 23:35:01 +08:00
Daniel Roe 2a0afbd092
fix(bridge): define `head` with `vue-meta` type (#784) 2021-10-12 17:22:37 +02:00
renovate[bot] 743160702a
chore(deps): update devdependency jiti to ^1.12.7 (#785)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 17:22:17 +02:00
Daniel Roe 7bf2412eae
refactor(bridge): implement `ssrRef` with `useState` (#787) 2021-10-12 17:22:06 +02:00
Anthony Fu d2d34a44cc
fix(nuxt3): add missing `getCurrentInstance` import for `useAsyncData` (#788) 2021-10-12 17:20:03 +02:00
Pooya Parsa 5764042dbb fix(nuxt3): add missing `getCurrentInstance` import for `useAsyncData` (#783) 2021-10-12 17:19:06 +02:00
Pooya Parsa 0891c0e75d chore: update csb link 2021-10-12 17:12:45 +02:00
Clément Ollivier ba3e2a7e96
docs: add options api status on comparison table (#777) 2021-10-12 17:02:04 +02:00
Anthony Fu 4b04cdfdf1
docs: init function for `useState` (#780) 2021-10-12 16:59:19 +02:00
Emmanuel Salomon e721fd4236
docs: fix typo (#778) 2021-10-12 16:58:28 +02:00
Pooya Parsa 559c3084f0 docs: hide modules from navigation [wip] 2021-10-12 16:57:34 +02:00
Gaston Ndanyuzwe 3459eb7019
docs: fix typo (#776) 2021-10-12 16:55:20 +02:00
Anthony Fu 2fb58ae2be
feat(bridge): init function for `useState` (#773) 2021-10-12 16:49:18 +02:00
Pooya Parsa 3c132a8de0 fix(vite): normalize paths before comparing (#763)
Co-Authored-By: Anthony Fu <hi@antfu.me>
2021-10-12 16:42:52 +02:00
Matt Kane d41c034af7
docs: broken preset links (#768) 2021-10-12 16:31:47 +02:00
Daniel Roe b77bdd71f6
chore(docs): fix typo (#766) 2021-10-12 16:29:08 +02:00
Anthony Fu 9f0683079e
feat(nuxt3): support init function for `useState` (#767) 2021-10-12 16:28:49 +02:00
Matt Kane 70c0d8eedb
chore: change `Nuxt3` to `Nuxt 3` (#764) 2021-10-12 16:19:58 +02:00
Daniel Roe eaa16f2a7b
chore: fix playground hydration error (#758) 2021-10-12 16:19:02 +02:00
Flo Edelmann cc410a31a6
chore(docs): fix typo (#760) 2021-10-12 16:17:46 +02:00
Anthony Fu 44f8904957
fix(vite): dev ssr fouc (#757) 2021-10-12 16:05:20 +02:00
renovate[bot] 2e87a76721
chore(deps): update all non-major dependencies (#742)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 16:04:31 +02:00
Pooya Parsa a896c64b12 fix(nuxt3): avoid script setup due to mkdist issue 2021-10-12 15:56:47 +02:00
Anthony Fu ad24965bbc
chore: update playground style (#755) 2021-10-12 15:49:21 +02:00
Sylvain Marroufin cc14cdd464
chore(docs): fix Docus `EditOnGithub` component (#754) 2021-10-12 15:45:43 +02:00
pooya parsa 9cb9bb651e
feat(nuxt3): create root component (#750) 2021-10-12 14:51:41 +02:00
Sébastien Chopin b35b111032
fix(nuxi): dx improvements when creating `components/` directory (#749) 2021-10-12 14:32:49 +02:00
Anthony Fu edeafbf6e3
fix(auto-imports): disable global mode and improve detection (#748) 2021-10-12 14:24:43 +02:00
Sébastien Chopin 7064728c21 chore(docs): add soon badges 2021-10-12 14:11:34 +02:00
Sébastien Chopin f7819f72cb
chore(docs): add Read the announcement (#744)
* chore: add announcement link

* chore: update link UI

* chore: update highlight

* chore: update design

* chore: move announcement to botto

* Update docs/components/molecules/HomeHero.vue

Co-authored-by: pooya parsa <pyapar@gmail.com>

* chore: move back to top and improve footer + homepage

Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-12 13:47:16 +02:00
pooya parsa 9c619b8772
fix(nuxt3): provide `NuxtWelcome` component from design (#745) 2021-10-12 13:16:52 +02:00
Clément Ollivier d09a5531f2
docs: update count example (#743) 2021-10-12 12:21:00 +02:00
Sylvain Marroufin 3bf6bb10fd
chore(docs): display AppHeader GitHub link on mobile (#741) 2021-10-12 11:11:03 +02:00
pooya parsa 096b0e3305
feat(cli): add placeholder generate command (#738) 2021-10-12 10:52:28 +02:00
Daniel Roe d1e0af928e
fix(nuxt3): correct `KeysOf` type (#737) 2021-10-12 10:52:09 +02:00
Sylvain Marroufin 2291a9dd9f
chore(docs): update documentation spacings (#733) 2021-10-12 10:43:46 +02:00
pooya parsa 101ef20c34
fix(vite): resolve vue aliases (#734) 2021-10-12 10:39:06 +02:00
kazuya kawaguchi daf582662c
docs: fix typo (#732) 2021-10-12 04:08:26 +02:00
pooya parsa e531b65a32
fix(vite): improve external handling (#729) 2021-10-12 03:38:30 +02:00
Sébastien Chopin 95779c3d5f
chore: add readme to packages (#727)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-12 03:38:17 +02:00
Sébastien Chopin 4e45c853d5 chore(docs): use full path in header links 2021-10-12 01:50:08 +02:00