Skip to content

Releases: ctwoolsey/ember-paper-react

v4.1.0

22 Dec 11:14
36a873b
Compare
Choose a tag to compare

When using @multiple={{true}} on R-Paper-Autocomplete the @onchange value returned will be an EmberArray instead of a regular Javascript Array.

v4.0.0

14 Dec 07:59
1559f90
Compare
Choose a tag to compare

Upgraded to using Ember 4.9.0

v3.2.2-beta.21

09 Dec 11:09
d2cf55c
Compare
Choose a tag to compare
  • Fixed bugs so that date and time picker components would update on error changes
  • Added support for all LocalizationProvider attributes to be used
  • Updated documentation

v3.2.0-beta.19

07 Dec 10:01
c492b2a
Compare
Choose a tag to compare

Adds the following components:

  • RPaperDatePicker
  • RPaperDateTimePicker
  • RPaperTimePicker
  • RPaperStaticTimePicker

v3.1.1-beta.18

02 Dec 23:29
5a6429c
Compare
Choose a tag to compare

Updated the list of stateful props for alert and snackbar component

v3.1.0-beta.17

02 Dec 15:57
3fa6905
Compare
Choose a tag to compare

Alert, AlertTitle, and Snackbar components added

3.0.3-beta.16

07 Oct 16:49
Compare
Choose a tag to compare
  • added new or missing props to html global
  • RPaperNumberFormat Numeric and Pattern components can now clear input on focus

v3.0.2.beta15

06 Oct 21:18
e1e80d1
Compare
Choose a tag to compare
  • Updated version to 3.0.2.beta15,
  • fixed bug that was calling onChange handler twice once with correct value and second only with masked value

v3.0.1.beta.14

06 Oct 20:28
6cd48c5
Compare
Choose a tag to compare
  • Fixed bug where errors might not get reported in a field that used error validation
  • Updated RPaperNumberFormatNumericTextField and RPaperNumberFormatPatternTextField so that controlled inputs can properly type

v3.0.0-beta.13

06 Oct 00:39
c2d5ec6
Compare
Choose a tag to compare

Breaking Changes to "RPaperNumberFormatTextField" component.
This component has been upgraded to version 5.0.1 please see https://s-yadav.github.io/react-number-format/docs/migration

Removed RPaperNumberFormatTextField components
Added RPaperNumberFormatNumericTextField and RPaperNumberFormatPatternTextField components

Default of these components now selects the text area on new focus
View readMe on these components for more information