Skip to content

Releases: iiif-prezi/iiif-prezi3

1.2.1

01 Jun 15:38
b79eafa
Compare
Choose a tag to compare

The primary work in this release is to fix an issue with accessing some properties of objects when a particular Pydantic edge case occurred (please see #179 for details) and an update to the model skeleton following updates in the Presentation 3 Validator's JSON Schema, bringing in support for constructs such as SvgSelector

Additional small bug fixes were made, dependencies were updated, and a couple of new features added (e.g an AutoList "magic" helper).

What's Changed

Full Changelog: 1.1.1...1.2.1

1.1.1

27 Jan 14:43
00ddeda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

13 Jan 15:05
2513180
Compare
Choose a tag to compare

Bugfix + new skeleton + small new features release

  • BUGFIX: All objects will now serialize properly when using the .json() and .jsonld() functions.
  • MODEL: New skeleton version, including AccompanyingCanvas and PlaceholderCanvas objects and rendering property in a few more places
  • FEATURE: .add_thumbnail() helper
  • and some major documentation and testing changes external to the functionality of the library itself

What's Changed

Full Changelog: 1.0.3...1.1.0

1.0.3

11 Dec 15:46
a4f2180
Compare
Choose a tag to compare

Bugfix release for int-per-type and uuid-per-type functionality of the AutoId helper in #136 and a missing return in #117. Everything else is docs/dev.

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

23 Nov 03:18
02706f9
Compare
Choose a tag to compare

What's Changed

  • Pass additional properties to AnnotationItem by @helrond in #114
  • Correct name of function in make_canvas_from_iiif helper by @helrond in #112
  • Target canvas id by @helrond in #113

Full Changelog: 1.0.1...1.0.2

1.0.1

18 Nov 15:23
943f5f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

18 Nov 15:00
6aca5af
Compare
Choose a tag to compare

First production release of the library 🎉

What's Changed

Full Changelog: 0.0.4...1.0.0

0.0.4

11 Nov 23:25
74882ba
Compare
Choose a tag to compare

Post-post-hackathon release containing a newer skeleton generated from the latest Prezi3 JSON schema, some more new helpers, bug fixes and general tidying up of the repo and various infrastructure and non-application code things.

What's Changed

Full Changelog: 0.0.3...0.0.4

0.0.3

06 Oct 16:34
70138dd
Compare
Choose a tag to compare

Post-hackathon release with a lot of new helpers!

What's Changed

New Contributors

Full Changelog: 0.0.2.2...0.0.3

Test release to PyPi

28 Jan 14:58
6a264eb
Compare
Choose a tag to compare

Should make latest version available at:

https://pypi.org/project/iiif-prezi3