Skip to content

Latest commit

 

History

History
272 lines (141 loc) · 6.95 KB

CHANGELOG.md

File metadata and controls

272 lines (141 loc) · 6.95 KB

Changelog

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

4.0.8 - 2024-05-01

What's Changed

  • Fix field styles by @scramatte in #183

New Contributors

  • @scramatte made their first contribution in #183

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.7...4.0.8

4.0.7 - 2023-07-27

What's Changed

  • Fix badge for run-tests workflow in README.md by @gomzyakov in #178
  • stop passing null values to explode() by @Gavrisimo in #179

New Contributors

  • @gomzyakov made their first contribution in #178
  • @Gavrisimo made their first contribution in #179

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.6...4.0.7

4.0.6 - 2023-04-24

What's Changed

  • Update Request to NovaRequest by @trippo in #177

New Contributors

  • @trippo made their first contribution in #177

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.5...4.0.6

4.0.5 - 2022-11-15

What's Changed

  • Updating routes to use configurable nova:api group. by @tommulroy in #170

New Contributors

  • @tommulroy made their first contribution in #170

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.4...4.0.5

4.0.4 - 2022-09-01

What's Changed

  • recompiled with the latest laravel-nova js source instead of npm package by @max-zu in #153
  • Follow laravel/nova Testbench dependencies by @crynobone in #165
  • Add workflow to automatically update assets, fixes displayUsing and reduce lodash dist by @crynobone in #164

New Contributors

  • @max-zu made their first contribution in #153
  • @crynobone made their first contribution in #165

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.3...4.0.4

4.0.3 - 2022-04-13

What's Changed

  • added TW classes to tags items and suggested list by @sp4r74cus in #151
  • Added lodash as a dev dependency by @jtkendall in #152

New Contributors

  • @sp4r74cus made their first contribution in #151
  • @jtkendall made their first contribution in #152

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.1...4.0.3

4.0.2 - 2022-04-10

What's Changed

  • added TW classes to tags items and suggested list by @sp4r74cus in #151

New Contributors

  • @sp4r74cus made their first contribution in #151

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.1...4.0.2

4.0.1 - 2022-04-07

What's Changed

  • Dark mode support by @saundefined in #149
  • Remove unused sass

New Contributors

  • @saundefined made their first contribution in #149

Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.0...4.0.1

4.0.0 - 2022-04-07

What's Changed

  • v4 by @freekmurze in #148

Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.5...4.0.0

3.4.5 - 2022-03-10

What's Changed

  • Remove help-text component by @LintonAchmad in #141

New Contributors

  • @LintonAchmad made their first contribution in #141

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

3.4.4 - 2022-01-28

What's Changed

  • Ran yarn command for compiling the components by @aliozgurr in #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 #138

New Contributors

  • @aliozgurr made their first contribution in #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 #137

New Contributors

  • @t1sh0o made their first contribution in #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

  • remove escape from tag by @leMaur in #134

New Contributors

  • @leMaur made their first contribution in #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