Skip to content

Releases: samply/lens

v0.5.0-alpha

25 Mar 09:11
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to d3f2c5d - use ajv for JSON schema validation instead of @exodus/schemasafe (commit by @timakro):

    The catalogue.json of your project needs to be adjusted. Category groups, i.e. objects that have the childCategories property now require the additional property "fieldType": "group".

🐛 Bug Fixes

🔧 Chores

Read more

v0.4.6

25 Feb 14:22
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to d76fccd - make the negotiator Authorization header configurable in lens options (commit by @timakro):

    If you have "negotiateOptions" in your lens options, you must add a key "authorizationHeader" under "negotiateOptions" that contains the value of the HTTP Authorization header (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization), e.g. "Basic <base64string>"

  • due to cd8bd58 - change the valid values of the "type" prop of the <lens-negotiate-button> component (commit by @timakro):

    If you are using <lens-negotiate-button> in your application change the value of the "type" prop to "Negotiator" if it was "bbmri" before or to "ProjectManager" if it was "ccp" before.

  • due to eff5622 - turn Status into a tagged union (commit by @timakro):

    The type definition of the Status type changed slightly. If you are reading or writing the ResponseStore you may have to adjust your code.

✨ New Features

🐛 Bug Fixes

  • 4d04090 - fix that the query modified dialog was not shown when clearing the search bar (commit by @timakro)
  • 2f69fc9 - add missing fields "site_id" and "collection_name" to negotiator options in options schema (commit by @timakro)
  • d0fb1bf - forgot to include a file in the commit (commit by @timakro)
  • fc86808 - not clickable links fix (commit by @DenisKoether)
  • 7dc154d - return 0 in getAggregatedPopulationForStratumCode if there are no responses (commit by @timakro)

🔧 Chores

v0.4.5

04 Feb 14:45
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.4.4

04 Feb 10:35
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 9f202ba - add subgroupes to catalogue (commit by @patrickskowronekdkfz):

    The addPercentageSignToCriteria function is no longer supported. You must explicitly define your subgroups as they will no longer be generated automatically.

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

  • 9e61d6b - start catalogue search after only with 3rd entered character *(commit by @t...
Read more

v0.4.3

30 Oct 12:37
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

🔧 Chores

v0.4.2

02 Oct 10:17
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

🔧 Chores

v0.3.1

09 Sep 06:57
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

♻️ Refactors

v0.3.0

06 Sep 12:11
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

♻️ Refactors

🔧 Chores

v0.2.2

12 Jul 06:34
8318f66
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.2.1

26 Jun 09:24
a18efff
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes