Skip to content

Releases: shoutem/ui

v4.6.1 - SearchField fixes

31 Aug 11:23
3c3851d
Compare
Choose a tag to compare
  • fixed styling for clear input button
  • fixed bug where typed text was not visible

v4.6.0 - Shoutem Extensions based changes

31 Aug 10:13
40e71d2
Compare
Choose a tag to compare

Styling changes directly related to the Shoutem Builder architecture and it's 3.0.0 release, should not have any conflicts with styling for non-Shoutem Builder implementations.

v4.5.1 - Adjust conditioning for figure styling

27 Jul 11:48
67e84d1
Compare
Choose a tag to compare
  • adjusted conditioning for when we strip padding-bottom from figure tags that contain iframe tags

v4.4.9 - Fix conditioning for figure tag styling

27 Jul 13:40
7189b12
Compare
Choose a tag to compare
  • fixes conditioning for omitting padding-bottom from figure tag when an iframe is nested inside it

v4.5.0 - Add DateTimePicker component

27 Jul 11:22
2f86c08
Compare
Choose a tag to compare
  • added DateTimePicker component
  • added @react-native-community/datetimepicker version ^3.5.2 to dependencies

v4.4.8 - Add tables support in SimpleHtml

02 Jul 07:49
cda5d7f
Compare
Choose a tag to compare
  • SimpleHtml component now supports <table> tag

v4.4.6 - fix opacity issue with icon

11 Jun 07:30
a28d03d
Compare
Choose a tag to compare
  • remove unused path from checkbox-rectangle-off.svg which wasn't respecting opacity (stayed 1 when set to <1)

v4.4.5 - adjust checkbox-rectangle icon svg files

08 Jun 10:59
1166dcb
Compare
Choose a tag to compare
  • fix checkbox-rectangle-off and checkbox-rectangle-on icons to not use hardcoded colors
  • merge patch version dependabot changes

v4.4.4 - Added video support to SimpleHtml

02 Jun 11:28
9c0818a
Compare
Choose a tag to compare
  • added react-native-youtube-iframe package
  • added custom renderer to SimpleHtml to handle video iframe tags

v4.4.3 - Remove unnecessary <br> nodes in SimpleHtml component

10 May 08:43
4324019
Compare
Choose a tag to compare
  • defined SimpleHtml's alterChildren function that removes excessive <br> nodes in received Html