Releases: shoutem/ui
Releases · shoutem/ui
v4.6.1 - SearchField fixes
- fixed styling for clear input button
- fixed bug where typed text was not visible
v4.6.0 - Shoutem Extensions based changes
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
- adjusted conditioning for when we strip
padding-bottom
from figure tags that contain iframe tags
v4.4.9 - Fix conditioning for figure tag styling
- fixes conditioning for omitting
padding-bottom
fromfigure
tag when aniframe
is nested inside it
v4.5.0 - Add DateTimePicker component
- added
DateTimePicker
component - added
@react-native-community/datetimepicker
version ^3.5.2 to dependencies
v4.4.8 - Add tables support in SimpleHtml
SimpleHtml
component now supports<table>
tag
v4.4.6 - fix opacity issue with icon
- remove unused path from
checkbox-rectangle-off.svg
which wasn't respectingopacity
(stayed 1 when set to <1)
v4.4.5 - adjust checkbox-rectangle icon svg files
- fix
checkbox-rectangle-off
andcheckbox-rectangle-on
icons to not use hardcoded colors - merge patch version
dependabot
changes
v4.4.4 - Added video support to SimpleHtml
- 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
- defined SimpleHtml's
alterChildren
function that removes excessive<br>
nodes in received Html