v0.43.0 #1601
wata727
announced in
Announcements
v0.43.0
#1601
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.43.0 (2022-11-19)
This release adds support for dynamic blocks, including block expansion and iterator evaluation. Previously, dynamic blocks were always treated as a single block.
Plugin developers should be careful with dynamic blocks after this version. If you set
ExpandModeNone
(orIncludeNotCreated
), dynamic blocks will not be fully expanded. Instead, dynamic blocks can be retrieved as-is via theGetModuleContent
API.Enhancements
BugFixes
Chores
This discussion was created from the release v0.43.0.
Beta Was this translation helpful? Give feedback.
All reactions