Skip to content

Commit 9e657a0

Browse files
Update changelog for v3.1.0
1 parent 5cfe1ac commit 9e657a0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Notable changes to this project are documented in this file. The format is based
77
Breaking changes:
88

99
New features:
10-
- Export `fromHTMLMediaElement`, `stepUp`, and `stepDown` (#57 by @JordanMartinez)
1110

1211
Bugfixes:
1312

1413
Other improvements:
15-
- Fix warnings found by v0.14.1 PS release (#57 by @JordanMartinez)
14+
15+
## [v3.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v3.1.0) - 2021-05-06
16+
17+
New features:
18+
- Exported `fromHTMLMediaElement`, `stepUp`, and `stepDown` (#57 by @JordanMartinez)
19+
20+
Other improvements:
21+
- Fixed warnings found by v0.14.1 PS release (#57 by @JordanMartinez)
1622

1723
## [v3.0.1](https://github.com/purescript-web/purescript-web-html/releases/tag/v3.0.1) - 2021-03-13
1824

@@ -34,8 +40,6 @@ New features:
3440
- Added missing attributes for `HTMLImage`, including `srcset`, `currentSrc`, `sizes`, `referrerPolicy`, `decoding`, `loading` (#40)
3541
- Added common `PropName`, `AttrName`, and `ClassName` which can be reused across libraries representing properties, attributes, and CSS classes (#30)
3642

37-
Bugfixes:
38-
3943
Other improvements:
4044
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#41)
4145
- Removed primes from foreign modules exports in preparation for PureScript 0.15 (#24)

0 commit comments

Comments
 (0)