Releases: mejackreed/Leaflet-IIIF
Releases · mejackreed/Leaflet-IIIF
v0.2.0
Commit History
Enhancements
#43 Uses the canonical uri syntax (adds Level 0 compliance)
v0.1.2
Adds the ability for a user to specify the quality
parameter. Defaults to native
for IIIF image api 1.1
compliance and default
for 2.x
.
v0.1.1
Fixes a regression for an improperly referenced map object.
v0.1.0
Changes
Also adds a test suite
#35 add the option to not automatically fit the map to the IIIF layer bounds
v0.0.10
Fixes
#32 Fixes and issue where if options were not passed in, execution would cause errors
v0.0.9
Respect tileSize key from info.json #30
v0.0.8
#27 Fixes a bug where zooming several factors past maxZoom would cause issues
v0.0.7
Modifies the way Leaflet-IIIF requests tiles. Moves from using percents for sizes of tiles to w,h
format.
v.0.0.6
This version includes recent enhancements including:
- #18 Better IIIF version interpretation, support IIIF Image API v 1.1 and 2.x
- #19 Add grunt developer tools
- #21 Makes the IIIF format parameter configurable
- #22 Enables further zooming than
nativeZoom
Thanks to @idosh for the contribution 😀