react-toolbox v1.1.0 Release Notes

Release Date: 2016-08-07 // over 7 years ago
    • ๐Ÿš€ 1.1.0 release (c671290)
    • โž• Add an active property to control pickers from outside (39694e5)
    • โž• Add create option to autocomplete (3461a1f)
    • โž• Add required polyfills for IE11. (ef6a979)
    • โž• Added custom sized circular ProgressBar to spec (bdd2ce3)
    • โž• Added support for locale on DatePicker dialog component (01ae580)
    • โž• Added viewBox attr to svg element of circular ProgressBar to allow custom sizing (a2c8f08)
    • Avoid !important in progress spec (f56eb82)
    • ๐Ÿ‘ Better tooltips (fcc7902)
    • Beware of the multiple onRippleEnded (c01c025)
    • ๐Ÿ›  Bugfix for IE scrollX/scrollY (955acf0)
    • ๐Ÿ”„ Change method name to match lib convention (ea3917e)
    • ๐Ÿ”„ Change name from create to allowCreate in Autocomplete and fix linter warnings (4093439)
    • Don't render Ripple if it's not being animated (032840e)
    • ๐Ÿ›  Fix #547 (f2dbfb5), closes #547
    • ๐Ÿ›  Fix linter errors (fae42a8)
    • ๐Ÿ›  Fix linter errors and refactor (e597bc5)
    • ๐Ÿ›  Fix linter warnings (77b0a4a)
    • ๐Ÿ›  Fix remove animation event function (2bd6539)
    • ๐Ÿ›  FIXED aslant errors and warnings to pass Travis check (157c29d)
    • ๐Ÿ›  Fixed Autocomplete such that it does not error when provided with a value prop that does not exist i (59b01e6)
    • ๐Ÿ›  Fixes #586 (041e00c), closes #586
    • ๐Ÿ›  Fixes #629 (e2c5471), closes #629
    • ๐Ÿ›  Fixes #663 (023a732), closes #663
    • ๐Ÿ›  Fixes #671 (991da71), closes #671
    • ๐Ÿ›  Fixes #674 (fd138f9), closes #674
    • ๐Ÿ›  Fixes #678 (730d4c1), closes #678
    • ๐Ÿ›  Fixes Autocomplete error when provided value prop that is not in source option while preserving valu (0bce911)
    • ๐Ÿ›  Fixes linting errors (01711e6)
    • ๐Ÿ— Latest build (146ffee)
    • ๐Ÿ— Latest build (0c53de9)
    • ๐Ÿ— Latest build (b58254d)
    • ๐Ÿ— Latest build (50c5aeb)
    • ๐Ÿ— Latest build (57bb663)
    • ๐Ÿ›  Minor fixes in docs (25fd5e2)
    • pass theme from layout to children (491a85c)
    • ๐Ÿ”จ Refactor ripple adding multiple option (71fcd3f)
    • โœ‚ Remove some bind usage in render functions and undo passing down Dropdown theme to Input (a825208)
    • โšก๏ธ Update dependencies (f250f6f)
    • โšก๏ธ Update docs dependencies (714883c)
    • โšก๏ธ Update react-css-themr dependency (692b0be)
    • ๐Ÿ— feat(dist): add newest build (62f8b22)
    • feat(input): implement maxLength in js rather then using the maxlength prop of the input field (a8dbad1), closes #685
    • feat(input): prevent insertion of characters if maxLength is reached (70823af)
    • 0๏ธโƒฃ feat(input): set the default row amount for multiline inputs to 1 (056cd6d)
    • doc(input): add note about handleChange implementation (f29e570)
    • ๐Ÿ›  fix(input): always recalculate size (d1fcc14)
    • ๐Ÿ›  fix(input): don't remove the maxLenght attribute from inputs (6f03fb5)
    • ๐Ÿ›  fix(input): only remove resize event listerner if it exists (75487fb)
    • ๐Ÿ›  fix(multiline input): autoresize after initial render too (1809d67)
    • ๐Ÿ”จ refactor(input): move autoresize to didUpdate (8559c18)
    • ๐Ÿ“„ docs(input): fix multiline example and add maxLength to it (9a4f553)