Skip to content

Releases: soft4ti/vue-select-sides

💎 Version 2.0.3

06 Feb 22:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

🐞 Version 2.0.2

21 Dec 01:23
8f1ece9
Compare
Choose a tag to compare

What's Changed

Adjust the build process to avoid undefined component messages.

Full Changelog: v2.0.1...v2.0.2

🐞 Version 2.0.1

29 Oct 15:28
Compare
Choose a tag to compare

Corrected process to register the component, either globally or locally.

💎Version 2.0.0

14 Oct 15:36
1776201
Compare
Choose a tag to compare

Migration for vue 3

From version v2.0.0 it is only compatible with Vue 3

What's Changed

New Contributors

Full Changelog: v1.1.7...v2.0.0

🐞 Version 1.1.7

02 May 12:24
e814733
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

💎 Version 1.1.6

13 Nov 15:15
Compare
Choose a tag to compare
  • 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

07 Oct 11:49
Compare
Choose a tag to compare

Updated version of build files. Now the fix from version 1.1.4 will work.

🐞 Version 1.1.4

06 Oct 08:44
Compare
Choose a tag to compare

@acemir has fixed defaultOptions undefined in plugin install, tks for your help!

💎 Version 1.1.3

06 Oct 08:41
Compare
Choose a tag to compare

Added turkey locale (tr_TR) by @Abdulsametileri!
Merged @dependabot fixes

💎 Version 1.1.2

26 May 21:03
Compare
Choose a tag to compare

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