Skip to content

Commit 8139054

Browse files
authored
Prepare release 7.0.0
1 parent 326c125 commit 8139054

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v7.0.0](https://github.com/purescript-web/purescript-web-dom/releases/tag/v7.0.0) - 2024-11-06
16+
717
Breaking changes:
818
- The `id` function returns an `ElementId` instead of a `String`. (#58 by @nsaunders)
919
- The `setId` function is parameterized by `ElementId` instead of `String`. (#58 by @nsaunders)
@@ -13,12 +23,10 @@ Breaking changes:
1323
- The `getAttribute`, `setAttribute`, `hasAttribute`, and `removeAttribute` functions are parameterized by `AttrName` instead of `String`. (#58 by @nsaunders)
1424

1525
New features:
16-
- `AttrName`, `ClassName`, and `PropName` types have been added, migrated from [web-html](https://github.com/purescript-web/purescript-web-html). (#58 by @nsaunders)
17-
- A new `ElementId` type, representing the value of an `id` property/attribute, has been added. (#58 by @nsaunders)
18-
19-
Bugfixes:
20-
21-
Other improvements:
26+
- Added modules `NamedNodeMap`, `Attr` and `DOMTokenList` (#59 by @flip111)
27+
- Added types `AttrName`, `ClassName`, and `PropName`, migrated from [web-html](https://github.com/purescript-web/purescript-web-html). (#58 by @nsaunders)
28+
- Added type `ElementId`, representing the value of an `id` property/attribute. (#58 by @nsaunders)
29+
- Added types `CompatMode`, `ElementName`, `NamespacePrefix` and `NamespaceURI` (#59 by @garyb)
2230

2331
## [v6.0.0](https://github.com/purescript-web/purescript-web-dom/releases/tag/v6.0.0) - 2022-04-27
2432

@@ -27,12 +35,6 @@ Breaking changes:
2735
- Unwrap returned `Effect` for `doctype` (#52 by @JordanMartinez)
2836
- Port `getBoundingClientRect` from `web-html`; set arg to `Element` (#53 by @JordanMartinez)
2937

30-
New features:
31-
32-
Bugfixes:
33-
34-
Other improvements:
35-
3638
## [v5.0.0](https://github.com/purescript-web/purescript-web-dom/releases/tag/v5.0.0) - 2021-02-26
3739

3840
Breaking changes:
@@ -43,8 +45,6 @@ New features:
4345
- Add support for ShadowRoot API (#34)
4446
- Add support for `Element.matches` and `Element.closest` (#39)
4547

46-
Bugfixes:
47-
4848
Other improvements:
4949
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#28, #30)
5050
- Added a CHANGELOG.md file and updated pull request template (#35, #36, #37)

0 commit comments

Comments
 (0)