Skip to content

Releases: performant-software/react-components

v2.2.18

29 Nov 17:25
bcf9ec4

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds editable prop to FacetSlider component to allow manual input of min/max values

🐛 Bug Fixes

None!

v2.2.17

27 Nov 16:18
2ed9f39

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a bug in the FacetSlider component where the slider was not visible if min or max value was "0"

v2.2.16

09 Oct 13:47
c78c21b

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the Object#isEqual function to include a removeEmptyValues option for object types. When true, any key with a value that matches one of the emptyValues option will be removed from the object before checking for equality.

🐛 Bug Fixes

None!

v2.2.15

03 Oct 16:17
a288298

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue in the FileUploadModal where an error message was display when the errors prop was an empty array

v2.2.14

27 Sep 14:57
d0809b3

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the actions prop objects to pass the item index to the onClick attribute in DataTable
  • Updates EmbeddedList to accept tableProps to pass through to DataTable

🐛 Bug Fixes

None!

v2.2.13

25 Sep 16:58
a1d8c0d

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the as and asProps props to DataTable and Items components

🐛 Bug Fixes

None!

v2.2.12

13 Sep 13:25
6ebf132

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue in the UserDefinedFieldsForm component when fuzzy date values are null

v2.2.11

11 Sep 18:31
552e9ea

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds handling for FuzzyDate field type to UserDefinedFieldsForm

🐛 Bug Fixes

None!

v2.2.10

11 Sep 13:28
bb93af7

Choose a tag to compare

💥 Breaking Changes

  • Moves the ModalContext context out of the semantic-components package and into the shared package
    • This was only used internally, so it shouldn't impact any projects

🚀 New Features

  • Adds the EventsList, FacetSlider, FacetTimeline, and Modal components to the core-data package

🐛 Bug Fixes

None!

v2.2.9

30 Jul 15:16
cf205d5

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes and issue with the URL builder using multiple project_ids in the Core Data URL