Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(develop): release blockly 9.0.0 #6101

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Apr 21, 2022

🤖 I have created a release beep boop

9.0.0 (2022-10-25)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • // isn't a legal comment in CSS (#6467) (84f6dfe)
  • add compose and decompose to block (#6102) (619ee66)
  • add timeouts to delay expensive mutation operations (#6149) (91b570a)
  • adding and removing css classes that contained spaces (#6455) (8530e6d)
  • build: Fix sourcemaps (#6352) (e10bf99)
  • build: Have prepare task signal async completion (#6356) (079699b)
  • bump version to 8.0.2 (5620515)
  • Check for empty array in thrasos.RenderInfo.addElemSpacing_ (#6211) (16b5ccd)
  • checkin built files (f21b9db)
  • component id should be on the prototype (#6104) (172a8ce)
  • Connections can be highlighted multiple times (#6502) (581e8ac)
  • context menu not working (#6399) (79051a6)
  • Deep copy options used by dropdown fields (#6425) (05b221b)
  • deprecate functions in object.ts (#6387) (9775b51)
  • disposing of a workspace that has overwritten shadows (#6424) (f2e408b)
  • Don't warn if field is acually 0 width (#6558) (321f619)
  • dragging fails for collapsed blocks with Icons, which have been … (#6081) (f5206d4)
  • dragging fails for collapsed blocks with Icons, which have been … (#6081) (5240301)
  • feedback on procedure model implementations (#6560) (41db0c5)
  • field defaults not being defined correctly (#6453) (eb1b786)
  • fix block factory in manual mode (#6533) (a64d6e9)
  • Fix blocks with mutators. (#6440) (ab03c65)
  • Fix compilation errors under Closure's strict mode (#6073) (edc2a5c)
  • Fix errors in TS declarations with blocks and generators (#6200) (d61f4ca)
  • fix message loading by removing vestgial dependency (#6219) (c0f81c2)
  • fix message loading from script tags (#6060) (44edbb8)
  • fix or silence type errors (#6105) (daf78af)
  • fix pinch to zoom (#6544) (5cdcd02)
  • fix pinch to zoom (#6544) (caf91c8)
  • generator type declarations (#6412) (b2fa356)
  • improve types in touch code (#6099) (7c7cfbe)
  • Increases the speed of deleting blocks (#6128) (71e8356)
  • inject function options dictionary has wrong type definition (#6231) (233cce8)
  • JSON deserialization fails (bug #6091) (collapsed procedure call… (#6103) (75a071e)
  • JSON deserialization fails (bug #6091) (collapsed procedure call… (#6103) (45c36f8)
  • json hooks for lists blocks not needing extra state (#6177) (8b69b61)
  • json serialize lists_getIndex with json extraState (#6136) (#6170) (0afff23)
  • loading messages from script tags. (#6184) (188ba98)
  • loading messages from script tags. (#6184) (2a7d6b0)
  • Made workspace non-nullable. (#6300) (83a3e74)
  • make eventUtils throw if event type not registered (#6381) (60bc01a)
  • Make generator types and BlockDefinition less restrictive (#6185) (2ff4f88)
  • make getSourceBlock nullable again (#6542) (5f42361)
  • make getSourceBlock nullable again (#6542) (df660af)
  • Make message files work in unpackaged mode, and rebuild msg files (c3af8de)
  • Make message files work in unpackaged mode, and rebuild msg files (4b1bb8c)
  • message types being incorrect (#6414) (9c81e75)
  • Modifying size update handling for multiline field in parent block. (#6461) (2a2cbb4)
  • Move backwards-compatibility hacks to main.js (#6260) (aaafbc2)
  • move Theme to use a Partial type for BlockStyle (#6532) (ca3b9bd)
  • mutators disconnecting from children instead of moving them (#6047) (493444c)
  • options parser should add trailing slash to 'media' if not present. (#6263) (#6264) (bf1a40c)
  • packaging .d.ts files (#6327) (c8dd01a)
  • parent blocks not bumping neighbours (#6538) (7147813)
  • path object not checking theme props (#6451) (893787b)
  • provide initial values to reduce functions in generated js (#6178) (706c2bf)
  • refactors concrete implementations of the procedure data models (#6575) (fed57f2)
  • remove calls to removeClass and hasClass (#6413) (5f11f34)
  • remove checks for IE and EdgeHTML in core (#6336) (ffe6d55)
  • remove deprecated use of objectUtils from generators (#6499) (224af0a)
  • Remove float() coercion in Python loops (#6259) (5612e13)
  • remove some IE-specific code in dom and style (#6396) (a785ab8)
  • remove unused functions in style.ts (#6386) (856e74d)
  • remove unused or obsolete useragent checks (#6355) (aff21b9)
  • remove vestigial dependency (#6219) (334956b)
  • replace object.mixin with Object.assign (#6138) (df41c23)
  • reuse the 'bumpObjects' module in inject.js (#6121) (df8349c)
  • Silence Closure errors when modifying tooltips. (#6098) (29b6b87)
  • some AnyDuringMigration (#6430) (c2cbed1)
  • stop using is3dSupported (#6400) (55ea12b)
  • tests: Fix race condition causing flakiness in PHP generator test (#6213) (d7ab815)
  • tests: revert change in marker_svg to keep keyboard nav tests working (#6457) (dd0d0f6)
  • theme types (#6423) (abad51f)
  • Theme.name does not match registered name (#6186) (#6226) (9797943)
  • TS errors on dependent projects with certain tsconfig settings (#6360) (#6361) (e58cf77)
  • type error in uneditable bubbles (#6092) (7353c61)
  • update a moved function in developer tools so it loads (#6500) (ce3ec78)
  • Update deprecations for the new release. (#6470) (d3447ea)
  • update extraState property in serializer typedefs (#6057) (55cae6e)
  • update package files (b5c4494)
  • update prettify url (#6459) (852e48a)
  • Update readme and remove travis build badge (e65835c)
  • Update typescript definition files for core, blocks, and generators (#6174) (87aa4c0)
  • update versions (c137801)

Reverts

  • "chore: remove unused import" (02089ae)
  • "chore: remove unused import" (02089ae)

Miscellaneous Chores

  • build: compile to ES2015 instead of ES5 (#6335) (f032151)
  • properly add the removal of utils.global to the renamings file. (#6204) (2f734f7)

Code Refactoring

  • Remove remaining use of goog.module.declareLegacyNamespace. (#6254) (f947b3f)
  • Removed backwards compatibility for getDeveloperVars(). (#6385) (3bc42c5)

release


This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner April 21, 2022 23:30
@release-please release-please bot requested a review from maribethb April 21, 2022 23:30
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 2 times, most recently from 332d453 to fa36e48 Compare April 22, 2022 18:23
@release-please release-please bot changed the title chore(develop): release blockly 8.1.0 chore(develop): release blockly 9.0.0 Apr 22, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 5 times, most recently from b97e190 to f73b9fd Compare April 27, 2022 15:01
@maribethb maribethb removed their assignment Apr 27, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 3 times, most recently from d8531fc to 63b6cd1 Compare May 4, 2022 21:56
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 4 times, most recently from 4915277 to fe5dd81 Compare May 12, 2022 02:08
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 3 times, most recently from 106dcf1 to 8a23022 Compare May 17, 2022 12:16
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 3 times, most recently from 2b3174c to 6d1913f Compare May 26, 2022 21:53
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 4 times, most recently from 595bdaa to ca499d3 Compare June 3, 2022 19:21
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from 1bc2b31 to 5d5471d Compare October 18, 2022 19:59
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 18, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from 5d5471d to 978733d Compare October 18, 2022 21:05
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 18, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from 978733d to 2e99153 Compare October 19, 2022 15:22
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 19, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch 2 times, most recently from e841997 to 61fd00b Compare October 24, 2022 15:13
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 24, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from 61fd00b to f83d4e2 Compare October 25, 2022 15:35
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 25, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from f83d4e2 to 5b7ed7c Compare October 25, 2022 15:48
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 25, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from 5b7ed7c to 59c7786 Compare October 25, 2022 15:57
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 25, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from 59c7786 to a87a9d4 Compare October 25, 2022 17:49
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 25, 2022
@release-please release-please bot force-pushed the release-please--branches--develop--components--blockly branch from a87a9d4 to 6667819 Compare October 25, 2022 21:14
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 25, 2022
@BeksOmega BeksOmega closed this Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants