Issues closed
- Small typo in field.js documentation (#2368)
- Menus change layout while moving highlight (#2351)
- Blockly math operators error (#2348)
- Trashcan's flyout badly positioned on X axis (#2345)
- Dropdown sizing issues (width and height) (#2337)
- Blocks unplugged during drag can be lost/deleted (#2336)
- Blockly.setTheme errors out if Blockly.getMainWorkspace() does not return a value (#2331)
- updateToolbox doesn't correctly remeasure the toolbox size (#2330)
- Dart math generator contains Python reference (#2329)
- Context Menus not Receiving Clicks (#2312)
- Scroll Event Bound in inject.js Doesn't Work for Multiple Workspaces (#2310)
- involuntary hatless mode (#2302)
- Add Constant for Scrolling with Non-Pixel Delta Modes (#2301)
- Recenter algorithm does not adapt to simple toolbox correctly (#2297)
- Message does not reference all 5 arg(s). (#2293)
- Multiple workspaces on the same page breaks when using trashcan (#2291)
- Bumping in RTL can push blocks unexpectedly far away (#2290)
- Q: Should the absoluteLeft and absoluteTop Metrics be Shifted to Avoid Simple Toolboxes? (#2280)
- Disable Next Blocks in Toolbox (#2273)
- Insertion marker flickering (#2255)
- Local build fails when run from top level (#2172)
- Test blocks should have common prefix (#2103)
- Clicking on document should call Blockly.hideChaff (#2066)
- make list from text block throws uncaught Error (#2061)
- New variable should default setter to that variable. (#2050)
- Custom Dialogs does not have an entry/icon in demos/index.html (#1709)
- FieldImage alt text does not propagate to page markup (#1632)
- Rename workspaceSvg.getFlyout_ to workspaceSvg.getFlyout (#1101)
- Underscore naming convention mismatch with jsdoc privacy annotations. (#695)
Pull requests
- Rebuild (#2372)
- typo fix in line 134 of field.js for documentation (#2371)
- typo fix in line 134 of field.js documentation (#2369)
- Updates function call (#2367)
- Common prefix for test blocks (#2361)
- Fixes bumping too much when in RTL (#2360)
- Hides chaff on document mouseup (#2359)
- Develop1709 (#2358)
- Rename WorkspaceSvg.getFlyout_ to WorkspaceSvg.getFlyout (#2357)
- Fix margins/checkbox in RTL dropdown menus (#2356)
- Adds check for a targetConnection (#2355)
- Update selected menu sizing to fix #2351 (#2353)
- Fix bubble open/close events (#2352)
- Ignores urls for eslint (#2350)
- Fixed Trashcan Flyout Positioning (#2349)
- Random upgrades (#2346)
- Fix zoom bug while dragging in Mutators (#2344)
- Remove Python references in Dart math generator (#2343)
- Set theme fix (#2335)
- Keyboard nav cleanup (#2334)
- Fixed updateToolbox Not Properly Updating Flyouts (#2332)
- Add a playgound for debugging SVG paths (#2328)
- Reverts changes to fix bug with selecting dropdown (#2327)
- Fix issue 2061 (make list from text block throws uncaught Error) (#2326)
- style -> categorystyle change (#2325)
- Don't try to bump if the object has already been deleted. (#2324)
- Fixed Scroll Event Binding to Work with Multiple Workspaces (#2323)
- Added Event Filtering to workspaceChanged in Mutator (#2320)
- Add click target property to fields, with accessor (#2318)
- Add dropdowndiv and use it for the colour picker and angle fields (#2313)