Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Oct 15, 2024
1 parent 0e6a588 commit 29e9275
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.9.0

- Files are now built to `esm` directory.
- Constants were moved from `types.ts` into `constants.ts`.
- `Notation` was moved from `types.ts` into `notation.ts`.
- Type guards were moved from `types.ts` into `util.ts`.
- `allKeys` was moved from `util.ts` into `constants.ts`.

## v0.8.6

- Fixed possible division by zero resulting in NaN positions, while calculating positions of outside elements, that have no width/height.
Expand Down

0 comments on commit 29e9275

Please sign in to comment.