You are here

CHANGELOG.txt in GridStack 8

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
GridStack 8.x-1.0-dev, 2019-01-14
---------------------------------
- Fixed for disabled draggable for js-driven layouts.

GridStack 8.x-1.0-dev, 2019-01-13
---------------------------------
- Fixed for js-driven admin layouts. Added support for core layout builder.

GridStack 8.x-1.0-dev, 2017-05-26
---------------------------------
- #2870368 by jalpesh, Jigar.addweb: A small spelling mistake in Readme file.
- Added tests.

GridStack 8.x-1.0-dev, 2017-04-28
---------------------------------
- Issue #2870945 by Pavan B S, dhruveshdtripathi: Convert module to use short
  array syntax (new coding standard).
- Disabled draggable for Bootstrap/ Foundation static layouts.
- Made dynamic numbering to avoid broken icon numbering.

GridStack 8.x-1.0-dev, 2017-04-25
---------------------------------
- #2872072 by gausarts: Use Backbone for admin UI.

GridStack 8.x-1.0-dev, 2017-04-20
---------------------------------
- Fixed for empty nested default value.

GridStack 8.x-1.0-dev, 2017-04-15
---------------------------------
- Added back multiple auto-saving as the problem was spot better.
- Fixed for nested grids not being stored at first saving.
- Fixed for icon number glitches.
- Fixed for empty grids.
- Fixed for nested grids not being stored at first saving.

GridStack 8.x-1.0-dev, 2017-04-11
---------------------------------
- Fixed for button remove.
- Removed non-reliable multiple auto-saving.
- Fixed for typos, and cleanups.

GridStack 8.x-1.0-dev, 2017-04-10
---------------------------------
- Added early rough Panels IPE integration.
- Reverted and postponed premature optimization with grid glasses.
- Removed useless XL which is only supported by Bootstrap4 from Bootstrap3.
- Fixed for complication with unwanted nested grids when user is neglecting the
  designated defaults.

GridStack 8.x-1.0-dev, 2017-04-08
---------------------------------
- Fixed for missing schema type.
- Changed layout classes into wrapper_classes due to conflicting schema for DS.
- Merge options with default settings to reduce lines.

GridStack 8.x-1.0-dev, 2017-04-07
---------------------------------
- Fixed for unclean uncool uninstall with core Field Layout.
- Added supports for Bootstrap 3 differed from Bootstrap 4 due to the fact that
  v3 contains different classes for XS columns: col-xs-N vs. col-N which is not
  easy to deal with without clear separation.
- Optimized grid classes to remove similar/ dup COL width progressively, e.g.:
  Previously: col-xs-6 col-sm-6 col-md-6 col-lg-6 col-xl-6
  Now: col-xs-6
  or for Bootstrap 4: col-6
  This is safe for mobile first layouts.
- Moved layout DRY stuffs into GridStackLayoutTrait.
- More cleanups.

GridStack 8.x-1.0-dev, 2017-04-05
---------------------------------
- Fixed for core Field Layout integration not saving layout settings.
- A few cleanups.

GridStack 8.x-1.0-dev, 2017-04-04
---------------------------------
- Fixed for core gridstack default icons.
- Added overridable default icons.
- Added theme suggestions by optionset ID.
- Added granular group of regions container settings.
- Moved gridstack_help() to gridstack_ui_help() to declutter main module.

GridStack 8.x-1.0-dev, 2017-04-03
---------------------------------
- Fixed for empty width still being printed for json > breakpoints.
- Added configurable layout settings.
- Fixed for emptied breakpoints when width option is empty which caused time out
  error.

GridStack 8.x-1.0-dev, 2017-03-31
---------------------------------
- Updated customized gridstack.js to v0.3.0.
- Added support for static icon at e.g.: MODULE_NAME/images/OPTIONSET_ID.png
  as long as the module dependencies are declared explicitly for the stored
  optionset. This will be overriden when the optionset is updated/ edited.
- Split category into "Gridstack JS" and "GridStack Bootstrap/Foundation".
- Fixed for unwanted double libraries at optionset edit page.

GridStack 8.x-1.0-dev, 2017-03-30
---------------------------------
- Fixed for button remove not removing all box instances.
- Fixed for Foundation breakpoints which only has small, medium, large.

GridStack 8.x-1.0-dev, 2017-03-29
---------------------------------
- Full support Bootstrap 4 with XS and XL breakpoints.
- Decluttered GridStack UI to use tabs, not table.
- Moved main grids array into breakpoints for consistency with Bootstrap, etc.

GridStack 8.x-1.0-dev, 2017-03-27
---------------------------------
- Fixed for breakpoint fallbacks when empty.
- Fixed for admin preview regression with non-Bootstrap/ Foundation.
- Updated README.

GridStack 8.x-1.0-dev, 2017-03-26
---------------------------------
- Partial support for Bootstrap 4.
- Fixed for icons with a combination of boxes with or without nested elements.
- Fixed for undefined regions when changing layouts without clearing cache.
- Updated README.

GridStack 8.x-1.0-dev, 2017-03-24
---------------------------------
- Fixed for default Bootstrap/Foundation grid orderings to follow the natural
  order of floating elements.
- Made uniform colors for the icons to reduce ugly spacings.
- Fixed for hard-coded fallback icon scheme.

GridStack 8.x-1.0-dev, 2017-03-23
---------------------------------
- Fixed for failing removal of nested grids.
- Fixed for dummy template descriptions.
- Decluttered module file.
- A few cleanups, and regression fixes.

GridStack 8.x-1.0-dev, 2017-03-22
---------------------------------
- Removed unused settings.
- Fixed for static methods.
- Fixed for empty UUID for GridStack Bootstrap and Foundation optionsets.
- #2862785 by gausarts: Provides hook_update() for nested grids schema change
  and optionsets import.
- #2862786 by gausarts: Provide new default optionsets for Bootstrap/Foundation.
- #2862780: Implement dynamic layout builder for Bootstrap/ Foundation'.
- Renamed ".gridstack" class into ".gridstack--js" to avoid conflict when both
  JS and CSS layouts present on the same page.

GridStack 8.x-1.0-dev, 2017-03-03
---------------------------------
- Disabled jquery_ui option by default as v0.3.0 is already decoupled.
- Simplified admin JS for sanity.
- A few cleanups.

GridStack 8.x-1.0-dev, 2017-03-02
---------------------------------
- #2857299 by gausarts: Update to v0.3.0.

GridStack 8.x-1.0-dev, 2017-03-01
---------------------------------
- #2856851 by gausarts: Add dynamic icon generator.

GridStack 8.x-1.0-dev, 2017-02-28
---------------------------------
- #2856485 by gausarts: Expose GridStack layouts aka optional integration with
  core and contrib layouts.

GridStack 8.x-1.0-dev, 2017-02-26
---------------------------------
- #2856033: Decouple Views.
- A few trivial cleanups.
- Fixed for dependencies namespaces.

GridStack 8.x-1.0-dev, 2016-12-27
---------------------------------
- Marked it Beta4.
- Fixed for double gridstacks loaded when "Use customized GridStack library"
  enabled.
- Added warning to clear cache when libraries are updated.

GridStack 8.x-1.0-dev, 2016-12-23
---------------------------------
- Updated to latest Blazy with vanilla JS.

GridStack 8.x-1.0-dev, 2016-12-14
---------------------------------
- Updated to use theme_blazy() for CSS background.
- Added Field formatters for Image, File ER, and Paragraphs.

GridStack 8.x-1.0-dev, 2016-12-06
---------------------------------
- Fixed for coding standards.

GridStack 8.x-1.0-dev, 2016-12-02
---------------------------------
- #2832395 by gausarts, Redbrick: Error 500 on gridstack
  (structure > gridstack).

GridStack 8.x-1.0-dev, 2016-11-29
---------------------------------
- Updated .info file.

GridStack 8.x-1.0-dev, 2016-11-21
---------------------------------
- Fixed for Blazy integration.
- Removed spaceless from Twig template.

GridStack 8.x-1.0-dev, 2016-09-07
---------------------------------
- Marked it Beta1.
- Updated description header to be more descriptive.

GridStack 8.x-1.0-dev, 2016-08-30
---------------------------------
- Updated the sample.

GridStack 8.x-1.0-dev, 2016-08-29
---------------------------------
- A few cleanups.

GridStack 8.x-1.0-dev, 2016-07-14
---------------------------------
- Removed deprecated @file docblock as per [#2665992], [#2304909].

GridStack 8.x-1.0-dev, 2016-06-10
---------------------------------
- Used blazy rather than lazy blazy for simplicity.

GridStack 8.x-1.0-dev, 2016-04-24
---------------------------------
- #2704415 by gausarts, crantisz: Number of columns ignored.
- #2704409 by crantisz: An error on saving.

GridStack 8.x-1.0-dev, 2016-04-11
---------------------------------
- #2703665 by crantisz: An error on adding.

GridStack 8.x-1.0-dev, 2016-04-03
---------------------------------
- Fixed for indefined index breakpoints.
- Added composer.json.

GridStack 8.x-1.0-dev, 2016-03-29
---------------------------------
- Fixed for $form['background'] being overriden.
- Fixed for missing $settings['item_id'].

GridStack 8.x-1.0-dev, 2016-03-28
---------------------------------
- Added the module files.
- Initial commit.

GridStack 8.x-1.0-dev, 2016-02-22
---------------------------------
- Initial WIP.

File

CHANGELOG.txt
View source
  1. GridStack 8.x-1.0-dev, 2019-01-14
  2. ---------------------------------
  3. - Fixed for disabled draggable for js-driven layouts.
  4. GridStack 8.x-1.0-dev, 2019-01-13
  5. ---------------------------------
  6. - Fixed for js-driven admin layouts. Added support for core layout builder.
  7. GridStack 8.x-1.0-dev, 2017-05-26
  8. ---------------------------------
  9. - #2870368 by jalpesh, Jigar.addweb: A small spelling mistake in Readme file.
  10. - Added tests.
  11. GridStack 8.x-1.0-dev, 2017-04-28
  12. ---------------------------------
  13. - Issue #2870945 by Pavan B S, dhruveshdtripathi: Convert module to use short
  14. array syntax (new coding standard).
  15. - Disabled draggable for Bootstrap/ Foundation static layouts.
  16. - Made dynamic numbering to avoid broken icon numbering.
  17. GridStack 8.x-1.0-dev, 2017-04-25
  18. ---------------------------------
  19. - #2872072 by gausarts: Use Backbone for admin UI.
  20. GridStack 8.x-1.0-dev, 2017-04-20
  21. ---------------------------------
  22. - Fixed for empty nested default value.
  23. GridStack 8.x-1.0-dev, 2017-04-15
  24. ---------------------------------
  25. - Added back multiple auto-saving as the problem was spot better.
  26. - Fixed for nested grids not being stored at first saving.
  27. - Fixed for icon number glitches.
  28. - Fixed for empty grids.
  29. - Fixed for nested grids not being stored at first saving.
  30. GridStack 8.x-1.0-dev, 2017-04-11
  31. ---------------------------------
  32. - Fixed for button remove.
  33. - Removed non-reliable multiple auto-saving.
  34. - Fixed for typos, and cleanups.
  35. GridStack 8.x-1.0-dev, 2017-04-10
  36. ---------------------------------
  37. - Added early rough Panels IPE integration.
  38. - Reverted and postponed premature optimization with grid glasses.
  39. - Removed useless XL which is only supported by Bootstrap4 from Bootstrap3.
  40. - Fixed for complication with unwanted nested grids when user is neglecting the
  41. designated defaults.
  42. GridStack 8.x-1.0-dev, 2017-04-08
  43. ---------------------------------
  44. - Fixed for missing schema type.
  45. - Changed layout classes into wrapper_classes due to conflicting schema for DS.
  46. - Merge options with default settings to reduce lines.
  47. GridStack 8.x-1.0-dev, 2017-04-07
  48. ---------------------------------
  49. - Fixed for unclean uncool uninstall with core Field Layout.
  50. - Added supports for Bootstrap 3 differed from Bootstrap 4 due to the fact that
  51. v3 contains different classes for XS columns: col-xs-N vs. col-N which is not
  52. easy to deal with without clear separation.
  53. - Optimized grid classes to remove similar/ dup COL width progressively, e.g.:
  54. Previously: col-xs-6 col-sm-6 col-md-6 col-lg-6 col-xl-6
  55. Now: col-xs-6
  56. or for Bootstrap 4: col-6
  57. This is safe for mobile first layouts.
  58. - Moved layout DRY stuffs into GridStackLayoutTrait.
  59. - More cleanups.
  60. GridStack 8.x-1.0-dev, 2017-04-05
  61. ---------------------------------
  62. - Fixed for core Field Layout integration not saving layout settings.
  63. - A few cleanups.
  64. GridStack 8.x-1.0-dev, 2017-04-04
  65. ---------------------------------
  66. - Fixed for core gridstack default icons.
  67. - Added overridable default icons.
  68. - Added theme suggestions by optionset ID.
  69. - Added granular group of regions container settings.
  70. - Moved gridstack_help() to gridstack_ui_help() to declutter main module.
  71. GridStack 8.x-1.0-dev, 2017-04-03
  72. ---------------------------------
  73. - Fixed for empty width still being printed for json > breakpoints.
  74. - Added configurable layout settings.
  75. - Fixed for emptied breakpoints when width option is empty which caused time out
  76. error.
  77. GridStack 8.x-1.0-dev, 2017-03-31
  78. ---------------------------------
  79. - Updated customized gridstack.js to v0.3.0.
  80. - Added support for static icon at e.g.: MODULE_NAME/images/OPTIONSET_ID.png
  81. as long as the module dependencies are declared explicitly for the stored
  82. optionset. This will be overriden when the optionset is updated/ edited.
  83. - Split category into "Gridstack JS" and "GridStack Bootstrap/Foundation".
  84. - Fixed for unwanted double libraries at optionset edit page.
  85. GridStack 8.x-1.0-dev, 2017-03-30
  86. ---------------------------------
  87. - Fixed for button remove not removing all box instances.
  88. - Fixed for Foundation breakpoints which only has small, medium, large.
  89. GridStack 8.x-1.0-dev, 2017-03-29
  90. ---------------------------------
  91. - Full support Bootstrap 4 with XS and XL breakpoints.
  92. - Decluttered GridStack UI to use tabs, not table.
  93. - Moved main grids array into breakpoints for consistency with Bootstrap, etc.
  94. GridStack 8.x-1.0-dev, 2017-03-27
  95. ---------------------------------
  96. - Fixed for breakpoint fallbacks when empty.
  97. - Fixed for admin preview regression with non-Bootstrap/ Foundation.
  98. - Updated README.
  99. GridStack 8.x-1.0-dev, 2017-03-26
  100. ---------------------------------
  101. - Partial support for Bootstrap 4.
  102. - Fixed for icons with a combination of boxes with or without nested elements.
  103. - Fixed for undefined regions when changing layouts without clearing cache.
  104. - Updated README.
  105. GridStack 8.x-1.0-dev, 2017-03-24
  106. ---------------------------------
  107. - Fixed for default Bootstrap/Foundation grid orderings to follow the natural
  108. order of floating elements.
  109. - Made uniform colors for the icons to reduce ugly spacings.
  110. - Fixed for hard-coded fallback icon scheme.
  111. GridStack 8.x-1.0-dev, 2017-03-23
  112. ---------------------------------
  113. - Fixed for failing removal of nested grids.
  114. - Fixed for dummy template descriptions.
  115. - Decluttered module file.
  116. - A few cleanups, and regression fixes.
  117. GridStack 8.x-1.0-dev, 2017-03-22
  118. ---------------------------------
  119. - Removed unused settings.
  120. - Fixed for static methods.
  121. - Fixed for empty UUID for GridStack Bootstrap and Foundation optionsets.
  122. - #2862785 by gausarts: Provides hook_update() for nested grids schema change
  123. and optionsets import.
  124. - #2862786 by gausarts: Provide new default optionsets for Bootstrap/Foundation.
  125. - #2862780: Implement dynamic layout builder for Bootstrap/ Foundation'.
  126. - Renamed ".gridstack" class into ".gridstack--js" to avoid conflict when both
  127. JS and CSS layouts present on the same page.
  128. GridStack 8.x-1.0-dev, 2017-03-03
  129. ---------------------------------
  130. - Disabled jquery_ui option by default as v0.3.0 is already decoupled.
  131. - Simplified admin JS for sanity.
  132. - A few cleanups.
  133. GridStack 8.x-1.0-dev, 2017-03-02
  134. ---------------------------------
  135. - #2857299 by gausarts: Update to v0.3.0.
  136. GridStack 8.x-1.0-dev, 2017-03-01
  137. ---------------------------------
  138. - #2856851 by gausarts: Add dynamic icon generator.
  139. GridStack 8.x-1.0-dev, 2017-02-28
  140. ---------------------------------
  141. - #2856485 by gausarts: Expose GridStack layouts aka optional integration with
  142. core and contrib layouts.
  143. GridStack 8.x-1.0-dev, 2017-02-26
  144. ---------------------------------
  145. - #2856033: Decouple Views.
  146. - A few trivial cleanups.
  147. - Fixed for dependencies namespaces.
  148. GridStack 8.x-1.0-dev, 2016-12-27
  149. ---------------------------------
  150. - Marked it Beta4.
  151. - Fixed for double gridstacks loaded when "Use customized GridStack library"
  152. enabled.
  153. - Added warning to clear cache when libraries are updated.
  154. GridStack 8.x-1.0-dev, 2016-12-23
  155. ---------------------------------
  156. - Updated to latest Blazy with vanilla JS.
  157. GridStack 8.x-1.0-dev, 2016-12-14
  158. ---------------------------------
  159. - Updated to use theme_blazy() for CSS background.
  160. - Added Field formatters for Image, File ER, and Paragraphs.
  161. GridStack 8.x-1.0-dev, 2016-12-06
  162. ---------------------------------
  163. - Fixed for coding standards.
  164. GridStack 8.x-1.0-dev, 2016-12-02
  165. ---------------------------------
  166. - #2832395 by gausarts, Redbrick: Error 500 on gridstack
  167. (structure > gridstack).
  168. GridStack 8.x-1.0-dev, 2016-11-29
  169. ---------------------------------
  170. - Updated .info file.
  171. GridStack 8.x-1.0-dev, 2016-11-21
  172. ---------------------------------
  173. - Fixed for Blazy integration.
  174. - Removed spaceless from Twig template.
  175. GridStack 8.x-1.0-dev, 2016-09-07
  176. ---------------------------------
  177. - Marked it Beta1.
  178. - Updated description header to be more descriptive.
  179. GridStack 8.x-1.0-dev, 2016-08-30
  180. ---------------------------------
  181. - Updated the sample.
  182. GridStack 8.x-1.0-dev, 2016-08-29
  183. ---------------------------------
  184. - A few cleanups.
  185. GridStack 8.x-1.0-dev, 2016-07-14
  186. ---------------------------------
  187. - Removed deprecated @file docblock as per [#2665992], [#2304909].
  188. GridStack 8.x-1.0-dev, 2016-06-10
  189. ---------------------------------
  190. - Used blazy rather than lazy blazy for simplicity.
  191. GridStack 8.x-1.0-dev, 2016-04-24
  192. ---------------------------------
  193. - #2704415 by gausarts, crantisz: Number of columns ignored.
  194. - #2704409 by crantisz: An error on saving.
  195. GridStack 8.x-1.0-dev, 2016-04-11
  196. ---------------------------------
  197. - #2703665 by crantisz: An error on adding.
  198. GridStack 8.x-1.0-dev, 2016-04-03
  199. ---------------------------------
  200. - Fixed for indefined index breakpoints.
  201. - Added composer.json.
  202. GridStack 8.x-1.0-dev, 2016-03-29
  203. ---------------------------------
  204. - Fixed for $form['background'] being overriden.
  205. - Fixed for missing $settings['item_id'].
  206. GridStack 8.x-1.0-dev, 2016-03-28
  207. ---------------------------------
  208. - Added the module files.
  209. - Initial commit.
  210. GridStack 8.x-1.0-dev, 2016-02-22
  211. ---------------------------------
  212. - Initial WIP.