Releases: simonwep/viselect
Releases · simonwep/viselect
v3.0.0-beta.6
v3.0.0-beta.5
Bug fixes
- Fix typescript-types.
v3.0.0-beta.4
Bug fixes
- Fix possible error with older webpack versions and framworks regarding the
.mjs
extension. (#128)
Improvements
- All framework related packages now come with peer-dependencies ensuring that the package works with it.
v3.0.0-beta.3
Bug fixes
- Fix SSR issues (#127)
v3.0.0-beta.2
Breaking changes
- New option structure, see usage for more informations. Most settings have either been moved to
behaviour
orfeatures
.
Features
v3.0.0-beta.1
See #122 (feedback goes there).
Breaking changes
@simonwep/selection-js
renamed to@viselect/vanilla
.keepSelection
doesn't have to be called anymore, it's the default behaviour.- The
class
option is nowareaClass
(this will change again in the next beta version).
Features
- Support for react, preact and vue.