Skip to content

Commit

Permalink
Update changelog for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman authored May 6, 2021
1 parent 5cfe1ac commit 9e657a0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ Notable changes to this project are documented in this file. The format is based
Breaking changes:

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

Bugfixes:

Other improvements:
- Fix warnings found by v0.14.1 PS release (#57 by @JordanMartinez)

## [v3.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v3.1.0) - 2021-05-06

New features:
- Exported `fromHTMLMediaElement`, `stepUp`, and `stepDown` (#57 by @JordanMartinez)

Other improvements:
- Fixed warnings found by v0.14.1 PS release (#57 by @JordanMartinez)

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

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

Bugfixes:

Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#41)
- Removed primes from foreign modules exports in preparation for PureScript 0.15 (#24)
Expand Down

0 comments on commit 9e657a0

Please sign in to comment.