Skip to content

Commit

Permalink
Merge branch 'google:master' into deprecate-inline-row-separators
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnesky authored Sep 15, 2023
2 parents 6231200 + eed62d8 commit 59792b5
Show file tree
Hide file tree
Showing 103 changed files with 503 additions and 222 deletions.
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Report a bug 🐛
description: Create a report to help us improve
labels: 'type: bug, triage'
body:
- type: markdown
attributes:
value: >
Thank you for taking the time to fill out a bug report!
If you have a question about how to use Blockly in your application,
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue.
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I have searched for similar issues before opening a new one.
- type: textarea
id: component
attributes:
label: Component
description: Which component has a bug?
placeholder: e.g. workspace search plugin, custom generator codelab, RTL demo
- type: textarea
id: description
attributes:
label: Description
description: Please provide a clear and concise description of the bug.
placeholder: What happened? What did you expect to happen?
validations:
required: true
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: What steps should we take to reproduce the issue?
value: |
1.
2.
3.
- type: textarea
id: stack-trace
attributes:
label: Stack trace
description: If you saw an error message or stack trace, please include it here.
placeholder: The text in this section will be formatted automatically; no need to include backticks.
render: shell
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Screenshots can help us see the behavior you're describing. Please add a screenshot or gif, especially if you are describing a rendering or visual bug.
placeholder: Paste or drag-and-drop an image to upload it.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question ❓
url: https://groups.google.com/forum/#!forum/blockly
about: Go to the Blockly developer forum, where you can ask and answer questions.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Make a feature request ✨
description: Suggest an idea for this project
labels: 'type: feature request, triage'
body:
- type: markdown
attributes:
value: >
Thank you for taking the time to fill out a feature request!
If you have a question about how to use Blockly in your application,
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue.
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I have searched for similar issues before opening a new one.
- type: textarea
id: component
attributes:
label: Component
description: Which component does this request apply to?
placeholder: e.g. workspace search plugin, custom generator codelab, RTL demo
- type: textarea
id: problem
attributes:
label: Problem
description: Is your feature request related to a problem? Please describe.
placeholder: I'm always frustrated when...
- type: textarea
id: request
attributes:
label: Request
description: Describe your feature request and how it solves your problem.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Describe any alternative solutions or features you've considered.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
8 changes: 8 additions & 0 deletions plugins/block-dynamic-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.4.1...@blockly/block-dynamic-connection@0.4.2) (2023-09-14)

**Note:** Version bump only for package @blockly/block-dynamic-connection





## [0.4.1](https://github.com/google/blockly-samples/compare/@blockly/block-dynamic-connection@0.4.0...@blockly/block-dynamic-connection@0.4.1) (2023-08-17)

**Note:** Version bump only for package @blockly/block-dynamic-connection
Expand Down
4 changes: 2 additions & 2 deletions plugins/block-dynamic-connection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/block-dynamic-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-dynamic-connection",
"version": "0.4.1",
"version": "0.4.2",
"description": "A group of blocks that add connections dynamically.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^10.2.0"
Expand Down
8 changes: 8 additions & 0 deletions plugins/block-plus-minus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.4](https://github.com/google/blockly-samples/compare/@blockly/block-plus-minus@6.0.3...@blockly/block-plus-minus@6.0.4) (2023-09-14)

**Note:** Version bump only for package @blockly/block-plus-minus





## [6.0.3](https://github.com/google/blockly-samples/compare/@blockly/block-plus-minus@6.0.2...@blockly/block-plus-minus@6.0.3) (2023-08-17)

**Note:** Version bump only for package @blockly/block-plus-minus
Expand Down
4 changes: 2 additions & 2 deletions plugins/block-plus-minus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/block-plus-minus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-plus-minus",
"version": "6.0.3",
"version": "6.0.4",
"description": "A group of blocks that replace the built-in mutator UI with a +/- based UI.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"blockly": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^10.2.0",
Expand Down
10 changes: 10 additions & 0 deletions plugins/block-shareable-procedures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.6](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@3.0.5...@blockly/block-shareable-procedures@3.0.6) (2023-09-14)


### Bug Fixes

* caller args disconnecting shareable procedures ([#1918](https://github.com/google/blockly-samples/issues/1918)) ([b11bf6a](https://github.com/google/blockly-samples/commit/b11bf6a4a863dd513c3d6f6686236916b8c5a0a7))
* deleting procedures with callers not being undoable ([#1917](https://github.com/google/blockly-samples/issues/1917)) ([3d26841](https://github.com/google/blockly-samples/commit/3d268418f6e4be8d8f739fa21d582a9dc48342d7))



## [3.0.5](https://github.com/google/blockly-samples/compare/@blockly/block-shareable-procedures@3.0.4...@blockly/block-shareable-procedures@3.0.5) (2023-08-31)


Expand Down
4 changes: 2 additions & 2 deletions plugins/block-shareable-procedures/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/block-shareable-procedures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockly/block-shareable-procedures",
"version": "3.0.5",
"version": "3.0.6",
"description": "A plugin that adds procedure blocks which are backed by explicit data models.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"devDependencies": {
"@blockly/dev-scripts": "^2.0.1",
"@blockly/dev-tools": "^7.0.3",
"@blockly/dev-tools": "^7.1.0",
"@blockly/eslint-config": "^3.0.0",
"blockly": "^10.0.0",
"chai": "^4.3.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export abstract class ProcedureBase extends Blockly.Events.Abstract {
readonly procedure: Blockly.procedures.IProcedureModel) {
super();
this.workspaceId = workspace.id;
this.recordUndo = false;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export abstract class ProcedureParameterBase extends ProcedureBase {
procedure: Blockly.procedures.IProcedureModel,
readonly parameter: Blockly.procedures.IParameterModel) {
super(workspace, procedure);
this.recordUndo = false;
}

/**
Expand Down
8 changes: 8 additions & 0 deletions plugins/content-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.4](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@4.0.3...@blockly/workspace-content-highlight@4.0.4) (2023-09-14)

**Note:** Version bump only for package @blockly/workspace-content-highlight





## [4.0.3](https://github.com/google/blockly-samples/compare/@blockly/workspace-content-highlight@4.0.2...@blockly/workspace-content-highlight@4.0.3) (2023-08-17)

**Note:** Version bump only for package @blockly/workspace-content-highlight
Expand Down
4 changes: 2 additions & 2 deletions plugins/content-highlight/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59792b5

Please sign in to comment.