Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Jul 25, 2019
1 parent f7299fe commit ba24b70
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/interactjs/dist/api/doclets.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions packages/interactjs/dist/interact.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/interactjs/dist/interact.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/interactjs/dist/interact.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/interactjs/dist/interact.min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion packages/modifiers/base.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ declare function getRectOffset(rect: any, coords: any): {
right: number;
bottom: number;
};
declare function makeModifier<Defaults, Name extends string>(module: {
declare function makeModifier<Defaults extends {
enabled?: boolean;
}, Name extends string>(module: {
defaults?: Defaults;
[key: string]: any;
}, name?: Name): {
Expand Down
3 changes: 2 additions & 1 deletion packages/modifiers/base.js

Large diffs are not rendered by default.

0 comments on commit ba24b70

Please sign in to comment.