Releases: Uninen/vue-json-search
Releases · Uninen/vue-json-search
v0.2.0
The markup is now 100% customizable through Vue slots. Basic usage is still the same, you only need one simple tag.
New Features
- Made all markup fully customizable through slots.
- Added following named exports:
JsonSearch
,ResultList
,ResultListItem
,ResultTitle
,SearchInput
,SearchResults
Changed
- Removed default import.
- Changed default CSS to use classes instead of ids to allow multiple components on a page.