wx-svelte-core
Advanced tools
Comparing version 2.0.0-beta-1 to 2.0.0-beta-2
{ | ||
"name": "wx-svelte-core", | ||
"version": "2.0.0-beta-1", | ||
"version": "2.0.0-beta-2", | ||
"description": "SVAR Svelte Core library, a collection of form controls and UI components", | ||
@@ -27,3 +27,3 @@ "productTag": "core", | ||
"dependencies": { | ||
"wx-core-locales": "2.0.0-beta-1", | ||
"wx-core-locales": "2.0.0-beta-2", | ||
"wx-lib-dom": "0.6.0" | ||
@@ -30,0 +30,0 @@ }, |
@@ -32,2 +32,18 @@ <div align="center"> | ||
### Svelte 4 and Svelte 5 versions | ||
There are two versions of the library: the 1.x version, designed to work with Svelte 4, and the 2.x version, created for Svelte 5. Please note that the 2.x version is in beta and may contain some instabilities. | ||
To use the SVAR Core beta for Svelte 5, install it as follows: | ||
``` | ||
npm install wx-svelte-core | ||
``` | ||
To use the SVAR Core for Svelte 4: | ||
``` | ||
npm install wx-svelte-core@1.3.0 | ||
``` | ||
# :hammer_and_wrench: How to Use | ||
@@ -34,0 +50,0 @@ |
167116
85
+ Addedwx-core-locales@2.0.0-beta-2(transitive)
- Removedwx-core-locales@2.0.0-beta-1(transitive)
Updatedwx-core-locales@2.0.0-beta-2