silverstripe-tagfield/changelog.md

44 lines
995 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.0]
* Addition of a readonly TagField for archived pages
## [1.2.2]
- Alias master as 1.2.x-dev
- Added standard Scrutinizer config
- Converted to PSR-2
- Added standard editor config
- Added standard Travis config
- Added standard git attributes
- Added standard license
- Added license to composer.json
- Added standard code of conduct
- Fixing setValue null value bug
- Bugfix: show source tags if not lazyloading
- Updated license year
- FIX Tests with hard coded IDs
## [1.2.1]
- Fixed isMultiple not being initialised
- Fixed tag rendering as a 100px wide container
## [1.2.0]
- Corrected issue where tags would show from unrelated sources
- Checking for `getIsMultiple`/`setIsMultiple` for that attribute on the underlying select element
## [1.1.0]
- Updated Select2 from 4.0.0-rc2 ro 4.0.0
## [1.0.0]
Changelog added.