Skip to content

Releases: cheonhyangzhang/paper-tags-input

v1.2.8 Fix Chrome 70 and above warning for style to be outside of template

30 May 06:13
Compare
Choose a tag to compare

Fix Chrome 70 and above warning for style to be outside of template

30 May 06:09
d2ed81e
Compare
Choose a tag to compare
Merge pull request #32 from sarbull/master

Update paper-tags-input.html. Move style inside of template.

v1.2.6 : Include LICENSE and fix version of polymer to use.

03 Apr 16:41
Compare
Choose a tag to compare

v1.2.5 : Fix UI issue on tag item element

30 Nov 22:38
Compare
Choose a tag to compare
  • #24 Small and Medium tag is not looking correct in height
  • #22 Improve tag text position.

v1.2.4 : Improve logic and functionality and fix bugs.

14 Sep 15:51
Compare
Choose a tag to compare
  • Improve README documentation. #16
  • Improve logic for check if current input is valid before add a tag. #15
  • Fix bugs that multiple element is sharing tags variable. #13
  • Remove use of id in html. #3

v1.2.3 : Improve item remove and include CI

26 Aug 16:13
Compare
Choose a tag to compare
  • Refactor how we handle item remove
  • Include CI to help with avoiding regression defect.