Skip to content

Commit

Permalink
Add arguments in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 5, 2021
1 parent 6c3fb6c commit a99a51f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
- Fixed editor's hint popup positioning when widget is not fit into the page bounds
- Added `options` parameter for `loadDataFromUrl()` with following options:
- `fetch` – is passing as is into `fetch()` as second argument
- `isResponseOk` – a function to check response is ok
- `getContentSize` - a function to determine a size of decoded content
- `validateData` - a function to check payload is valid response data, must throw an error if data is invalid
- `isResponseOk(response)` – a function to check response is ok
- `getContentSize(url, response)` - a function to determine a size of decoded content
- `validateData(data)` - a function to check payload is valid response data, must throw an error if data is invalid
- Changed `Widget#setContainer()` to append only if container is an instance of `Node`

## 1.0.0-beta.57 (04-03-2021)
Expand Down

0 comments on commit a99a51f

Please sign in to comment.