Skip to content

Releases: omeka-s-modules/NumericDataTypes

v1.14.3

20 May 15:37

Choose a tag to compare

  • Fixed a bug where time series datasets that included BCE dates were generated incorrectly because DateTime::createFromFormat returns false for negative-year strings
  • Fixed a bug where the last bucket of a time series dataset was dropped
  • Added a color fill option to the histogram time series diagram type
  • Improved the end date field description to clarify that it is an exclusive upper bound

v1.14.2

10 Mar 14:43

Choose a tag to compare

  • Resolves "a new entity was found" errors

v1.14.1

12 Jan 15:18

Choose a tag to compare

  • Renames the "Integer" data type to "Number"; the data type now accepts decimals
  • Removes the "Convert to numeric" control in the batch edit form, and adds the numeric data types to the "Convert data type" control in the same form

v1.13.0

14 Aug 18:23

Choose a tag to compare

  • Hides search controls when three are no related properties (fixes #54)

v1.12.0

02 Apr 18:48

Choose a tag to compare

  • Enables numeric functionality for item sets and media, including search, bulk edit, and sort
  • Enables "Add all" button for NumericDataTypes facets

v1.11.4

24 Jun 19:23

Choose a tag to compare

  • Fixes integer display according to standards (#44)
  • Fixes strict type issue (#39)

v1.11.3

07 Jun 19:46

Choose a tag to compare

Tag v1.11.3

v1.11.2

06 Jun 19:39

Choose a tag to compare

  • Fixes aria-labels

v1.11.1

19 May 20:19

Choose a tag to compare

  • Fixes required numeric values
  • Adds labels to inputs for accessibility (#38)

v1.11.0

28 Feb 18:40

Choose a tag to compare

  • Supports localized formats for rendered date/time (requires PHP 8.1+)