Skip to content

Releases: adrianjost/vue-filter-ui

v0.7.0

03 Apr 10:38
Compare
Choose a tag to compare

Added

  • new "attributes" option for inputs. The attributes attribute at input config level will get v-binded to the according input component and you can use it to pass custom props to your input components.

Internal

  • update dependencies

v0.6.1

02 Apr 15:10
Compare
Choose a tag to compare

Fixes

  • when reopening an already applied filter, the settings where not loaded correctly. This bug was introduced in v0.5.0.

v0.6.0

02 Apr 15:10
Compare
Choose a tag to compare

Breaking Changes

  • renamed cancle to cancel everywhere in the project

Changed

  • update docs logo and accent color

Internal

  • update dependencies

v0.5.0

02 Apr 15:10
2317d66
Compare
Choose a tag to compare

Added

  • default inputs can now have an optional label

Breaking Changes

  • new default Parser that passes through the internal state

Internal

  • removed some dead code