File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/scoped-custom-element-registry Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ <!-- ## Unreleased -->
9
+
10
+ ## [ 0.0.8] - 2023-02-03
9
11
10
12
### Fixed
11
13
12
14
- toggleAttribute polyfill now retains the force argument if it is present
13
15
14
- # [ 0.0.7] - 2023-01-06
16
+ ## [ 0.0.7] - 2023-01-06
15
17
16
18
### Fixed
17
19
18
20
- Polyfilled ElementInternals prototype methods now return their original value.
19
21
20
- # [ 0.0.5] - 2022-02-18
22
+ ## [ 0.0.5] - 2022-02-18
21
23
22
24
### Fixed
23
25
24
26
- Replaced ` self ` with ` typeof globalThis === 'object' ? globalThis : window ` for compatibility with Node (for SSR).
25
27
26
- # [ 0.0.4] - 2022-01-27
28
+ ## [ 0.0.4] - 2022-01-27
27
29
28
30
### Fixed
29
31
You can’t perform that action at this time.
0 commit comments