Releases: google/blockly
blockly-v12.0.0-beta.1
What's Changed
Breaking changes 🛠
New features ✨
- feat: Warn if a variable category is loaded without variable blocks. by @gonfunko in #8704
- feat: Add a generator for all fields on a block. by @gonfunko in #8667
- feat: Add a BlockSvg.getStyle() method. by @gonfunko in #8722
Bug fixes 🐛
- fix: treat media files as binary while packaging them by @jfedor2 in #8706
- fix: Fix unsafe cast in Input.setVisible(). by @gonfunko in #8695
- fix: Fix serialization of the lists_split block. by @gonfunko in #8702
- fix: Paste blocks copied from a mutator into the mutator. by @gonfunko in #8719
- fix: Disallow adding comments to mutator workspaces. by @gonfunko in #8720
- fix: Reposition the trashcan's flyout in response to workspace changes. by @gonfunko in #8721
- fix: Don't create intermediate variables when renaming a procedure argument. by @gonfunko in #8723
- fix: Fix bug that prevented keyboard navigation in flyouts. by @gonfunko in #8687
- fix: Fix bug that preventing scrolling menu items into view. by @gonfunko in #8726
Cleanup ♻️
- refactor: Reenable workspace resizing after reflowing flyouts. by @gonfunko in #8683
- refactor: Convert renderer typecheck methods to typeguards. by @gonfunko in #8656
Other changes
New Contributors
Full Changelog: blockly-v12.0.0-beta.0...blockly-v12.0.0-beta.1
blockly-v11.2.0
What's Changed
New features ✨
- feat(scripts): Create script to help with CJS -> ESM migration by @cpcallen in #8197
- feat: add legacy warning to block factory by @maribethb in #8234
- feat: allow fetching block bounds not including children. by @gonfunko in #8284
- feat: expose
bringToFront()
method by @UCYT5040 in #8472 - feat: mark some marker_svg properties protected instead of private by @rachel-fenichel in #8558
Bug fixes 🐛
- fix: change which element keydown is bound to from document to injection div by @mark-friedman in #8188
- fix: statement input blocks disappearing by @BeksOmega in #8203
- fix(dev-tools): only initSvg on rendered blocks by @maribethb in #8215
- fix: Drag and Resize events for workspace comments by @johnnesky in #8217
- fix: correctly report the pre-resize-drag size to workspace comment size change listeners by @gonfunko in #8240
- fix: export the layer constants. by @gonfunko in #8256
- fix: use the correct with in getBoundingRectangleWithoutChildren(). by @gonfunko in #8298
- fix: added id to rendered ws comments; made getCommentById public; ad… by @changminbark in #8358
- fix: Enable blocks if user can't manually enable them. by @johnnesky in #8354
- fix: drag strategy only clear group id set by us by @HollowMan6 in #8355
- fix: Codify component weights with toolbox in front of flyouts. by @johnnesky in #8432
- fix: comments and bubbles on click by @UCYT5040 in #8451
- fix: Update dev-tools, remove toolbox category tests Colour and Angles by @johnnesky in #8457
- fix(touch): prevent infinite loop on multi-touch drag by @AbhinavKRN in #8470
- fix: Let workspace comment have delete cursor over trash. by @johnnesky in #8477
- fix: Detect if deleting shadow block affects selection highlight by @johnnesky in #8533
- fix(events): Simplify
filter
function, add newenqueueEvent
function by @cpcallen in #8539 - fix(comments): added workspace comments and comment drag strategy isDeadOrDying() checks (for multiselect plugin) by @changminbark in #8532
- fix: Ensure immovable blocks are considered during workspace tidying by @BenHenning in #8550
- fix: Factor out workspace drag methods into utils. by @johnnesky in #8566
- fix: Simplify list and text WHERE validation by @johnnesky in #8575
- fix: Group field validator changes with field value changes. by @johnnesky in #8589
- fix: Let old block factory overwrite user defined blocks. by @johnnesky in #8605
- fix: bump initiator group in an orthogonal direction from neighboring group by @johnnesky in #8613
- fix: clear touch identifier on comment icon down by @riknoll in #8627
- fix: Use a readonly textarea for non-editable comments. by @gonfunko in #8632
- fix: Fix crash when resizing page while editing a field. by @gonfunko in #8646
- fix: Fix bug that caused comments to be incorrectly positioned. by @gonfunko in #8668
- fix: Disable newly created function call blocks when the corresponding definition is disabled. by @gonfunko in #8665
- fix: Fix bug that caused text to be selected when long-pressing in the workspace on a touch device. by @gonfunko in #8670
- fix: typo in comment by @winnchen in #8685
- fix: workspace shifts when deleting a block by @mateusslezinsky in #8666
Cleanup ♻️
- docs(blocks):
block.ts
andblocks/*
JSDoc / formatting / etc. cleanup by @cpcallen in #8431 - refactor(events): introduce
EventType
enum in separate module by @cpcallen in #8530 - refactor(events): Don't filter events before undo by @cpcallen in #8537
- refactor(events): Introduce and use event type predicates by @cpcallen in #8538
- refactor: Use arrow functions when calling
Array.prototype.filter
by @cpcallen in #8557 - refactor: Omit unused exception arguments from
catch
blocks by @cpcallen in #8559 - refactor(shortcuts): Improve shortcut registry documentation & style by @cpcallen in #8598
- refactor: Move functions into FieldDropdown. by @gonfunko in #8634
Other changes
- Revert "chore: Pin node.js v22 to v22.4.1 in CI" by @BeksOmega in #8398
- release: v11.2.0 by @gonfunko in #8700
New Contributors
- @changminbark made their first contribution in #8358
- @AbhinavKRN made their first contribution in #8470
- @abhinavjha0239 made their first contribution in #8478
- @BenHenning made their first contribution in #8550
- @winnchen made their first contribution in #8685
- @mateusslezinsky made their first contribution in #8666
Full Changelog: blockly-v11.1.1...blockly-v11.2.0
blockly-v12.0.0-beta.0
What's Changed
Breaking changes 🛠
- feat!: Add support for preserving block comment locations. by @gonfunko in #8231
- fix!: rename the blockly icon CSS classes to use camelCase (#8329) by @ga-fleury in #8335
- fix!: Make
IPathObject
styling methods optional by @shashwatpathak98 in #8332 - fix!: Rename
blocklyTreeRow
andblocklyToolboxCategory
CSS classes by @Abhinav-Chdhary in #8357 - fix!: renamed blocklyTreeIcon Css class to blocklyToolboxCategoryIcon #8347 by @krishchvn in #8367
- fix!: Replace Closure UI CSS classes with Blockly CSS classes by @Arun-cn in #8339
- fix!: rename
blocklyToolboxContents
toblocklyToolboxCategoryGroup
by @ruthwikchikoti in #8384 - refactor!: Use IVariableMap instead of VariableMap by @gonfunko in #8401
- fix!: Rename editing CSS class to blocklyEditing (#8287) by @ga-fleury in #8301
- fix!: use
:focus
pseudo class instead ofblocklyFocused
by @Skye967 in #8360 - fix!: Redundant blockly non selectable #8328 by @dakshkanaujia in #8433
- fix!: Rename blocklyTreeIconOpen to
blocklyToolboxCategoryIconOpen
by @UtkershBasnet in #8440 - fix!: Renamed the blocklyTreeSelected CSS class to blocklyToolboxSelected by @omwagh28 in #8459
- fix!: deleted styles without associated classes from css.ts, issue #8285 by @aishwaryavenkatesan in #8465
- feat!: change blocklyEditableText to blocklyEditableField and blocklyNonEditableText to blocklyNonEditableField by @Adityajaiswal03 in #8475
- fix!: Remove the blocklyMenuItemHighlight CSS class and use the hover by @Arun-cn in #8536
- refactor!: Update flyouts to use inflaters. by @gonfunko in #8601
- refactor!: Remove the InsertionMarkerManager. by @gonfunko in #8649
- refactor!: Improve ability to use CSS to style Blockly. by @gonfunko in #8647
- feat!: Use CSS to specify field cursors. by @gonfunko in #8648
- refactor!: Use one map for toolbox contents. by @gonfunko in #8654
- refactor!: Add setSelectedItem() to IToolbox. by @gonfunko in #8650
New features ✨
- feat: Add blocklyField to field's SVG Group by @nullHawk in #8334
- feat: Add a blocklyFieldText CSS class to fields' text elements (#8291) by @ga-fleury in #8302
- feat: Add a
blocklyVariableField
CSS class to variable fields by @shashwatpathak98 in #8359 - feat: add the IVariableMap and IVariableModel interfaces. by @gonfunko in #8369
- feat: Add a blocklyTextBubble CSS class to the text bubble #8331 by @Nirmalkumar6112 in #8333
- feat: Add a blocklyShadow class by @devesh-2002 in #8336
- feat: Added blocklyTrashcanFlyout CSS class by @ChaitanyaYeole02 in #8372
- feat: Add css classes from json block definitions by @ishon19 in #8377
- feat: Add blocklyToolboxFlyout CSS class to the flyout by @nullHawk in #8386
- feat: Add a blocklyCollapsed CSS class to collapsed blocks' root SVG (#8264) by @ga-fleury in #8308
- feat: Add a blocklyBlock CSS class to the block's root SVG by @ChaitanyaYeole02 in #8397
- feat: add
blocklyMiniWorkspaceBubble
css class by @ishon19 in #8390 - feat: Add a blocklyNotEditable CSS class to the block's root SVG by @dianaPrahoveanu-SL in #8391
- feat: Add a VarTypeChange event. by @gonfunko in #8402
- feat: added
blocklyNotDetetable
class to block_svg by @Shreshthaaa in #8406 - feat: add the block's type as a CSS class to the block's root SVG by @CodeMaverick2 in #8428
- feat: add
blocklyLabelField
css class to label field by @surajguduru in #8423 - feat: Add a blocklyNumberField CSS class to number fields by @Apocalypse96 in #8414
- feat: add a method for subclasses of FieldVariable to get the default type. by @gonfunko in #8453
- feat: added block's style as a CSS class to block's root SVG by @Shreshthaaa in #8436
- feat: implement
WorkspaceSvg
class manipulation by @UCYT5040 in #8473 - feat: added
blocklyHighlighted
CSS class to highlighted block's root… by @Shreshthaaa in #8407 - feat: Add the IFlyoutInflater interface. by @gonfunko in #8581
- feat: Add inflaters for flyout labels and buttons. by @gonfunko in #8593
- feat: Add support for inflating flyout separators. by @gonfunko in #8592
- feat: Add a BlockFlyoutInflater class. by @gonfunko in #8591
- feat: Allow specifying the placeholder text of workspace comments. by @gonfunko in #8608
- feat: Allow specifying the default size of comments. by @gonfunko in #8618
- feat: Allow customizing GRID_UNIT for the Zelos renderer. by @gonfunko in #8636
Bug fixes 🐛
- fix: Remove references to getFastTextWidth (#8277) by @ga-fleury in #8307
- fix: improve prompting when deleting variables by @gonfunko in #8529
- fix: display the correct variable reference count when deleting a variable. by @gonfunko in #8549
- fix: improve flyout performance by @gonfunko in #8571
- fix: size text with computed styles even when hidden by @gonfunko in #8572
- fix: include potential variables in variable dropdowns in the flyout by @gonfunko in #8574
- fix: Fix bug that prevented dismissing the widgetdiv in a mutator workspace. by @gonfunko in #8600
- fix: Fix bug that caused fields in the flyout to use the main workspace's scale. by @gonfunko in #8607
- fix: Correctly calculate the bounds of hat blocks. by @gonfunko in #8616
- fix: Take the flyout into account when positioning the workspace after a toolbox change. by @gonfunko in #8617
- fix: Fix exception when disposing of a workspace with a variable block obscuring a shadow block. by @gonfunko in #8619
- fix: improve typings and export additional types by @gonfunko in #8631
- fix: Create CSS vars for SVG patterns. by @johnnesky in #8671
Cleanup ♻️
- refactor: field_checkbox
dom.addClass
params by @ishon19 in #8309 - refactor: Add
addClass
andremoveClass
methods to blockSvg by @ishon19 in #8337 - refactor: make VariableModel implement IVariableModel. by @gonfunko in #8381
- refactor: update the variable interfaces. by @gonfunko in #8388
- refactor: make VariableMap implement IVariableMap. by @gonfunko in #8395
- refactor: Use IVariableModel instead of VariableModel. by @gonfunko in #8400
- refactor: clean up VariableModel. by @gonfunko in #8416
- refactor: deprecate and clean up variable-related methods. by @gonfunko in #8415
- refactor: use getters for flyout width and height. by @gonfunko in #8564
- refactor: remove redundant flyout positioning. by @gonfunko in #8573
Other changes
New Contributors
- @ishon19 made their first contribution in #8309
- @ga-fleury made their first contribution in #8335
- @nullHawk made their first contribution in #8334
- @shashwatpathak98 made their first contribution in #8332
- @Abhinav-Chdhary made their first contribution in #8357
- @Nirmalkumar6112 made their first contribution in #8333
- @devesh-2002 made their first con...
blockly-v11.2.0-beta.2
What's Changed
Bug fixes 🐛
- fix: Fix bug that caused comments to be incorrectly positioned. by @gonfunko in #8668
- fix: Disable newly created function call blocks when the corresponding definition is disabled. by @gonfunko in #8665
- fix: Fix bug that caused text to be selected when long-pressing in the workspace on a touch device. by @gonfunko in #8670
- fix: typo in comment by @winnchen in #8685
- fix: workspace shifts when deleting a block by @mateusslezinsky in #8666
New Contributors
- @winnchen made their first contribution in #8685
- @mateusslezinsky made their first contribution in #8666
Full Changelog: blockly-v11.2.0-beta.1...blockly-v11.2.0-beta.2
blockly-v11.2.0-beta.1
What's Changed
Bug fixes 🐛
- fix: Ensure immovable blocks are considered during workspace tidying by @BenHenning in #8550
- fix: Factor out workspace drag methods into utils. by @johnnesky in #8566
- fix: Simplify list and text WHERE validation by @johnnesky in #8575
- fix: Group field validator changes with field value changes. by @johnnesky in #8589
- fix: Let old block factory overwrite user defined blocks. by @johnnesky in #8605
- fix: bump initiator group in an orthogonal direction from neighboring group by @johnnesky in #8613
- fix: clear touch identifier on comment icon down by @riknoll in #8627
- fix: Use a readonly textarea for non-editable comments. by @gonfunko in #8632
- fix: Fix crash when resizing page while editing a field. by @gonfunko in #8646
Cleanup ♻️
- refactor(shortcuts): Improve shortcut registry documentation & style by @cpcallen in #8598
- refactor: Move functions into FieldDropdown. by @gonfunko in #8634
New Contributors
- @BenHenning made their first contribution in #8550
Full Changelog: blockly-v11.2.0-beta.0...blockly-v11.2.0-beta.1
blockly-v11.2.0-beta.0
What's Changed
New features ✨
- feat(scripts): Create script to help with CJS -> ESM migration by @cpcallen in #8197
- feat: add legacy warning to block factory by @maribethb in #8234
- feat: allow fetching block bounds not including children. by @gonfunko in #8284
- feat: expose
bringToFront()
method by @UCYT5040 in #8472 - feat: mark some marker_svg properties protected instead of private by @rachel-fenichel in #8558
Bug fixes 🐛
- fix: change which element keydown is bound to from document to injection div by @mark-friedman in #8188
- fix: statement input blocks disappearing by @BeksOmega in #8203
- fix(dev-tools): only initSvg on rendered blocks by @maribethb in #8215
- fix: Drag and Resize events for workspace comments by @johnnesky in #8217
- fix: correctly report the pre-resize-drag size to workspace comment size change listeners by @gonfunko in #8240
- fix: export the layer constants. by @gonfunko in #8256
- fix: use the correct with in getBoundingRectangleWithoutChildren(). by @gonfunko in #8298
- fix: added id to rendered ws comments; made getCommentById public; ad… by @changminbark in #8358
- fix: Enable blocks if user can't manually enable them. by @johnnesky in #8354
- fix: drag strategy only clear group id set by us by @HollowMan6 in #8355
- fix: Codify component weights with toolbox in front of flyouts. by @johnnesky in #8432
- fix: comments and bubbles on click by @UCYT5040 in #8451
- fix: Update dev-tools, remove toolbox category tests Colour and Angles by @johnnesky in #8457
- fix(touch): prevent infinite loop on multi-touch drag by @AbhinavKRN in #8470
- fix: Let workspace comment have delete cursor over trash. by @johnnesky in #8477
- fix: Detect if deleting shadow block affects selection highlight by @johnnesky in #8533
- fix(events): Simplify
filter
function, add newenqueueEvent
function by @cpcallen in #8539 - fix(comments): added workspace comments and comment drag strategy isDeadOrDying() checks (for multiselect plugin) by @changminbark in #8532
Cleanup ♻️
- docs(blocks):
block.ts
andblocks/*
JSDoc / formatting / etc. cleanup by @cpcallen in #8431 - refactor(events): introduce
EventType
enum in separate module by @cpcallen in #8530 - refactor(events): Don't filter events before undo by @cpcallen in #8537
- refactor(events): Introduce and use event type predicates by @cpcallen in #8538
- refactor: Use arrow functions when calling
Array.prototype.filter
by @cpcallen in #8557 - refactor: Omit unused exception arguments from
catch
blocks by @cpcallen in #8559
Other changes
- Revert "chore: Pin node.js v22 to v22.4.1 in CI" by @BeksOmega in #8398
New Contributors
- @changminbark made their first contribution in #8358
- @AbhinavKRN made their first contribution in #8470
- @abhinavjha0239 made their first contribution in #8478
Full Changelog: blockly-v11.1.1...blockly-v11.2.0-beta.0
blockly-v11.1.1
What's Changed
Bug Fixes
- fix: statement input blocks disappearing #8203
Full Changelog: blockly-v11.1.0...blockly-v11.1.1
blockly-v11.1.0
What's Changed
New features ✨
- feat: Add a getTargetWorkspace method to flyout_base.ts by @ivalkshfoeif in #7519
- feat: made the method isDragTowardWorkspace non private by @ramyaram2092 in #7529
- feat: Paste block in viewport / near cursor by @bsampada7 in #7521
- feat: Added an API to programmatically scroll the workspace by @SophieNguyen113 in #7532
- feat(tests): Browser test helper to get workspace svg root by @bsampada7 in #8166
Bug fixes 🐛
- fix: update types in 'field_input.ts' file by @aku1310 in #7514
- fix: move delete keyboard shortcut in-progress gesture check to precondition #6274 by @humera811 in #7528
- fix: removed underscore from isLabel_ in flyout_button.ts by @sayalikandarkar in #7533
- fix: Addition of the .gitattributes file to standardize line endings by @sam301100 in #7517
- fix: non-nullable check for block variable and removed ! in layout_ #7522 by @priya-rjb in #7537
- fix: non-nullable check for block variable and removed ! in layout_ by @rashmi29 in #7536
- fix: pasting with nothing selected by @BeksOmega in #7561
- fix: Only hide WidgetDiv if it is associated with the affected workspace. by @johnnesky in #8150
- fix: lang file imports by @BeksOmega in #8179
- fix: dragging and disposing of shadows by @BeksOmega in #8172
- fix: comment body height too short by @BeksOmega in #8182
Reverted changes ⎌
- revert: "chore(deps): update webdriverio to 8.16 and stop using seleni… by @maribethb in #7520
Other changes
- release: v11.1.0 by @BeksOmega in #8185
New Contributors
- @ivalkshfoeif made their first contribution in #7519
- @aku1310 made their first contribution in #7514
- @humera811 made their first contribution in #7528
- @ramyaram2092 made their first contribution in #7529
- @sayalikandarkar made their first contribution in #7533
- @sam301100 made their first contribution in #7517
- @SophieNguyen113 made their first contribution in #7532
- @priya-rjb made their first contribution in #7537
- @rashmi29 made their first contribution in #7536
Full Changelog: blockly-v11.0.0...blockly-v11.1.0
blockly-v11.0.0
Blockly v11 is here and it includes many new features and bug fixes!
For the full list of breaking changes, see the release notes below. You can click on each PR to learn why it's a breaking change, how to tell if you will be affected by it, and what to do if you are. There are a few major changes to be aware of:
- The colour, multiline input, and angle fields and their associated blocks have been removed from core. They are now available as plugins. If you use these blocks or fields, follow the instructions in the plugin READMEs to install them.
- If you install Blockly through npm, we now provide an
exports
clause to explicitly declare what you can import from our package.- Your build tooling may now throw an error if you deep import from our package such as
import 'blockly/core/some/file/name.js'
, which has never been supported by Blockly but may have been made possible by your build tools.
- Your build tooling may now throw an error if you deep import from our package such as
- We now provide Blockly as an esmodule if you use Blockly through
import
statements in JS.import Blockly from 'blockly/core'
has never been supported by Blockly, but your build tool may have "helpfully" made this work previously. Due to this change, your build tooling may no longer behave that way.- You should
import * as Blockly from 'blockly/core'
instead, as described in our documentation. - Note that
<script type="module">
in HTML files is not yet a supported method to load Blockly.
- Calling
statementToCode
orvalueToCode
on inputs that don't exist will now throw an error instead of returning an empty string.- This will make it easier to spot errors due to incorrect input names in block-code generator functions, but may expose previously silent issues with existing code.
This release also comes with many new features and bug fixes! A few notable ones include:
- Custom workspace comment behavior and appearance
- Custom draggable behavior
- More consistent undo/redo behavior for disabled blocks
- Keyboard navigation of flyout buttons
- More accurate Generator type definitions
What's Changed
Breaking changes 🛠
- fix!: have Lua generators use 'nil' instead of 'None' by @BeksOmega in #7837
- fix!: have disposing be true from start of dispose by @BeksOmega in #7891
- feat!: delete angle, colour, and multiline input fields and blocks by @rachel-fenichel in #7932
- fix!: classes on text input bubble to match comment view by @BeksOmega in #7935
- feat(build)!: Introduce
exports
section inpackage.json
by @cpcallen in #7822 - fix!: remove couldConnect parameter from wouldDelete by @BeksOmega in #7968
- feat!: Throw errors on missing inputs by @NeilFraser in #7969
- feat!: migrate bubble dragging to use new dragging API by @BeksOmega in #7974
- fix!: various drag-adjacent interfaces by @BeksOmega in #7975
- feat!: change gestures to look at selected when dragging by @BeksOmega in #7991
- feat!: Add context menu options for workspace comments by @BeksOmega in #8035
- feat!: Invalid Blocks by @johnnesky in #7958
- fix!: Only fire intermediate events when editing input with invalid text. by @johnnesky in #8054
- fix!: add getContents to IFlyout by @maribethb in #8064
- feat(build)!: Introduce ESM entrypoints by @cpcallen in #8091
- chore!: delete deprecations for v11 by @BeksOmega in #7732
New features ✨
- feat: add comment view (for workspace comments, and block comments for partners) by @BeksOmega in #7914
- feat: allow overriding comment icons by @BeksOmega in #7937
- feat: add headless workspace comment class by @BeksOmega in #7916
- feat: rendered workspace comment by @BeksOmega in #7918
- feat: have RenderedWorkspaceComment implement IBoundedElement and IRenderedElement by @BeksOmega in #7919
- feat: add JSON serialization for workspace comments by @BeksOmega in #7927
- feat(dragging): Create (new)
IDragger
andIDraggable
interfaces by @cpcallen in #7953 - feat(dragging): Introduce
Dragger
, implementingIDragger
by @cpcallen in #7956 - feat: add block drag strategy by @BeksOmega in #7970
- feat: have blocks use drag strategy by @BeksOmega in #7971
- feat: have the gesture use a dragger for blocks by @BeksOmega in #7972
- feat: make comment a draggable by @BeksOmega in #7976
- feat: allow duplicate registry values by @maribethb in #7988
- feat: support dragging comments in the gesture by @BeksOmega in #7977
- feat: support keyboard navigation of flyout buttons by @mikeharv in #7852
- feat: comment collapse event by @BeksOmega in #7949
- feat: add toFlyoutData method for compatibility with backpack by @BeksOmega in #8002
- feat: visual comment selection by @BeksOmega in #7996
- feat: add ability to delete workspace comments by @BeksOmega in #8023
- feat: add ability to copy and paste workspace comments by @BeksOmega in #8024
- feat: add block factory export in json by @maribethb in #8051
- feat: Add snapping to workspace comments. by @NeilFraser in #8070
Bug fixes 🐛
- fix!(generators): Fix generator typings by @cpcallen in #7727
- fix(generators): Fix generator type declarations by @cpcallen in #7750
- fix: export save and load procedure by @BeksOmega in #7806
- fix: connection previewer disposing too early by @BeksOmega in #7859
- fix: typo in Click event class docs by @elvisvoer in #7854
- fix: insertion marker drag scaling by @BeksOmega in #7874
- fix: restore respecting snap radius by @BeksOmega in #7873
- fix: libraryBlocks exports by @devilhyt in #7886
- fix: shouldPreventMove not being respected by @BeksOmega in #7894
- fix: connection dancing by @BeksOmega in #7899
- fix: comment min size by @BeksOmega in #7915
- fix: updated field_dropdown to properly infer its Field type with TS 5.3.3 by @btw17 in #7939
- fix(generators): Make
scrub_
public
by @cpcallen in #7940 - fix: Fix block disposal animations by @gonfunko in #7948
- fix: comment have XML save and load new workspace comments classes by @BeksOmega in #7931
- fix(typings): Restore inadvertently-deleted
typings/msg/msg.d.ts
; add TS import test by @cpcallen in #7955 - fix: comment position in RTL by @BeksOmega in #7934
- fix: comment view styling by @BeksOmega in #7965
- fix: draggable interface and concrete dragger by @BeksOmega in #7967
- fix: comment create and delete events by @BeksOmega in #7945
- fix: comment icon interface re serialization by @BeksOmega in #7964
- fix: Assign to containerDiv blockyWidgetDiv if it already exists by @lotusotho in #7980
- fix: prevent default undo by @BeksOmega in #7946
- fix: comment colours when dragging by @BeksOmega in #7978
- fix: comment move and change events by @BeksOmega in #7947
- fix: dragging shadow blocks by @BeksOmega in #7992
- fix: bubbles not being returned to the correct layer after drag by @BeksOmega in #7997
- fix: insertion marker firing move event by @BeksOmega in #8000
- fix: drag cursor by @BeksOmega in #7999
- fix: blocks not being returned to the correct layer if their drag is reverted with no parent by @BeksOmega in #7998
- fix: compatibility with scroll plugin by @BeksOmega in https://github.com/google/blockly/pull...
blockly-v11.0.0-beta.6
This is the fourth fifth in an ongoing series of beta releases for the future v11 of Blockly. See information about the Blockly v11 Beta Program.
Due to errors in the publication process, the contents of the [email protected]
package were not as intended (and did not correspond with the release notes), and that version has been withdrawn. This version, -beta.6, supersedes it.
Highlights in v11.0.0-beta.6 (was beta.5)
This release was created to publish the fix in PR #7955 for issue #7952, which caused errors when importing langfiles (e.g. blockly/msg/en
) in TypeScript modules. Thanks to @clementcontet for reporting this issue in -beta.4 so promptly—and sorry that we didn't catch it despite the extensive testing carried out on the offending PR, #7822!
It also contains unrelated ongoing work on refactoring workspace comments.
What's Changed
New features ✨
- feat: rendered workspace comment by @BeksOmega in #7918
- feat: have RenderedWorkspaceComment implement IBoundedElement and IRenderedElement by @BeksOmega in #7919
- feat: add JSON serialization for workspace comments by @BeksOmega in #7927
Bug fixes 🐛
- fix: comment have XML save and load new workspace comments classes by @BeksOmega in #7931
- fix(typings): Restore inadvertently-deleted
typings/msg/msg.d.ts
; add TS import test by @cpcallen in #7955
Full Changelog: blockly-v11.0.0-beta.4...blockly-v11.0.0.-beta.6