Skip to content

Conversation

@adumesny
Copy link
Member

Description

  • GridStackOptions.subGrid -> GridStackOptions.subGridOpts.
  • We now have GridStackWidget.subGridOpts vs GridStackNode.subGrid (subclass) rather than try to merge the two at runtime since very different types...

always bugged me to have different runtime types, as it's error prone...

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

* `GridStackOptions.subGrid` -> `GridStackOptions.subGridOpts`.
* We now have `GridStackWidget.subGridOpts` vs `GridStackNode.subGrid` (subclass) rather than try to merge the two at runtime since very different types...

always bugged me to have different runtime types, as it's error prone...
@adumesny adumesny merged commit d99a9f5 into gridstack:master Apr 23, 2023
@sebastiannjose
Copy link

Is this a breaking change when upgrading to the latest release ? I currently use version 7.2.3 and thankfully only the subGrid property needs to be renamed 👍

@adumesny
Copy link
Member Author

@snapbakk it will be for upcoming v8.0 version... trying to do all breaking changes into the next release...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants