Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Sep 19, 2024
1 parent 8c16aee commit db6baed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel
## Unreleased

### API: resources
Export `getFiles()`, `extractFile(path, dest)`, `readFile(path)`, and `readBinaryFile(path)` functions.
- Export `getFiles()`, `extractFile(path, dest)`, `readFile(path)`, and `readBinaryFile(path)` functions.

### API: window
Export `minimize()`, `unminimize()`, and `isMinimized()` functions.
- Export `minimize()`, `unminimize()`, and `isMinimized()` functions.
- Add `alwaysCapture` and `dragMinDistance` options to the `window.setDraggableRegion()` function and improve the performance of the overall draggable window implementation.

### Bugfixes/improvements
- Fix several issues with TypeScript exports and definitions.

## v5.3.0

Expand Down

0 comments on commit db6baed

Please sign in to comment.