Skip to content

Commit bee2112

Browse files
committed
Release 0.21.0
1 parent bf57bfe commit bee2112

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
1414

15-
## [Unreleased]
15+
<!-- ## [Unreleased] -->
16+
17+
## [0.21.0] - 2025-09-23
1618

1719
### Added
1820

21+
### Changed
22+
23+
- **POTENTIALLY BREAKING** Upgraded CodeMirror to v6
24+
25+
### Added
1926
- Added `extensions` property to `<playground-ide>`,
2027
`<playground-file-editor>`, and `<playground-code-editor>` for applying
2128
programmatic CodeMirror extensions.
22-
- Added an `extensions` slot to `<playground-ide>`,
23-
`<playground-file-editor>`, and `<playground-code-editor>` for applying
24-
declarative CodeMirror extensions.
2529
- Exported `codemirrorExtensionMixin` for creating declarative CodeMirror
2630
extensions.
27-
- Upgraded CodeMirror to v6
2831

2932
### Fixed
3033

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-elements",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Serverless coding environments for the web",
55
"homepage": "https://github.com/google/playground-elements#readme",
66
"repository": "github:google/playground-elements",

src/shared/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// This file is automatically generated by scripts/update-version-module.js
1010
// before publishing.
11-
export const npmVersion = '0.20.0';
11+
export const npmVersion = '0.21.0';
1212
export const serviceWorkerHash = '09cd6a4e';

0 commit comments

Comments
 (0)