Package Exports
- @davidnet/svelte-ui
Readme
The building bricks for davidnet's advanced UI.
Design · GitHub · NPM · Davidnet
View the docs at Design.
[!IMPORTANT] The design website is the location for assets! View at Static Repo
[!CAUTION] svelte-ui is in BETA and iterating fast. Please use exact version numbers to avoid breaking changes.
Local Testing
Prepare svelte-ui
npm installFor each iteration do
npm run updateLinking the local version
In svelte-ui do.
npm linkThen do in the other project.
npm link @davidnet/svelte-uinpm installUnlinking the local version
Do in svelte-ui
npm unlinkDo in the other project
npm unlink @davidnet/svelte-uinpm installTo release
Patch
npm run release-patchMinor
npm run release-minorMajor
npm run release-majorLegacy
Without pushing & versioning
npm run release-legacy
Release schedule that is planned after beta.
MAJOR.MINOR.PATCH
| Version Type | Changes |
|---|---|
| PATCH | Bug fixes only |
| MINOR | Added features |
| MAJOR | Breaking changes |