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: merge master into develop #6044

Merged
merged 26 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2e57d5e
docs: Update README to reflect next release date (#5820)
gonfunko Dec 14, 2021
b8cc983
fix: Use correct namespace for svgMath functions (#5813)
maribethb Dec 13, 2021
0e5f3ce
fix: re-expose HSV_VALUE and HSV_SATURATION as settable properties on…
rachel-fenichel Dec 14, 2021
620e43e
chore: update the dev-tools version (#5823)
alschmiedt Dec 15, 2021
553f8bc
chore: update build files for patch release
alschmiedt Dec 15, 2021
7daf693
chore: update to the correct version
alschmiedt Dec 15, 2021
d43e524
chore: cleanup
alschmiedt Dec 15, 2021
81e5931
Merge pull request #5826 from alschmiedt/patch_2021
alschmiedt Dec 15, 2021
876afb7
chore: update the package-lock
alschmiedt Dec 15, 2021
4be7891
Merge pull request #5828 from alschmiedt/add_package_lock
alschmiedt Dec 15, 2021
4e87be7
chore: clean up issue templates and pull request templates (#5827)
rachel-fenichel Dec 15, 2021
07a75de
fix: msg imports in type definitions (#5858)
rachel-fenichel Jan 7, 2022
55c1766
chore(deps): bump @blockly/block-test from 1.1.5 to 2.0.1 (#5836) (#5…
alschmiedt Jan 7, 2022
5a4e30a
release: update files for Q4 2021 patch release (#5859)
alschmiedt Jan 7, 2022
c6c6822
chore(deps): Update follow-redirects to 1.14.7 to fix CVE-2022-0155 (…
cpcallen Jan 18, 2022
423d2e5
chore: add release-please config on master (#5887)
rachel-fenichel Jan 19, 2022
4f74210
fix!: Export loopTypes from Blockly.blocks.loops (#5900)
cpcallen Jan 31, 2022
6037694
release: bump version and rebuild
alschmiedt Feb 10, 2022
caba596
Merge pull request #5925 from alschmiedt/Q4_2021_patch_4
alschmiedt Feb 11, 2022
3854ebb
Revert "release: Patch #3 for Q4 2021 release"
alschmiedt Feb 14, 2022
c15a3cf
Merge pull request #5938 from google/revert-5925-Q4_2021_patch_4
alschmiedt Feb 14, 2022
e21a8fc
release: update version number in preparation for release (#5942)
alschmiedt Feb 15, 2022
c9be8d9
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#5941)
dependabot[bot] Feb 22, 2022
98d619b
chore: update PR template to include formatting info (#5839)
alschmiedt Mar 21, 2022
0582097
chore(deps): bump minimist from 1.2.5 to 1.2.6 (#6027)
dependabot[bot] Mar 28, 2022
10d9cc4
Merge branch 'develop' into master_into_develop
alschmiedt Mar 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report
about: Create a report to help us improve
labels: 'type: bug, triage'
labels: 'type: bug, issue: triage'
assignees: ''

---
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Documentation
about: Report an issue with our documentation
labels: 'type: documentation, triage'
labels: 'type: documentation, issue: triage'
assignees: ''

---
Expand All @@ -21,10 +21,10 @@ assignees: ''

**What**

<!-- What kind of content is it?
- Check a box with an 'x' between the brackets: [x]
<!-- What kind of content is it?
- Check a box with an 'x' between the brackets: [x]
-->

- [ ] Text
- [ ] Image or Gif
- [ ] Other
Expand All @@ -39,6 +39,6 @@ assignees: ''

**Additional context**

<!-- Add any other context about the problem here.
<!-- Add any other context about the problem here.
- If this is related to a specific pull request, link to it.
-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: 'type: feature request, triage'
labels: 'type: feature request, issue: triage'
assignees: ''

---
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [ ] I branched from develop
- [ ] My pull request is against develop
- [ ] My code follows the [style guide](https://developers.google.com/blockly/guides/modify/web/style-guide)
- [ ] I ran `npm run format` and `npm run lint`

## The details
### Resolves
Expand Down
24 changes: 0 additions & 24 deletions .github/PULL_REQUEST_TEMPLATE/goog_module.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Want to make Blockly better? We welcome contributions to Blockly in the form of

## Releases

The next major release will be **September 30th, 2021**.
The next major release will be during the last week of **March 2022**.

We release by pushing the latest code to the master branch, followed by updating the npm package, our [docs](https://developers.google.com/blockly), and [demo pages](https://google.github.io/blockly-samples/). We typically release a new version of Blockly once a quarter (every 3 months). If there are breaking bugs, such as a crash when performing a standard action or a rendering issue that makes Blockly unusable, we will cherry-pick fixes to master between releases to fix them. The [releases page](https://github.com/google/blockly/releases) has a list of all releases.

Releases are tagged by the release date (YYYYMMDD) with a leading '4.' and a trailing '.0' in case we ever need a major or patch version (such as [2.20190722.1](https://github.com/google/blockly/tree/2.20190722.1)). Releases that have breaking changes or are otherwise not backwards compatible will have a new major version. Patch versions are reserved for bug-fix patches between scheduled releases.
Releases are tagged by the release date (YYYYMMDD) with a leading major version number and a trailing '.0' in case we ever need a major or patch version (such as [2.20190722.1](https://github.com/google/blockly/tree/2.20190722.1)). Releases that have breaking changes or are otherwise not backwards compatible will have a new major version. Patch versions are reserved for bug-fix patches between scheduled releases.

We now have a [beta release on npm](https://www.npmjs.com/package/blockly?activeTab=versions). If you'd like to test the upcoming release, or try out a not-yet-released new API, you can use the beta channel with:

Expand Down
90 changes: 47 additions & 43 deletions blockly_compressed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blockly_compressed.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockly",
"version": "7.20211209.0",
"version": "7.20211209.4",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"
Expand Down
4 changes: 2 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
/// <reference path="core.d.ts" />
/// <reference path="blocks.d.ts" />
/// <reference path="javascript.d.ts" />
/// <reference path="msg/en.d.ts" />
/// <reference path="msg/msg.d.ts" />

import * as Blockly from './core';
import './blocks';
import './javascript';
import './msg/en';
import './msg/msg';

export = Blockly;