Releases: acdh-oeaw/de-micro-editor
Releases · acdh-oeaw/de-micro-editor
Release v0.4.2
- switching to tsup bundler
- fix all Typescript related issues
- implement Vite as testing enviroment for packages
- switch from commonjs to esm package
IMPORTANT
The new esm package requires a different initialization. If the package is not installed via a package manage like npm or pnpm the package must be imported as module <script type="module"></script>
and include an import
statement to import the LoadEditor
constructor from the package.
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
- node version updated to 20.11.1
- npm version updated to 10.x
image_switch updated:
- removed height, width css update to parent container
Full Changelog: v0.3.4...v0.4.0
Minor Release v0.3.4
Updating pagination links to bs5.
Full Changelog: v0.3.3...v0.3.4
Minor Release v0.3.3
Added better height adjustment when osd container is loaded with on/off switch #34.
Minor Release v0.3.2
- updating types
- better handling of edition-pagination default value
What's Changed
Full Changelog: v0.3.1...v0.3.2
Minor Release v0.3.1
Beta Release v0.3.0
Feature
- The annotation-options html element now can take a custom function by using it's onclick attribute. #27
Bug fixes
- OpenSeadragon dependecy now reduced to features that use OpenSeadragon #26
- error fixed where feature all slider is called even if the group does not have one #28
What's Changed
Full Changelog: v0.2.9...v0.3.0
Beta Release v0.2.9
What's Changed
- [Feature] Added Property for default enabling text-feature via config by @StephanMa in #25
- OpenSeadragon included as npm package to avoid loading error if osd script url was not added to html --> to be depreciated
New Contributors
- @StephanMa made their first contribution in #25
Full Changelog: v0.2.85...v0.2.9
Minor Release 0.2.85
What's Changed
Full Changelog: v0.2.84...v0.2.85
Minor Release 0.2.84
- changed OpenSeadragon from installed package to externals (OpenSeadragon must be added as script tag or installed manually)
- image switch will hide window resize bar if urlparam is set to off
Full Changelog: v0.2.83...v0.2.84