Skip to content

Latest commit

 

History

History
148 lines (75 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

148 lines (75 loc) · 2.82 KB

Changelog

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

3.4.4 - 2022-01-28

What's Changed

  • Ran yarn command for compiling the components by @aliozgurr in spatie#139

Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.3...3.4.4

3.4.3 - 2022-01-25

What's Changed

  • Added help-text component to form field by @aliozgurr in spatie#138

New Contributors

  • @aliozgurr made their first contribution in spatie#138

Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.2...3.4.3

3.4.2 - 2022-01-08

What's Changed

  • Don't call containing scope when containing input is null by @t1sh0o in spatie#137

New Contributors

  • @t1sh0o made their first contribution in spatie#137

Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.1...3.4.2

3.4.1 - 2021-12-15

What's Changed

New Contributors

  • @leMaur made their first contribution in spatie#134

Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.0...3.4.1

3.4.0 - 2021-10-04

  • add limit option (#132)

3.3.0 - 2021-08-01

  • add the ability to deselect a single tag (#127)

3.2.0 - 2021-07-02

  • make field accept optional placeholder (#125)

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