- new
componentLayout
option, to customize the general Layout of the filters, chips, and the select.
- remove some default styles to improve compatibility with custom styles, maily removed the default
font-family
.
- new "attributes" option for inputs. The
attributes
attribute at input config level will getv-bind
ed to the according input component and you can use it to pass custom props to your input components.
- update dependencies
- when reopening an already applied filter, the settings where not loaded correctly. This bug was introduced in v0.5.0.
- renamed
cancle
tocancel
everywhere in the project
- update docs logo and accent color
- update dependencies
- default inputs can now have an optional label
- new
default
Parser that passes through the internal state
- removed some dead code