-
Notifications
You must be signed in to change notification settings - Fork 23
Update changelog for changes since v2.3.0 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,40 +5,56 @@ Notable changes to this project are documented in this file. The format is based | |
## [Unreleased] | ||
|
||
Breaking changes: | ||
- Added support for PureScript 0.14 and dropped support for all previous versions (#45) | ||
- Removed unnecessary `Unit` argument in creation functions for `HTMLImageElement` and `HTMLAudioElement` (#46) | ||
|
||
New features: | ||
- Added `HTMLHyperlinkElementUtils` module (#44) | ||
- Added `create` and `create'` functions for `Audio` (#32) | ||
- 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: | ||
- Fixed return type of `scrollX` and `scrollY` to be `Effect Number`, as these can return subpixel values (#17) | ||
- Removed `Newtype` instances for types with hidden constructors (#39) | ||
thomashoneyman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Changed `HTMLInputElement.accept` attribute type to `String` (#47) | ||
thomashoneyman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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) | ||
- Removed `return {}` from FFI implementations for a small performance improvement (#35) | ||
- Removed unused explicit exports (#39) | ||
- Updated HTML spec link (#34) | ||
- Added a CHANGELOG.md file and new pull request template (#48, #50) | ||
- Removed old pull request template (#49) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can #49 be merged into the 'added a changelog file and new pull request template' line? |
||
|
||
## [v2.3.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.3.0) - 2019-09-15 | ||
|
||
Added `head` for `HTMLDocument` (@elliotdavies) | ||
- Added `head` for `HTMLDocument` (@elliotdavies) | ||
|
||
## [v2.2.2](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.2.2) - 2019-08-18 | ||
|
||
Raised upper bound for `purescript-web-dom` | ||
- Raised upper bound for `purescript-web-dom` | ||
|
||
## [v2.2.1](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.2.1) - 2019-06-02 | ||
|
||
Updated dependency ranges for compatibility with latest `purescript-web-dom` | ||
- Updated dependency ranges for compatibility with latest `purescript-web-dom` | ||
|
||
## [v2.2.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.2.0) - 2019-05-26 | ||
|
||
Added `opener` and `parent` for `Window` (@jonathanlking) | ||
- Added `opener` and `parent` for `Window` (@jonathanlking) | ||
|
||
## [v2.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.1.0) - 2019-05-08 | ||
|
||
Fixed `checkValidity` functions and added `reportValidity` (@bosyi) | ||
- Fixed `checkValidity` functions and added `reportValidity` (@bosyi) | ||
|
||
## [v2.0.1](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.0.1) - 2019-04-13 | ||
|
||
Corrected type for `HTMLDocument.fromDocument` (@galenhuntington) | ||
- Corrected type for `HTMLDocument.fromDocument` (@galenhuntington) | ||
|
||
## [v2.0.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.0.0) - 2019-02-23 | ||
|
||
Bumped `-web-events` dependency, `Event.defaultPrevented` is now effectful. | ||
- Bumped `-web-events` dependency, `Event.defaultPrevented` is now effectful. | ||
|
||
## [v1.2.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v1.2.0) - 2018-10-06 | ||
|
||
|
@@ -55,5 +71,4 @@ Bumped `-web-events` dependency, `Event.defaultPrevented` is now effectful. | |
|
||
## [v1.0.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v1.0.0) - 2018-05-25 | ||
|
||
Initial release | ||
|
||
- Initial release |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.