Skip to content

Releases: shoutem/react-web-ui

v1.0.0 - File type handling for image uploader

Choose a tag to compare

@Definitely-Not-Vlad Definitely-Not-Vlad released this 23 Mar 17:24
d2a3353
  • image uploader component now handles invalid file types

v0.16.7 - remove semver ranges from dependencies

Choose a tag to compare

@Definitely-Not-Vlad Definitely-Not-Vlad released this 01 Mar 08:12
97c839c
  • removed semver ranges from non-shoutem dependencies to prevent breaking changes and bugs being introduced

v0.16.4 - Add FileUpload component

Choose a tag to compare

@majaklajic majaklajic released this 21 Dec 14:11
37407ea

v0.16.2 - Add insert image button to RichTextEditor component

Choose a tag to compare

@tomislav-arambasic tomislav-arambasic released this 05 Nov 14:08
bb4e6ae
  • added insert image button to RichTextEditor component

v0.16.1 - ActionInput focus fix, add autoFocus prop for SearchInput

Choose a tag to compare

@tomislav-arambasic tomislav-arambasic released this 18 Oct 11:51
3b75544
  • fixed a bug where DebounceInput wasn't focused upon calling focus() on ActionInput component
  • add autoFocus prop for SearchInput component - if true, it will be auto focused on componentDidMount