From 0571a60875673812733d9cb409473c0fa161f40f Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Fri, 27 Oct 2017 16:14:27 -0300 Subject: [PATCH] Prep for 1.0.0 tag --- CHANGELOG.md | 116 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 70 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de55f62..84371ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,37 @@ # Change Log -## [0.6.10](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.10) (2017-08-14) -[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.9...0.6.10) +## [1.0.0](https://github.com/UndefinedOffset/SortableGridField/tree/1.0.0) (2017-10-27) +[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.10...1.0.0) +**Closed issues:** + +- Remove tests against unsupported versions [\#97](https://github.com/UndefinedOffset/SortableGridField/issues/97) + +## [0.6.10](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.10) (2017-08-14) +[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.0.0-beta1...0.6.10) + +## [2.0.0-beta1](https://github.com/UndefinedOffset/SortableGridField/tree/2.0.0-beta1) (2017-07-04) +[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.0.0-alpha1...2.0.0-beta1) + +**Closed issues:** + +- No search capabilities when using in ModelAdmin [\#108](https://github.com/UndefinedOffset/SortableGridField/issues/108) + +**Merged pull requests:** + +- Remove closing PHP tag [\#107](https://github.com/UndefinedOffset/SortableGridField/pull/107) ([robbieaverill](https://github.com/robbieaverill)) + +## [2.0.0-alpha1](https://github.com/UndefinedOffset/SortableGridField/tree/2.0.0-alpha1) (2017-06-05) +[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.9...2.0.0-alpha1) + +**Closed issues:** + +- Tests required for tables with $table\_name declared [\#105](https://github.com/UndefinedOffset/SortableGridField/issues/105) ## [0.6.9](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.9) (2017-04-21) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.8...0.6.9) -**Fixed bugs:** +**Closed issues:** - Query errors when sorted field is on a relation and appending to top [\#101](https://github.com/UndefinedOffset/SortableGridField/issues/101) @@ -48,6 +72,11 @@ ## [0.6.2](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.2) (2016-06-09) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.1...0.6.2) +**Closed issues:** + +- Drag and Drop Checkbox can't be selected [\#90](https://github.com/UndefinedOffset/SortableGridField/issues/90) +- Issue edit and Adding New Gallery Holder Page and Gallery Page [\#89](https://github.com/UndefinedOffset/SortableGridField/issues/89) + **Merged pull requests:** - BUG Remove redundant leading underscore in strings [\#95](https://github.com/UndefinedOffset/SortableGridField/pull/95) ([tractorcow](https://github.com/tractorcow)) @@ -57,22 +86,19 @@ ## [0.6.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.1) (2016-03-03) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.0...0.6.1) -**Fixed bugs:** +**Closed issues:** - Unit tests failing with framework 3.2.3 [\#88](https://github.com/UndefinedOffset/SortableGridField/issues/88) ## [0.6.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.0) (2016-02-13) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.4...0.6.0) -**Implemented enhancements:** - -- Multiple many\_many GridFields acting on the same relation not possible. [\#86](https://github.com/UndefinedOffset/SortableGridField/issues/86) -- Expand unit test to cover page sorting [\#85](https://github.com/UndefinedOffset/SortableGridField/issues/85) - **Closed issues:** - Can't set checkbox "Allow drag and drop re-ordering" [\#76](https://github.com/UndefinedOffset/SortableGridField/issues/76) - Investigate build failures for PostgreSQL on 3.1 and 3.2 [\#87](https://github.com/UndefinedOffset/SortableGridField/issues/87) +- Multiple many\_many GridFields acting on the same relation not possible. [\#86](https://github.com/UndefinedOffset/SortableGridField/issues/86) +- Expand unit test to cover page sorting [\#85](https://github.com/UndefinedOffset/SortableGridField/issues/85) ## [0.5.4](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.4) (2016-01-18) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.3...0.5.4) @@ -99,14 +125,11 @@ ## [0.5.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.0) (2015-09-18) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.5...0.5.0) -**Implemented enhancements:** +**Closed issues:** - Change install instructions to prefer composer [\#75](https://github.com/UndefinedOffset/SortableGridField/issues/75) -- Improved UI for moving to another page [\#72](https://github.com/UndefinedOffset/SortableGridField/issues/72) - -**Fixed bugs:** - - Helper Columns do not maintain the widths of the item being dragged [\#74](https://github.com/UndefinedOffset/SortableGridField/issues/74) +- Improved UI for moving to another page [\#72](https://github.com/UndefinedOffset/SortableGridField/issues/72) ## [0.4.5](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.5) (2015-08-29) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.4...0.4.5) @@ -117,13 +140,15 @@ **Closed issues:** - 3.2 compat? [\#73](https://github.com/UndefinedOffset/SortableGridField/issues/73) +- Doesn't respect Dataobject's $default\_sort DESC [\#60](https://github.com/UndefinedOffset/SortableGridField/issues/60) ## [0.4.3](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.3) (2015-05-07) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.2...0.4.3) -**Fixed bugs:** +**Closed issues:** - setAppendToTop\(\) Does Not Work When the DataObjects Within the GridField are not Part of a RelationList [\#71](https://github.com/UndefinedOffset/SortableGridField/issues/71) +- \(Drag and drop\) re-ordering over multiple pages [\#70](https://github.com/UndefinedOffset/SortableGridField/issues/70) **Merged pull requests:** @@ -132,12 +157,9 @@ ## [0.4.2](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.2) (2015-04-07) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.1...0.4.2) -**Implemented enhancements:** - -- Add note for many\_many relations about the field name [\#66](https://github.com/UndefinedOffset/SortableGridField/issues/66) - **Closed issues:** +- Add note for many\_many relations about the field name [\#66](https://github.com/UndefinedOffset/SortableGridField/issues/66) - Doesnt work for Sitetree descendants because of versioned dataobjects managed by ModelAdmin. [\#64](https://github.com/UndefinedOffset/SortableGridField/issues/64) - Error saving many to many relations [\#63](https://github.com/UndefinedOffset/SortableGridField/issues/63) @@ -156,6 +178,11 @@ ## [0.4.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.0) (2014-10-16) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.3.2...0.4.0) +**Closed issues:** + +- Column 'SortOrder' in field list is ambiguous in a Many\_Many relationship Gridfield [\#59](https://github.com/UndefinedOffset/SortableGridField/issues/59) +- Sort column only updated when GridField is viewed [\#58](https://github.com/UndefinedOffset/SortableGridField/issues/58) + **Merged pull requests:** - Initial sorting equals sortColumn [\#61](https://github.com/UndefinedOffset/SortableGridField/pull/61) ([ismooth](https://github.com/ismooth)) @@ -166,6 +193,9 @@ **Closed issues:** +- Gridfield sortable button [\#56](https://github.com/UndefinedOffset/SortableGridField/issues/56) +- Problem with $belongs\_many\_many [\#55](https://github.com/UndefinedOffset/SortableGridField/issues/55) +- setAppendToTop - Fatal error: Call to undefined method GridFieldSortableRows::create\(\) [\#54](https://github.com/UndefinedOffset/SortableGridField/issues/54) - Frontend not working / Error in Examples [\#52](https://github.com/UndefinedOffset/SortableGridField/issues/52) - Unable to toggle off, switched on by default [\#51](https://github.com/UndefinedOffset/SortableGridField/issues/51) - Duplicate Column names [\#50](https://github.com/UndefinedOffset/SortableGridField/issues/50) @@ -174,7 +204,7 @@ ## [0.3.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.3.1) (2013-10-29) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.3.0...0.3.1) -**Fixed bugs:** +**Closed issues:** - Duplicate sort id's when fixing the sort with append\_to\_top [\#47](https://github.com/UndefinedOffset/SortableGridField/issues/47) @@ -186,14 +216,15 @@ ## [0.3.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.3.0) (2013-10-22) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.2.1...0.3.0) -**Implemented enhancements:** +**Closed issues:** +- is this available on composer/sivlerstripe addons? [\#45](https://github.com/UndefinedOffset/SortableGridField/issues/45) - Add Docs On Migration from Data Object Manager [\#16](https://github.com/UndefinedOffset/SortableGridField/issues/16) -- Append new items to the top by default [\#42](https://github.com/UndefinedOffset/SortableGridField/pull/42) ([g4b0](https://github.com/g4b0)) **Merged pull requests:** - added slovak language [\#44](https://github.com/UndefinedOffset/SortableGridField/pull/44) ([silverstripesk](https://github.com/silverstripesk)) +- Append new items to the top by default [\#42](https://github.com/UndefinedOffset/SortableGridField/pull/42) ([g4b0](https://github.com/g4b0)) ## [0.2.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.2.1) (2013-09-03) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.2.0...0.2.1) @@ -205,30 +236,20 @@ ## [0.2.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.2.0) (2013-08-04) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.3...0.2.0) -**Implemented enhancements:** - -- \[REQUEST\] Event to indicate that there has been a change in sort order. [\#39](https://github.com/UndefinedOffset/SortableGridField/issues/39) - -**Fixed bugs:** - -- Moving to next page doesn't work in FF 20.0.1 [\#33](https://github.com/UndefinedOffset/SortableGridField/issues/33) - **Closed issues:** - Breaks when used with GridFieldManyRelationHandler [\#40](https://github.com/UndefinedOffset/SortableGridField/issues/40) +- \[REQUEST\] Event to indicate that there has been a change in sort order. [\#39](https://github.com/UndefinedOffset/SortableGridField/issues/39) +- Moving to next page doesn't work in FF 20.0.1 [\#33](https://github.com/UndefinedOffset/SortableGridField/issues/33) ## [0.1.3](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.3) (2013-07-10) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.2...0.1.3) -**Implemented enhancements:** +**Closed issues:** - Partical Cache and sortColumn update [\#35](https://github.com/UndefinedOffset/SortableGridField/issues/35) - Add loading indicator to row sorting [\#34](https://github.com/UndefinedOffset/SortableGridField/issues/34) -**Fixed bugs:** - -- Partical Cache and sortColumn update [\#35](https://github.com/UndefinedOffset/SortableGridField/issues/35) - **Merged pull requests:** - Finnish language file [\#37](https://github.com/UndefinedOffset/SortableGridField/pull/37) ([mediaclinic](https://github.com/mediaclinic)) @@ -244,29 +265,28 @@ ## [0.1.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.1) (2013-04-19) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.0...0.1.1) -**Implemented enhancements:** +**Closed issues:** - Create a release tag [\#32](https://github.com/UndefinedOffset/SortableGridField/issues/32) ## [0.1.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.0) (2013-03-29) -**Implemented enhancements:** - -- Optimize sorting in has\_many [\#4](https://github.com/UndefinedOffset/SortableGridField/issues/4) - -**Fixed bugs:** - -- Line 183 of the GridFieldSortableRows.php is producing problems [\#24](https://github.com/UndefinedOffset/SortableGridField/issues/24) -- GridFieldSortableRowsTest::testSortActionWithAdminPermission No items to sort [\#23](https://github.com/UndefinedOffset/SortableGridField/issues/23) -- Adding GridFieldSortableRows to the wrong column causes massive data loss [\#12](https://github.com/UndefinedOffset/SortableGridField/issues/12) - **Closed issues:** +- SortOrder field on $has\_many relation [\#28](https://github.com/UndefinedOffset/SortableGridField/issues/28) - nested gridfield in 3.1 [\#27](https://github.com/UndefinedOffset/SortableGridField/issues/27) +- Line 183 of the GridFieldSortableRows.php is producing problems [\#24](https://github.com/UndefinedOffset/SortableGridField/issues/24) +- GridFieldSortableRowsTest::testSortActionWithAdminPermission No items to sort [\#23](https://github.com/UndefinedOffset/SortableGridField/issues/23) - Sorting on Extension classes [\#22](https://github.com/UndefinedOffset/SortableGridField/issues/22) +- Drag&Drop button broke GridField - SS 3.1 - Latest SS 3.1 [\#21](https://github.com/UndefinedOffset/SortableGridField/issues/21) +- Error "Sort column Sort Order must be an Int, column is of type Array" [\#20](https://github.com/UndefinedOffset/SortableGridField/issues/20) - 3.1 SQLQuery::aggregate\(\) doesn't work with limit set on SQLQuery [\#19](https://github.com/UndefinedOffset/SortableGridField/issues/19) +- sortablegridfield not working with ss3.1 [\#18](https://github.com/UndefinedOffset/SortableGridField/issues/18) +- make upgrading from SortableDataObject painless [\#15](https://github.com/UndefinedOffset/SortableGridField/issues/15) - IDE files should not be included in this repo [\#13](https://github.com/UndefinedOffset/SortableGridField/issues/13) +- Adding GridFieldSortableRows to the wrong column causes massive data loss [\#12](https://github.com/UndefinedOffset/SortableGridField/issues/12) - Sort ModelAdmin GridFields [\#6](https://github.com/UndefinedOffset/SortableGridField/issues/6) - fixSortColumn doesn't always run [\#5](https://github.com/UndefinedOffset/SortableGridField/issues/5) +- Optimize sorting in has\_many [\#4](https://github.com/UndefinedOffset/SortableGridField/issues/4) - dragdropcheckbox triggers 'changed' on form [\#3](https://github.com/UndefinedOffset/SortableGridField/issues/3) - sort order not being updated on delete [\#2](https://github.com/UndefinedOffset/SortableGridField/issues/2) - installation [\#1](https://github.com/UndefinedOffset/SortableGridField/issues/1) @@ -283,3 +303,7 @@ - German Translation [\#9](https://github.com/UndefinedOffset/SortableGridField/pull/9) ([PatrickElsing](https://github.com/PatrickElsing)) - Update lang/en.yml [\#8](https://github.com/UndefinedOffset/SortableGridField/pull/8) ([PatrickElsing](https://github.com/PatrickElsing)) - Renamed the Items array that is sent in post [\#7](https://github.com/UndefinedOffset/SortableGridField/pull/7) ([sheadawson](https://github.com/sheadawson)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file