File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
1515<!-- ## [Unreleased] -->
1616
17+ ## [ 0.21.2] - 2025-10-02
18+
19+ ### Fixed
20+
21+ - Only fire change event on non-programmatic changes
22+
23+ ### Changed
24+
25+ - Make ` tabchange ` event bubble.
26+
1727## [ 0.21.1] - 2025-09-26
1828
1929### Fixed
@@ -1203,7 +1213,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12031213
12041214- Initial release.
12051215
1206- [ unreleased ] : https://github.com/google/playground-elements/compare/v0.18.1...HEAD
1216+ [ unreleased ] : https://github.com/google/playground-elements/compare/v0.21.1...HEAD
1217+ [ 0.21.1 ] : https://github.com/google/playground-elements/compare/v0.21.0...v0.21.1
1218+ [ 0.21.0 ] : https://github.com/google/playground-elements/compare/v0.20.0...v0.21.0
1219+ [ 0.20.0 ] : https://github.com/google/playground-elements/compare/v0.19.1...v0.20.0
1220+ [ 0.19.1 ] : https://github.com/google/playground-elements/compare/v0.19.0...v0.19.1
1221+ [ 0.19.0 ] : https://github.com/google/playground-elements/compare/v0.18.1...v0.19.0
12071222[ 0.18.1 ] : https://github.com/google/playground-elements/compare/v0.18.0...v0.18.1
12081223[ 0.18.0 ] : https://github.com/google/playground-elements/compare/v0.17.1...v0.18.0
12091224[ 0.17.1 ] : https://github.com/google/playground-elements/compare/v0.17.0...v0.17.1
Original file line number Diff line number Diff line change 11{
22 "name" : " playground-elements" ,
3- "version" : " 0.21.1 " ,
3+ "version" : " 0.21.2 " ,
44 "description" : " Serverless coding environments for the web" ,
55 "homepage" : " https://github.com/google/playground-elements#readme" ,
66 "repository" : " github:google/playground-elements" ,
Original file line number Diff line number Diff line change 88
99// This file is automatically generated by scripts/update-version-module.js
1010// before publishing.
11- export const npmVersion = '0.21.1 ' ;
11+ export const npmVersion = '0.21.2 ' ;
1212export const serviceWorkerHash = '09cd6a4e' ;
You can’t perform that action at this time.
0 commit comments