Skip to content
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

Update CHANGELOG.md, fix typo(s) #1055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

## v1.10.16

- remove vue and react deps fron pro `@interactjs/interactjs` package
- remove vue and react deps from pro `@interactjs/interactjs` package

## v1.10.15

Expand Down Expand Up @@ -180,7 +180,7 @@

## v1.9.12

- fixed regression breaking commonjs imports withotu .default
- fixed regression breaking commonjs imports without .default

## v1.9.11

Expand Down Expand Up @@ -451,7 +451,7 @@ issues and pull requests.

# v1.4.0

Most notablly:
Most notably:

- `interactable.reflow(action)` to re-run modifiers, drop, etc [PR #610](https://github.com/taye/interact.js/pull/610)
- `dropEvent.reject()` [PR #613](https://github.com/taye/interact.js/pull/613)
Expand Down Expand Up @@ -843,5 +843,5 @@ when different contexts have been used.
### iFrames

[Added basic support](https://github.com/taye/interact.js/pull/98) for sharing
one instance of interact.js between multiplie windows/frames. There are still
one instance of interact.js between multiple windows/frames. There are still
some issues.
Loading