Skip to content

Commit

Permalink
Prepare v4.0.0 release (1st PS 0.15.0-compatible release) (#76)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Update the changelog

Co-authored-by: Thomas Honeyman <[email protected]>
  • Loading branch information
JordanMartinez and thomashoneyman authored Apr 27, 2022
1 parent c02e025 commit be189cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v4.0.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v4.0.0) - 2022-04-27

Breaking changes:
- Migrate FFI to ES modules (#71 by @JordanMartinez)
- Make `autocomplete` take a `String` arg, not Boolean (#72 by @JordanMartinez)
- Move `getBoundingClientRect` to `purescript-web-dom` (#73 by @JordanMartinez)
- Drop duplicated `set/getClassName` and `classList` (#74 by @JordanMartinez)

These three entities are already defined in `purescript-web-dom`

New features:
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"package.json"
],
"dependencies": {
"purescript-js-date": "main",
"purescript-web-dom": "master",
"purescript-web-file": "master",
"purescript-web-storage": "master"
"purescript-js-date": "^8.0.0",
"purescript-web-dom": "^6.0.0",
"purescript-web-file": "^4.0.0",
"purescript-web-storage": "^5.0.0"
}
}

0 comments on commit be189cf

Please sign in to comment.