Mark Salsbery
f38e0c7967
diff review cleanup
2020-08-14 22:03:23 -07:00
Mark Salsbery
11f4f31ba3
changelog - deprecation to top
2020-08-14 21:37:26 -07:00
Mark Salsbery
dc80264074
changelog update
2020-08-14 20:50:37 -07:00
Mark Salsbery
3630b4d365
Merge branch 'master' into ms-mousetracker
...
# Conflicts:
# changelog.txt
2020-08-14 16:47:17 -07:00
Mark Salsbery
b07d47011f
preventDefaultAction docs
2020-08-14 16:42:06 -07:00
Ian Gilman
899cd5fba7
Change log update for #1868
2020-08-14 10:25:14 -07:00
Ian Gilman
6357aab370
Merge pull request #1868 from abrlam/master
...
tileSize is no longer hard corded in Zoomify Tile Source
2020-08-14 10:17:12 -07:00
Mark Salsbery
3769af532b
Fixed tests to account for #1459 fix (fire drag-end event even if pointer didn't move)
2020-08-13 19:56:22 -07:00
Mark Salsbery
6b500f1ff2
docs update
2020-08-13 17:21:32 -07:00
Mark Salsbery
8fc83c696a
Improved releasing of tracked pointers on destroy()/stopTracking() ( #1346 )
2020-08-13 16:43:49 -07:00
Mark Salsbery
5a9874e4fa
changelog update
2020-08-13 10:09:17 -07:00
Mark Salsbery
e74d83f104
New preProcessEvent event
2020-08-12 21:22:48 -07:00
abraham lam
5ea41bd346
Change log for #1704
2020-08-11 18:12:54 -04:00
abraham lam
47463161b4
revised tileSize check as suggested by @msalsbery
2020-08-10 11:22:19 -04:00
abraham lam
820cdb90f8
tileSize is no longer hard corded in Zoomify Tile Source
2020-08-09 21:33:17 -04:00
Mark Salsbery
e7a62c2717
Enhanced pointer capture implementation, IE bug workarounds
2020-07-30 21:08:02 -07:00
Mark Salsbery
e47f629a9e
Undo unnecessary event property changes from previous commit
2020-07-28 20:20:09 -07:00
Mark Salsbery
ef45f1df1d
Fixed/enhanced Viewer event object properties
2020-07-25 20:08:52 -07:00
Mark Salsbery
2d4a723854
MouseTracker enhancements, improved IE <=10 support
2020-07-25 18:30:06 -07:00
Mark Salsbery
d2bb480363
Browser sniffing and pointer events fixes and enhancements
2020-07-24 20:05:39 -07:00
Ian Gilman
84dd5cd6a7
Change log for #1840
2020-06-30 10:52:38 -07:00
Ian Gilman
94cce30cda
Merge pull request #1840 from openseadragon/ms-grunt-build
...
Slightly Stricter Linting
2020-06-30 10:49:31 -07:00
Mark Salsbery
f20b7e738c
Stricter linting fixes part 1
2020-06-30 10:25:38 -07:00
Mark Salsbery
4492bdd6d8
package-lock
2020-06-25 16:14:57 -07:00
Mark Salsbery
c4351f64e8
stricter linting
2020-06-25 16:01:14 -07:00
Ian Gilman
48a18a6a7d
Updated change log for #1832
2020-06-10 10:07:41 -07:00
Ian Gilman
df850c62e8
Merge pull request #1832 from JoFrMueller/pr-1721
...
Clear viewer and navigator listeners and nodes to avoid memory leaks
2020-06-10 09:41:43 -07:00
Ian Gilman
6b92e92e32
Merge pull request #1835 from openseadragon/dependabot/npm_and_yarn/websocket-extensions-0.1.4
...
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-10 09:36:15 -07:00
dependabot[bot]
947afbb0af
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 11:46:41 +00:00
Johannes Mueller
5f933b12bb
Clear listeners and nodes to avoid memory leaks
2020-06-05 12:27:00 +02:00
Ian Gilman
2ed99077eb
Change log for #1814
2020-05-25 13:12:17 -07:00
Ian Gilman
560b8f76ff
Merge pull request #1814 from kenanchristian/master
...
small doc fix
2020-05-25 13:07:44 -07:00
Kenan Christian Dimas
c20f95ba94
small doc fix
2020-05-12 23:37:37 +07:00
Ian Gilman
0383f8fbeb
Change log for #1789
2020-04-30 10:10:38 -07:00
Ian Gilman
db85f77c88
Merge pull request #1789 from TakumaKira/master
...
Add freeupCanvasMemory method on Viewer.destroy method.
2020-04-30 09:33:56 -07:00
Takuma Kira
9998edb255
Move TileSource.destroy to the right place.
2020-04-17 14:29:19 +09:00
Takuma Kira
c2ed66415f
Revert "- Undo removing prefixUrl option in memorycheck-with-simple-image demo."
...
This reverts commit 344ddb924f
.
2020-04-17 13:48:53 +09:00
Takuma Kira
344ddb924f
- Undo removing prefixUrl option in memorycheck-with-simple-image demo.
...
- Define destroy method in TileSource class, call ImageTileSource.freeupCanvasMemory method as optional from TileSource.destroy method and remove TODO.
2020-03-23 11:29:07 +09:00
Takuma Kira
6cb57aa66c
- Make ImageTileSource.freeupCanvasMemory method private and call it from ImageTileSource.destroy for consistency.
...
- Add comment to memorycheck-with-simple-image demo how to reproduce the problem.
- Simplify memorycheck-with-simple-image demo.
2020-03-19 12:02:50 +09:00
Takuma Kira
798e49e4b2
- Add freeupCanvasMemory method on Viewer.destroy method.
2020-03-18 14:37:45 +09:00
Takuma Kira
abc11e3eb6
- Add memorycheck-with-simple-image demo to reproduce "Total canvas memory use exceeds the maximum limit" warning and then "null is not an object (evaluating 'smallContext.drawImage')" error.
...
(To get them, click Create button 12 times on "iPad Air (3rd generation) -- 13.3" Simulator on Mac with Web Inspector by Safari.)
2020-03-18 14:36:56 +09:00
Ian Gilman
519cbaccde
Merge pull request #1788 from openseadragon/dependabot/npm_and_yarn/acorn-7.1.1
...
Bump acorn from 7.1.0 to 7.1.1
2020-03-16 11:14:14 -07:00
dependabot[bot]
1dc6720d0d
Bump acorn from 7.1.0 to 7.1.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 21:45:14 +00:00
Ian Gilman
a700581493
Merge pull request #1785 from openseadragon/dependabot/npm_and_yarn/js-yaml-3.13.1
...
Bump js-yaml from 3.7.0 to 3.13.1
2020-03-06 11:06:23 -08:00
Ian Gilman
2b6fec38c0
Merge pull request #1784 from openseadragon/dependabot/npm_and_yarn/handlebars-4.7.3
...
Bump handlebars from 4.0.11 to 4.7.3
2020-03-06 11:06:06 -08:00
Ian Gilman
4c64042bac
JSDoc fixes
2020-03-05 10:29:08 -08:00
Ian Gilman
b8c5c42920
Starting on 2.4.3
2020-03-05 10:20:37 -08:00
dependabot[bot]
73e1bbf179
Bump js-yaml from 3.7.0 to 3.13.1
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.7.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.7.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-05 18:16:59 +00:00
dependabot[bot]
16706765a2
Bump handlebars from 4.0.11 to 4.7.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.11 to 4.7.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.7.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-05 18:16:59 +00:00
Ian Gilman
c4507497f2
Version 2.4.2
2020-03-05 10:15:28 -08:00