Skip to content

Commit a794258

Browse files
Publish
- @blockly/[email protected]
1 parent a30bb65 commit a794258

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/toolbox-search/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.0](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-09-11)
7+
8+
9+
### Features
10+
11+
* Toolbox-Search add support for preset blocks ([#2594](https://github.com/google/blockly-samples/issues/2594)) ([bf7bfc9](https://github.com/google/blockly-samples/commit/bf7bfc908c5fe95b4daeeb9036a64818f7423d0c))
12+
13+
14+
### Bug Fixes
15+
16+
* toolbox-search cannot focus in Blockly v12 ([#2578](https://github.com/google/blockly-samples/issues/2578)) ([a30bb65](https://github.com/google/blockly-samples/commit/a30bb65a10852ba940a9fadc23c1c8042fec22da))
17+
18+
19+
620
## [3.0.2](https://github.com/google/blockly-samples/compare/@blockly/[email protected]...@blockly/[email protected]) (2025-07-17)
721

822
**Note:** Version bump only for package @blockly/toolbox-search

plugins/toolbox-search/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/toolbox-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockly/toolbox-search",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "A Blockly plugin that adds a toolbox category that allows searching for blocks.",
55
"scripts": {
66
"audit:fix": "blockly-scripts auditFix",

0 commit comments

Comments
 (0)