Releases: NYPL-Simplified/web-reader
Releases · NYPL-Simplified/web-reader
Release 3.2.4
Update transform-origin vlaue based on FXL content width (#138) (0890f26)
Release 3.2.3
- fix minor type error (ef45ba9)
- switch chakra, emotion and swr peer dependencies (0760a64)
Release 3.2.2
- Cleanup side effects for link handler event (#136) (7ad5ec5)
Release 3.2.1
- Update Skeleton components so that it respect the colorMode setting (#134) (fab947e)
- fix invalid-url and refactor iframe link click (#135) (accd9dd)
Release 3.1.0
- SFR-1412 Skip interstitial pages for ProjectMuse PDFs (#131) (6100769)
Release 3.0.0
- OE-362: Detect book layout and apply CSS accordingly (#129) (33df068)
Note
This update changes the API <WebReader />
to now accept two optional props injectablesReflowable
and injectablesFixed
from previously where we only accept injectables
prop for all injectable CSS styles.
Release 2.0.1
- Fix/location sync (#128) (74326be)
- Update Readium CSS (#126) (15887fb)
- We didn't have a github release for 2.0.0, but this includes that change as well. There, we altered how we bundle Readium CSS after updating to their latest version. You must now host all 3 Readium CSS files and provide them as injectables to the web reader separately.
Release 2.0.0-0
- update readium css (#126)
Release 1.2.2
- OE-340: use identifier as localstorage key if available (#127) (fb048ba)