All notable changes to nova-tags-field
will be documented in this file
- Fix field styles by @scramatte in #183
- @scramatte made their first contribution in #183
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.7...4.0.8
- Fix badge for
run-tests
workflow in README.md by @gomzyakov in #178 - stop passing null values to explode() by @Gavrisimo in #179
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.6...4.0.7
- Update Request to NovaRequest by @trippo in #177
- @trippo made their first contribution in #177
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.5...4.0.6
- Updating routes to use configurable nova:api group. by @tommulroy in #170
- @tommulroy made their first contribution in #170
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.4...4.0.5
- 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 reducelodash
dist by @crynobone in #164
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.3...4.0.4
- added TW classes to tags items and suggested list by @sp4r74cus in #151
- Added lodash as a dev dependency by @jtkendall in #152
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.1...4.0.3
- added TW classes to tags items and suggested list by @sp4r74cus in #151
- @sp4r74cus made their first contribution in #151
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.1...4.0.2
- Dark mode support by @saundefined in #149
- Remove unused sass
- @saundefined made their first contribution in #149
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.0...4.0.1
- v4 by @freekmurze in #148
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.5...4.0.0
- Remove help-text component by @LintonAchmad in #141
- @LintonAchmad made their first contribution in #141
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.4...3.4.5
- 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
- Added help-text component to form field by @aliozgurr in #138
- @aliozgurr made their first contribution in #138
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.2...3.4.3
- Don't call containing scope when containing input is null by @t1sh0o in #137
- @t1sh0o made their first contribution in #137
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.1...3.4.2
- remove escape from tag by @leMaur in #134
- @leMaur made their first contribution in #134
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.0...3.4.1
- add limit option (#132)
- add the ability to deselect a single tag (#127)
- make field accept optional placeholder (#125)
- add support for spatie/laravel-tags 4.0 (#110)
- allow PHP 8
- fix for "Call to a member function map() on null" (#94)
- escape tags (#99)
- allow spatie/laravel-tags v3
- Support Laravel 8.0
- Support Laravel 7.0 and Nova 3.0
- fix small layout issue
- encode unicode characters from inputs (#76)
- fix withLinkToTagResource function (#73)
- fix resource url if nova.path to is
/
(#63)
- consistent styling (#68)
- add support for Laravel 6
- sort the tags by name
- add
withLinkToTagResource
function
- select suggestion on arrowdown if there is exactly one suggestion available
- fix deps
- support Laravel 5.8 and Nova 2.0
- fix for displaying errors
- fix
limitSuggestions
- the
Add Tag...
label is now translatable
- add limiting options
- initial release