silverstripe-tagfield/changelog.md

44 lines
995 B
Markdown
Raw Normal View History

2015-09-09 01:07:51 +02:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
2016-05-19 01:53:13 +02:00
## [1.3.0]
* Addition of a readonly TagField for archived pages
2016-02-04 05:42:28 +01:00
## [1.2.2]
2016-02-04 05:43:50 +01:00
- Alias master as 1.2.x-dev
2016-05-19 01:53:13 +02:00
- Added standard Scrutinizer config
2016-02-04 05:42:28 +01:00
- 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
2015-11-04 02:30:26 +01:00
## [1.2.1]
- Fixed isMultiple not being initialised
- Fixed tag rendering as a 100px wide container
2015-11-04 00:19:31 +01:00
## [1.2.0]
- Corrected issue where tags would show from unrelated sources
- Checking for `getIsMultiple`/`setIsMultiple` for that attribute on the underlying select element
2015-09-10 02:54:41 +02:00
## [1.1.0]
- Updated Select2 from 4.0.0-rc2 ro 4.0.0
2015-09-09 01:07:51 +02:00
## [1.0.0]
Changelog added.