Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.4 KiB

Changelog

3.8.3

Patch Changes

3.8.2

Patch Changes

3.8.1

Patch Changes

  • 34866ce Thanks @VaguelySerious! - Migrate repo to pnpm + turborepo + changesets. Replace webpack bundle build with tsup and begin migrating tests to vitest (playwright browser mode). This might affect the compiled version of the bundle.

  • d905530 Thanks @VaguelySerious! - Add useSemanticHTML prop, which can be set to false to restore the <3.7.0 behavior of using editor.root.innerHTML for display instead

v3.8.0

  • Repository migrated to pnpm + turborepo + changesets
  • Browser bundle build migrated away from webpack
  • Test migration started toward Vitest + Playwright browser mode