-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add block definition to multiline text field plugin (#2202)
* chore: force-install blockly 10.4.0-beta.1 for development * feat: add text_multiline block and associated generators * feat: update test page to use new block and field * feat: README * chore: respond to PR feedback BREAKING CHANGE: The multiline text input field no longer registers itself on load. The developer must either manually register the field or install blocks, which will install the field. This is part of a move to have no side effects in field and block definitions, so that tree-shaking can remove unwanted fields and blocks.
- Loading branch information
1 parent
44d3671
commit c29c022
Showing
9 changed files
with
12,121 additions
and
815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.