Skip to content

Releases: shoutem/react-web-ui

v1.0.0 - File type handling for image uploader

23 Mar 17:24
d2a3353
Compare
Choose a tag to compare
  • image uploader component now handles invalid file types

v0.16.7 - remove semver ranges from dependencies

01 Mar 08:12
97c839c
Compare
Choose a tag to compare
  • removed semver ranges from non-shoutem dependencies to prevent breaking changes and bugs being introduced

v0.16.4 - Add FileUpload component

21 Dec 14:11
37407ea
Compare
Choose a tag to compare

v0.16.2 - Add insert image button to RichTextEditor component

05 Nov 14:08
bb4e6ae
Compare
Choose a tag to compare
  • added insert image button to RichTextEditor component

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

18 Oct 11:51
3b75544
Compare
Choose a tag to compare
  • 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