CHANGELOG.txt in GridStack 8
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
-
- 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.