Releases: soft4ti/vue-select-sides
Releases · soft4ti/vue-select-sides
💎 Version 2.0.3
What's Changed
- Added cz locale by @DuchVladimir in #54
- Added sk locale by @DuchVladimir in #53
New Contributors
- @DuchVladimir made their first contribution in #54
Full Changelog: v2.0.2...v2.0.3
🐞 Version 2.0.2
What's Changed
Adjust the build process to avoid undefined component messages.
- Chore build process by @gabrielcaixeta in #55
Full Changelog: v2.0.1...v2.0.2
🐞 Version 2.0.1
Corrected process to register the component, either globally or locally.
💎Version 2.0.0
Migration for vue 3
From version v2.0.0 it is only compatible with Vue 3
What's Changed
- Bump express from 4.17.1 to 4.18.2 by @dependabot in #45
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #44
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #43
- Bump express from 4.18.2 to 4.21.0 by @dependabot in #47
- Bump eventsource from 1.0.7 to 1.1.1 by @dependabot in #41
- Bump highlight.js from 9.17.1 to 9.18.5 by @dependabot in #20
- Bump ssri from 6.0.1 to 6.0.2 by @dependabot in #27
- Bump hosted-git-info from 2.8.5 to 2.8.9 by @dependabot in #31
- Bump browserslist from 4.8.2 to 4.16.6 by @dependabot in #32
- Bump postcss from 7.0.25 to 7.0.36 by @dependabot in #35
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #36
- Bump url-parse from 1.4.7 to 1.5.10 by @dependabot in #39
- Bump ws from 6.2.1 to 6.2.3 by @dependabot in #49
- Feat: upgrade to vue3 by @gabrielcaixeta in #51
New Contributors
- @gabrielcaixeta made their first contribution in #51
Full Changelog: v1.1.7...v2.0.0
🐞 Version 1.1.7
💎 Version 1.1.6
- Added polish locale (pl_PL) by @jzapal!
- Merged @dependabot fixes
- Enabled option to disable a list item
Example:
[
{
value: 1,
label: "Is disabled",
disabled: true
},
{
value: 2,
label: "Is enabled",
disabled: false
}
]
🏗️ Version 1.1.5
Updated version of build files. Now the fix from version 1.1.4 will work.
🐞 Version 1.1.4
@acemir has fixed defaultOptions undefined in plugin install, tks for your help!
💎 Version 1.1.3
Added turkey locale (tr_TR) by @Abdulsametileri!
Merged @dependabot fixes
💎 Version 1.1.2
Compiled and separate css files
Files that can be used:
- /node_modules/vue-select-sides/dist/css/dark.css
- /node_modules/vue-select-sides/dist/css/light.css
- /node_modules/vue-select-sides/dist/css/soft.css