Skip to content

Releases: acdh-oeaw/de-micro-editor

Release v0.4.2

22 Mar 13:24
Compare
Choose a tag to compare
  • 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

20 Mar 10:43
Compare
Choose a tag to compare
  • 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

15 Feb 14:29
Compare
Choose a tag to compare

Updating pagination links to bs5.

Full Changelog: v0.3.3...v0.3.4

Minor Release v0.3.3

14 Feb 09:31
Compare
Choose a tag to compare

Added better height adjustment when osd container is loaded with on/off switch #34.

Minor Release v0.3.2

12 Feb 09:30
58cf745
Compare
Choose a tag to compare
  • 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

21 Dec 17:13
9f85d1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Beta Release v0.3.0

07 Dec 14:23
4647a87
Compare
Choose a tag to compare

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

27 Sep 12:00
Compare
Choose a tag to compare

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

Full Changelog: v0.2.85...v0.2.9

Minor Release 0.2.85

25 May 09:16
aeb6f2d
Compare
Choose a tag to compare

What's Changed

  • better osd loader handling; on page load and click; container resize … by @linxOD in #23

Full Changelog: v0.2.84...v0.2.85

Minor Release 0.2.84

24 May 10:06
Compare
Choose a tag to compare
  • 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