Skip to content

Commit cf38b76

Browse files
committed
chore(release): 0.5.0
1 parent 97eddb4 commit cf38b76

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Changelog - Gost-DOM
22

33

4+
## [0.5.0](https://github.com/gost-dom/browser/compare/v0.4.1...v0.5.0) (2025-03-16)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* This changes some exported names, but most clients
10+
should be unaffected, as these are names that client code shouldn't have
11+
been using.
12+
* This is versioned as breaking, but the changes affect
13+
exported names that shouldn't be used by client code, so in practice it
14+
shouldn't be a conflict.
15+
16+
* Remove the requirement for a "New" entity ([71292c6](https://github.com/gost-dom/browser/commit/71292c6858c135de422c9dfc221b548f6ceb7950))
17+
18+
19+
### Features
20+
21+
* Add HTMLElement `nonce` IDL attribute ([9a573ab](https://github.com/gost-dom/browser/commit/9a573ab9b2dc60a3810556343186a5e377acf7d2)), closes [#59](https://github.com/gost-dom/browser/issues/59) [#60](https://github.com/gost-dom/browser/issues/60)
22+
* Add missing RemoveAttribute(string) ([46ccd78](https://github.com/gost-dom/browser/commit/46ccd78fb82b6a572ff49da8dd55fc2913e09658))
23+
* **dom:** Implement HTMLElement.Dataset() ([9b5e7d0](https://github.com/gost-dom/browser/commit/9b5e7d05bcf2033f1ede325ddd983db6c9c1c54c))
24+
* Focus element with autofocus attribute ([ddfbd63](https://github.com/gost-dom/browser/commit/ddfbd631e5a6a8068e62fe536d93ce9234bfa4dc))
25+
* **html:** Add autofocus IDL attribute ([8216632](https://github.com/gost-dom/browser/commit/821663248a2a819f4557fd6188317bdc0bf16677))
26+
* **html:** Add Focus() and Blur() on HTMLElement ([5377383](https://github.com/gost-dom/browser/commit/5377383167c889332f23dea7419b42f2f45d0898)), closes [#61](https://github.com/gost-dom/browser/issues/61)
27+
* **html:** Add HTMLElement.Tabindex()/SetTabindex() ([110b67b](https://github.com/gost-dom/browser/commit/110b67beb730941da8098f66067f8f9de836b3d6))
28+
* Make Event type usable as an object ([63f4e1f](https://github.com/gost-dom/browser/commit/63f4e1f389177bf31aa9d399e5bd2828f5341dbd))
29+
* **v8:** Support most new HTMLElement IDL attributes ([58906f8](https://github.com/gost-dom/browser/commit/58906f82ea2e05c4cc69e5fe36d2169a63e90676))
30+
431
## [0.4.1](https://github.com/gost-dom/browser/compare/v0.4.0...v0.4.1) (2025-03-13)
532

633
### Deprecated

0 commit comments

Comments
 (0)