Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/auto-patch-1785949928451.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@dynamic-field-kit/angular': patch
'@dynamic-field-kit/core': patch
'@dynamic-field-kit/react': patch
'@dynamic-field-kit/vue': patch
---

Document the v1.4 APIs in each package README: form state, schema adapters, the wizard engine, default renderers, DevTools and blur wiring. README ships in the npm tarball, so this reaches package pages only through a release.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ yarn-error.log*

# scratch/planning docs, not subject to version control
.superpowers/
docs/superpowers/
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ coverage/
# Generated type files
next-env.d.ts

# Generated by example/angular-app/scripts/embed-demo-sources.js on every build
example/angular-app/src/app/demo-sources.ts

# Logs
*.log
npm-debug.log*
Expand Down
Loading
Loading