Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 872 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.1.0 - 2021-08-04

Added

  • Support for search property.

Fixed

  • Improved performance.

2.0.0 - 2021-08-03

Added

  • src attribute to load the json automatically.
  • label attribute to insert a label for the input.
  • placeholder attribute to configure the placeholder of the input.
  • Improved styling.

Changed

  • Simplify the code to only one component.
  • The component is not auto-registered.

1.0.0 - 2021-07-31

First version