-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Nested properties #60
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
|
atinux
approved these changes
Jun 3, 2020
This was referenced Jun 6, 2020
pi0
pushed a commit
that referenced
this pull request
Feb 8, 2022
* ✨ (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>
pi0
pushed a commit
that referenced
this pull request
Feb 8, 2022
* 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>
pi0
pushed a commit
that referenced
this pull request
May 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#36