-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: adds code-editor asset #17
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
==========================================
- Coverage 29.27% 28.91% -0.36%
==========================================
Files 54 58 +4
Lines 1199 1328 +129
Branches 4 4
==========================================
+ Hits 351 384 +33
- Misses 847 943 +96
Partials 1 1 ☔ View full report in Codecov by Sentry. |
/canary |
/canary |
09d9ed9
to
73050c9
Compare
73050c9
to
8326cd6
Compare
@@ -0,0 +1,90 @@ | |||
# @devtools-ui/code-editor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nextjs routing makes /code-editor
available for routing, but for this document to be listed on the side navigation bar it needs to get listed on these routes around here. This is something the updated gen: asset
can take care of for you in future assets.
Description
Adds
code-editor
asset that can be used to edit JSON content and call an expression on changes.Change Type
patch
minor
major
Release Notes
Added
code-editor
asset that can be used to edit JSON content and call an expression on change:📦 Published PR as canary version:
0.1.0--canary.17.880
Try this version out locally by upgrading relevant packages to 0.1.0--canary.17.880
Version
Published prerelease version:
0.1.0-next.0
Changelog
Release Notes
feat: adds code-editor asset (#17)
Added
code-editor
asset that can be used to edit JSON content and call an expression on change:🚀 Enhancement
🐛 Bug Fix
Authors: 5