Releases: symbiote/silverstripe-multivaluefield
Releases · symbiote/silverstripe-multivaluefield
3.0.4
- fix(MultiValueField) Better support for 3.5+ which uses the 'value' field in attributes exclusively (Marcus Nyeholt) - 91dedf6
- fix(multivaluefield.css) Revert previous display inline block which breaks the field in the CMS (Marcus Nyeholt) - 0d9ed71
- fix(MultiValueField) solves issue 51 (not tagging it because it's not fixed in master yet) (Marcus Nyeholt) - 9256ddb
- Update translations (Robbie Averill) - 31655a4
- Remove obsolete branch-alias (Robbie Averill) - c155178
- FIX Return self for setValue (Daniel Hensby) - 378c7fa
- Re-vendor framework 3.x compatible version as 2.0.x-dev (Damian Mooyman) - 96f7116
- style(multivaluefield) fix display of mv fields when used on the frontend of sites (Marcus Nyeholt) - 6dcc5f6
- fix(composer) Installer path fix (Marcus Nyeholt) - 81b0a15
- doc(composer) removed obsolete branch alias (Marcus Nyeholt) - 3b9f19d
- FIX, check whether sortable exists before trying to use it. (Nathan Glasl) - f647b1c
- Remove master build, branch isn't compatible (Ingo Schommer) - 488f42b
Deserialisation fixes
Merge pull request #52 from cjsewell/master Unserialize only if value is a string
3.0.2
3.0.1
- Update translations (Robbie Averill) - 31655a4
- Remove obsolete branch-alias (Robbie Averill) - c155178
- FIX Return self for setValue (Daniel Hensby) - 378c7fa
- style(multivaluefield) fix display of mv fields when used on the frontend of sites (Marcus Nyeholt) - 6dcc5f6
- fix(composer) Installer path fix (Marcus Nyeholt) - 81b0a15
- FIX, check whether sortable exists before trying to use it. (Nathan Glasl) - f647b1c
- Remove master build, branch isn't compatible (Ingo Schommer) - 488f42b
3.0.0
Re-vendor framework 3.x compatible version as 2.0.x-dev