-
-
Couldn't load subscription status.
- Fork 725
Nested properties #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
+ Coverage 93.41% 93.43% +0.01%
==========================================
Files 13 13
Lines 410 411 +1
Branches 76 76
==========================================
+ Hits 383 384 +1
Misses 24 24
Partials 3 3
Continue to review full report at Codecov.
|
* ✨ (context) move from $docus to useDocus (wip) * 🙈 (gitignoree) update gitignore * ➕ (unplugin) add unplugin script setup & auto import also add build:example and start:example commands * 🔧 (ts) update tsconfig * ✨ (unplugin) add unplugin configs locally * 🏷️ (types) update typings * 🐛 (settings) fix settings init * ✨ (docus) remove the need for docus init * ✨ (navigation) update navigation; keep state locally * ✨ (docus) update createDocus * fix: static run * chore: update `property-information` version * 🐛 (build) fix static generation (latest nitro & inlineDynamicDependencies) * 📦 (deps) upgrade deps & fix script-setup dep * 💄 (style) fix repository problems * fix(typescript): remove `@nuxt/typescript-build` * ✨ (i18n) locale codes resolved from i18n module instead of core * ✨ (context) update context alias * ✨ (bridge) add nuxt bridge * 📦 (deps) upgrade dependencies; fix build * ✨ (example) update example AppLayout * ✨ (example) add Debug component showcasing each docus composable * ✨ (example) add debug page * ✨ (example) update Debug page * 🔧 (ts) update tsconfig with #docus path * 🔧 (example) update example docus config * ✨ (devtools) prepare devtools integration (wip) * ✨ (example) update example (add test/debug pages) * 🔧 (tsconfig) expose shared tsconfig * 🔖 (1.2.0) release 1.2.0 Co-authored-by: Farnabaz <farnabaz@gmail.com>
* feat: introduce preview storage * chore: typo * chore: update bridge * chore: update nuxt-edge * chore: update bridge/unenv. remove vfile patch * fix: replace lokidb/loki with techfort/lokijs * fix: patch nitro service worker * chore: add preview storage example * fix: cleanup * chore: Apply suggestions from code review Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> * feat: use nuxtignore list to ignore contents * fix: update nitro & remove patch * fix: lint * feat: improve preview api * feat: togglable preview mode * chore: update example page * feat: preview API * fix: navigation url logic * feat: emit event on preview modification Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
#36