Releases: silverstripe/silverstripe-tagfield
Releases · silverstripe/silverstripe-tagfield
2.6.1
2.4.1
- FIX StringTagField now works with SS-2018-021/CVE-2019-5715 by serialising arrays before write (Robbie Averill) -
3ff72be
- Use getShouldLazyLoad() accesser (Damian Mooyman) -
77bad9b
- Revert default argument change (Damian Mooyman) -
ce8ba85
- BUG Fix for $source left null BUG Fix missing imports Semver compatible setSource() (Damian Mooyman) -
690f0cc
- Added getSource() function to populate source inline with the api. (Simon Gow) -
024e648
- TagField lazy load shouldnt render Options (Simon Gow) -
fa754f3
- Resolve Performance issues with TagField (Simon Gow) -
3797049
2.2.2
2.2.1
- FIX Adding a debounce to fetching lazy loaded tags with tag field (Guy Marriott) - 836f5ff
- Add tests for schema generation, further switch to short array syntax (Robbie Averill) - 8030ddf
- DOCS Update StringTagField example code to explain the input source options (Robbie Averill) - 3de6d94
- FIX StringTagField now populates available options from its input, and works with React TagField (Robbie Averill) - 9daa667
- Move schema data into getSchemaDataDefaults() from Field() (Robbie Averill) - dbc519e
- Remove legacy css, javascript and changelog files (Robbie Averill) - c766cbc
- Reference correct css and javascript bundles (Robbie Averill) - 54b7d0f
- Update array syntax style, broken doc blocks and namespace imports (Robbie Averill) - 204ef6d
- FIX Prevent FormField::Type() from adding "tag" class to TagField (Robbie Averill) - 3ce41f6
2.2.0
- FIX Replace Convert JSON methods with json_* methods, deprecated from SilverStripe 4.4 (Robbie Averill) - 1ad87eb
- Require source and specify admin version in Travis config (Robbie Averill) - 7f5b1eb
- Add individual phpcs ruleset to Travis builds (Robbie Averill) - 2fd78f1
- Bump recipe-cms to 4.3.x-dev and postgres to 2.1.x-dev (Robbie Averill) - 956bd9d
2.2.0-beta1
- Bump minimum core version requirement to 4.3 (Robbie Averill) - 73eb3c1
- Building distribution files (Guy Marriott) - 2067a3b
- Updating yarn.lock (Guy Marriott) - 3830a74
- Updating to use injector & removing storybook (Guy Marriott) - 5aed71b
- Revert modification of tests to keep B/C (Guy Marriott) - fac6a03
- Simplifying included custom styling - a lot (Guy Marriott) - b60bdab
- Adding NPM tests to travis (Guy Marriott) - e67ed8d
- Adding tests & various feedback updates (Guy Marriott) - cef407d
- Travis fixes (Guy Marriott) - 70e83c0
- Additional changes to convert tagfield to use react-select (Guy Marriott) - ff3c8eb
- NEW Converting tagfield to use react components (Guy Marriott) - 77f1096
- Add supported module badge to readme (Dylan Wagstaff) - 4795a30
2.1.0
- Remove obsolete branch alias (Robbie Averill) - 705c7fb
- Remove obsolete branch alias (Robbie Averill) - 058bc8c
- Set "title field" at a meaningful point in TagField instantiation * Switch diet to dogfood (Jackson) - 1e40d07
- Set "title field" at a meaningful point in TagField instantiation * Added parameter to SilverStripe\TagFieldTagField::__construct() * Modified SilverStripe\TagFieldTagField::getOptions() to use assigned title field * Modified SilverStripe\TagFieldTagField::getValue() to use assigned title field (Jackson) - 7a286d4
2.0.0
- Tag field to look similar to list field (#108) (Nivanka Fonseka) - 7691fc2
- tiny updates for coding standards (priyashantha) - a5dd968
- fixed php lint issues (priyashantha) - 94fba0d
- readonly field namespaces are corrected and updated the unit tests with cases covering performReadonlyTrasnformation (Nivanka Fonseka) - 6d7d6ff
2.0.0-alpha1
- FIX Update module for latest SS4, vendorise (Robbie Averill) - e2aea4e
- declaring allowed actions as private as per RequestHandler, fixes SS4beta2 compat issues (tim) - 7fcf533
- FIX Include versioned in composer requirements (Robbie Averill) - ee1d87b
- FIX Remove PHP 5.5 from Travis build configuration, add 7.1 (Robbie Averill) - 3b3db01
- FIX SS4 compatibility updates, PSR-4 in tests, table_name in stubs (Robbie Averill) - cde9dc9
- Remove
Requirements::javascript()
for Framework src JS (Lee Bradley) - ad28757 - BUG Fix issue with initial save (Damian Mooyman) - 2129f9f
- SilverStripe 4 compatibility (#87) (Robbie Averill) - 518189e
- Updating composer alias (Daniel Hensby) - 4ce0560
- Update TagFieldTest.php (Myles Derham) - a75eab8
- Updated tests to work with new logic (numeric tags). (Myles Beardsmore) - 5907874
- converted tabs to spaces as per psr-2 (Myles Beardsmore) - 65f6d75
- Updated TagField to work with numeric tags (Myles Beardsmore) - 76c10d8
- Removed is_numeric check in SaveInto function (Myles Beardsmore) - d7ca8ca