Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 1.02 KB

Changelog

All notable changes to nova-tags-field will be documented in this file

3.0.0 - 2020-03-03

  • Support Laravel 7.0 and Nova 3.0

2.3.4 - 2020-01-31

  • fix small layout issue

2.3.3 - 2020-01-31

  • encode unicode characters from inputs (#76)

2.3.2 - 2019-12-15

  • fix withLinkToTagResource function (#73)
  • fix resource url if nova.path to is / (#63)

2.3.1 - 2019-11-13

  • consistent styling (#68)

2.3.0 - 2019-09-04

  • add support for Laravel 6

2.2.1 - 2019-08-05

  • sort the tags by name

2.2.0 - 2019-06-01

  • add withLinkToTagResource function

2.1.0 - 2019-04-10

  • select suggestion on arrowdown if there is exactly one suggestion available

2.0.1 - 2019-02-27

  • fix deps

2.0.0 - 2019-02-27

  • support Laravel 5.8 and Nova 2.0

1.1.3 - 2019-02-10

  • fix for displaying errors

1.1.2 - 2018-12-10

  • fix limitSuggestions

1.1.1 - 2018-10-10

  • the Add Tag... label is now translatable

1.1.0 - 2018-09-17

  • add limiting options

1.0.0 - 2018-09-14

  • initial release