* Treat empty string default values as nullish when considering whether field default values should be applied to the real field value * Add flag to allow not loading data immediately upon creation of a data fetch object * Use loading context inside forms to avoid wasted renders while form schema are loading * Wait for parent data providers to finish loading before loading their own data * Optimise data provider to reduce updates as much as possible * Allow forms to render content immediately again, but use the loading context to inform data providers to wait for them * Remove fetchOnCreation flag for data fetches as now redundant * Fix issue with deleting the selected button action when the next action has no parameters * Lint |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
build | ||
cypress | ||
scripts | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
cypress.json | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
reporterConfig.json | ||
routify.config.js | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
yarn.lock |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build