v4.0.0-alpha.4
Pre-release
Pre-release
What's Changed
Bug fixes
- Bug fix: preservation of viewport doesnt work by @fstoe in #3922
- Allow externally updated props to change the viewer even if OSD is still animating a change. by @cbeer in #3986
- Fix MUI5 menu focus styles. by @cbeer in #3982
i18n
- Update italian translation by @atomotic in #3905
- Fix Japanese Translation by @gerdesque in #3910
- Update translation.json by @veesalu in #3925
- Add Croatian language to locales by @hrvoj3e in #3931
- Reformat hr locale to match linter-expected format. by @cbeer in #3941
New configuration options
- Use a double-click handler for OSD to handle zooming instead of click-to-zoom by @cbeer in #3987
- Add maximized option to windows in config by @bertyhell in #3901
Dependency updates
- Fix #3783 and #3897, omit OpenSeadragon 4.1.0 by @lutzhelm in #3899
- Pin to ubuntu-22 to avoid CI failure by @marlo-longley in #3938
- Update dependencies by @cbeer in #3940
- Avoid using deprecated method waitForTimeout by @jcoyne in #3948
- Stop testing the mui5 branch now that it's merged by @cbeer in #3953
- Bump CI action versions. by @cbeer in #3954
- Update react-i18next by @cbeer in #3950
- Update testing-library dependencies by @cbeer in #3951
- Remove proposal by @jcoyne in #3945
- Remove react-sizeme to silence findDOMNode deprecation warnings by @marlo-longley in #3959
- Update webpack-dev-server by @cbeer in #3962
- Include OpenSeadragon v5 by @lutzhelm in #3929
- Extend uuid version support. by @cbeer in #3964
- Stop using defaultProps in MosaicRenderPreview component by @marlo-longley in #3960
- Fix warnings about usage of i18n by @jcoyne in #3972
- Use act() to ensure all promises are resolved by @jcoyne in #3961
- Use ES6 default arguments to avoid deprecated defaultProps on function components by @cbeer in #3976
Other changes
- Don't forward the focused prop. It isn't valid on Rnd. by @cbeer in #3978
- Use a function mock ref instead of a string. by @cbeer in #3977
- Refactor MiradorViewer initialize to avoid act() warning. by @cbeer in #3980
- Remove act from MiradorMenuButton test. by @cbeer in #3979
- Skip companion window plugin test that's acting wonky. by @cbeer in #3952
- Simplify the parameters passed to the button by @jcoyne in #3956
- Remove unused act import. by @cbeer in #3988
- chore: remove unused paramater of maximizeWindow action by @fstoe in #3870
- Stop passing tReady through to the MUI menu component. by @cbeer in #3981
- Address some re-select inputStabilityCheck warnings. by @cbeer in #3990
Full Changelog: v4.0.0.alpha-2...v4.0.0-alpha.4