Skip to content

Latest commit

 

History

History
92 lines (47 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

92 lines (47 loc) · 1.35 KB

Changelog

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

3.1.1 -2021-03-25

  • add support for spatie/laravel-tags 4.0 (#110)

3.1.0 - 2020-12-08

  • allow PHP 8

3.0.4 - 2020-10-01

  • fix for "Call to a member function map() on null" (#94)

3.0.3 - 2020-09-12

  • escape tags (#99)

3.0.2 - 2020-09-09

  • allow spatie/laravel-tags v3

3.0.1 - 2020-09-09

  • Support Laravel 8.0

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