Skip to content

Releases: Uninen/vue-json-search

v0.2.0

27 Jan 16:41
18b76cb
Compare
Choose a tag to compare

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.

v0.1.0

26 Jan 12:58
2087fc7
Compare
Choose a tag to compare
  • Added configuration options (#2)
  • Added documentation (#1)
  • Added proper tests