Skip to content

Commit e38848a

Browse files
committed
Release 0.21.0
1 parent bf57bfe commit e38848a

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@ 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
18+
19+
### Changed
20+
21+
- **POTENTIALLY BREAKING** Upgraded CodeMirror to v6
1622

1723
### Added
1824

19-
- Added `extensions` property to `<playground-ide>`,
25+
- Added `extensions` property and slot to `<playground-ide>`,
2026
`<playground-file-editor>`, and `<playground-code-editor>` for applying
2127
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.
2528
- Exported `codemirrorExtensionMixin` for creating declarative CodeMirror
2629
extensions.
27-
- Upgraded CodeMirror to v6
2830

2931
### Fixed
3032

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)