All Versions
61
Latest Version
Avg Release Cycle
38 days
Latest Release
3440 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.0.3 Changes
July 25, 2016- ๐ 1.0.3 release (43ea2ef)
- A lot of JSDoc comments added, even more left (621e798)
- โ Added tests. (4f67a93)
- โ Additional fix for raw AppBar component import (32aedbd)
- All props are now commented (ae6109c)
- ๐ Bugfix calculating Menu position (e077f8a)
- Date picker now takes max/min date into account on mount/props change. (e9487e1)
- Document CardTitle's cardTitle theme (460a378)
- Document the label theme for the input component (68ee32f)
- Ensure theme gets passed down to TimePicker child components (a6f7d64)
- ๐ fix autocomplete activating on react>=15.1 if no direction (f3b460e)
- ๐ Fix multiselectable and unselect rows isues on Table component (5ccd6da)
- ๐ Fix typo in font-size calculation in mixins (1639690)
- ๐ Fixes #542 (c9ac90f), closes #542
- ๐ Fixes #627 (2d17b65), closes #627
- ๐ Latest build (af9e889)
- Made general mixins properties depend on $unit value (fb29425)
- ๐ Merge with dev (b226fcd)
- ๐ Moved modules to separate files. (10b69b5)
- Only add Input auto-resize handler to multiline inputs (9cc56e1)
- Pass theme down to list item child components for correct classnames (5a9fec8)
- ๐ Small fixes (3b70677)
- Typings for the project (661911b)
- โก๏ธ Update install.md (42feb7f)
- โก๏ธ Update README.md (3a57270)
-
v1.0.2 Changes
July 10, 2016- ๐ 1.0.2 release (672429f)
- โ Add autoresize to multiline inputs (5b97b95), closes #278
- โ Add passing unknown props and checking of keypress (d01a576)
- ๐ better support in typescript: (69368ae)
- ๐ Fix Number.isNaN TypeError on IE (4ea305c)
- ๐ Fixes #585 (49658a3), closes #585
- ๐ Fixes #616 (0513cb7), closes #616
- ๐ Fixes #624 (2a7e340), closes #624
- Forward theme prop from Tabs to TabContent (8c20848)
- get rid of declaration duplicates in components/ (febf8b5)
- ๐ Latest build (f43dac6)
- ๐ Latest build (b55d2b1)
- missing MENU for some reason in identifiers (e359805)
- Pass the theme from ListItem to ListItemLayout (3b4387f), closes #580
- Reset overflow when unmounting (a11fe92)
- ๐ Restyle a ternary (8d65961)
- Update datepicker_example_1.txt (e782b8f)
- โก๏ธ Update pickers.js (49fa53a)
- โก๏ธ Update to react 15.2.0 (3e29844)
- chore(dropdown): set value to empty string to prevent uncontrolled errors (ad52adb)
-
v1.0.1 Changes
June 19, 2016- โก๏ธ [Fixes #550] Add PropType checking to Menu's position and update docs (eec457b), closes #550
- #575: Use classname 'material-icons' if children is a string (1d725dc)
- ๐ค (79472ee)
- ๐ 1.0.1 release (b44b168)
- โ add 'suggestionMatch' prop to Autocomplete component to determine how suggestions are matched (afe5bf1)
- โ Added ability to export the DatePickerDialog seperately from the DatePicker (2d5f519)
- โ Added autoselect first option on enter (7bffe8a)
- ๐ change .overlay to .backdrop (7134c64)
- โฑ clear the timeout on componentWillUnmount (647dbfb)
- ๐ feat(datepicker,timepicker): add support for
nameprop (c850245) - ๐ Fix #536 (5b76a7f), closes #536
- ๐ Fix #541 (c19c3e7), closes #541
- ๐ Fix #542 (6cd4202), closes #542
- ๐ Fix a few incorrect exports in typings and build with updated Babel (68926f8)
- ๐ Fix cpx command to work correctly when coping sass and ts files (688f6bc)
- ๐ Fix MenuItem onclick called without event (53f4a5e)
- ๐ Fixed bug with add a month to a date when current day is largest than last day of next month (0d01405)
- ๐ Latest build ๐ค (fccf6f5)
- ๐ Made property for both topbottom and leftright padding of day on calendar picker. Fixes IE11 bug (cb138fc)
- Replace react-toolbox.d.ts with index.d.ts (235d914)
- โก๏ธ Update libs with new external .d.ts files (9856ca0)
- โก๏ธ Update TypeScript definition section of README.md (deb3630)
- โก๏ธ Update typings to external modules (no more 'declare module ...') to get the definitions working aut (f8c1a3f)
- ๐ chore(eslint): fix propTypes order (d06dd78)
- ๐ feat(dropdown): add support for name prop (ec94e5a)
-
v1.0.0 Changes
June 04, 2016- (feat) set corejs as a dependency (7ad9594), closes #382
- ๐ต (dbba425)
- ๐ฅ (fc6b702)
- ๐ 1.0.0 release (bd7b846)
- โ Add export (d68340e)
- โ Add base class for buttons (c937673)
- โ Add Clock and ClockHours to TimePicker migration (a2cc04c)
- โ Add icon prop to DatePicker (77c74bf)
- โ Add lib folder (7b80621)
- โ Add missing context theme doc for Button (6d37fe7)
- โ Add missing semicolons (fe390fa)
- โ Add note about theming in chip readme (d8a5dc3)
- โ Add onRippleEnded. Fixes #289 (c612fdf), closes #289
- โ Add seperate autocomplete with showSuggestionsWhenValueIsSet to spec (8f2579e)
- โ Add showSuggestionsWhenValueIsSet prop, used to control autocomplete filter behaviour when multiple= (5dfee66)
- โ Add specific imports for FontIcon (fbdceed)
- โ Add themed key for avatar and appbar in readme (cd83d83)
- โ Add themr to AppBar (c7f8d83)
- โ added ability to select only one row at the time (29aece7)
- โ Added media-queries for the max-height of he app-bar on mobile devices (56dp and 48dp) (3c4c1e6)
- ๐ All components moved to themr ๐ฑ (a9e8304)
- Autocomplete element size (12e572f)
- Autoinject Autocomplete, Avatar, Chip and Input (85e248c)
- Autoinject Checkbox theme (d48e243)
- Autoinject Drawer theme (3827ed3)
- Autoinject Navigation theme (df88b1d)
- ๐ Autoinject style for AppBar (f10748e)
- ๐ Autoinject styles for Lists (592024f)
- ๐ Autoinject styles for ProgressBar (fdb3644)
- Autoinject theme for Card (05c6dce)
- Autoinject theme for Dialog, DatePicker and Overlay (4ff92ac)
- Autoinject theme for dropdown (7a241e9)
- Autoinject theme for Layout (e911a9f)
- Autoinject theme for Link (731153d)
- Autoinject theme for Switch, Table and Snackbar (863c821)
- Autoinject theme for Tabs (6afb914)
- Autoinject theme for Tooltip (975fb32)
- Autoinject theme to Menu component (f88ddde)
- Autoinject theme to Radio component (e1b2b6b)
- Autoinject theme to Slider (d810c81)
- Autoinjects for Button and IconButton (6048bb7)
- ๐ Avoid null values when parsing input (310d683)
- Avoid uncontrolled inputs (85978a5)
- ๐ Better PropType syntax and delete required className api (73c115f)
- ๐ Better react imports for lists (95ea35f)
- ๐ Better readme for buttons (d59f95c)
- ๐ Better readmes for autocomplete avatar chip and input (d04c181)
- ๐ Change autocomplete filter behaviour when multiple=false (a4810d8)
- Cleanup timers when Menu component unmounts to prevent calls on undefined objects (8182348)
- Clear autocomplete query input when pressing backspace and showing all suggestions (c706184)
- Destructuring React for some components (1386a15)
- Exclude JSX navigation div if there are no actions (aaa1cfa)
- Finish autoinjects (c356a2b)
- ๐ Fix #454: Chip component unable to display nicely on small screen (60b8e55), closes #454
- ๐ Fix DatePickerDialog to correctly display the previously selected date (39ad60a)
- ๐ Fix linter errors (33ff491)
- ๐ fix receive props for Autocomplete component (19566dd)
- ๐ Fix tests (e24152c)
- ๐ Fix the value of month in datepicker example (d839515)
- ๐ Fix typo (c1093b2)
- ๐ Fix typo in AppBar readme (34952ce)
- ๐ Fix typos in Layout (78d7c92)
- ๐ Fixed sass-lint to 1.5.1 to avoid linting errors (41189e2)
- ๐ Fixed. wrong check empty actions (4d3e2e0)
- ๐ Fixes in Layout (75cd934)
- ๐ Fixes typo in ListItemLayout (a4de34e)
- Full extension imports in animations (d5834e0)
- Fullname imports for util files (767d16b)
- ๐ Hotfix for incorrect ternary statement in DatePicker (d7b820a)
- Inject dependencies for Form component (27962e8)
- ๐ Latest build (fbca206)
- ๐ Latest build (a1f02d2)
- โ Make tests pass (6329c5d)
- ๐ Media queries for dialogs to set wider widths for smaller screens (ec84e6c)
- Migrate autocomplete (92b170f)
- Migrate Avatar to themr (1974336)
- Migrate button to themr (29f89fe)
- ๐จ Migrate Card + refactoring + add defineTheme ๐จ (bc26c3f)
- Migrate checkbox to themr (40be146)
- Migrate Chip to themr (b2be1cb)
- Migrate DatePicker to themr (709f4b1)
- Migrate dialog to themr (2fb2de8)
- ๐ Migrate docs to new theme syntax (5056a9d)
- Migrate Drawer and Overlay to themr (f6d2d3f)
- Migrate Dropdown to themr (38e2690)
- Migrate IconMenu to themr (5f626e2)
- Migrate input to themr (243644c)
- Migrate Layout to themr (58f8d61)
- Migrate Link to themr (36869cb)
- Migrate List to themr (c39caf6)
- Migrate Menu to themr (140cc2c)
- Migrate MenuDivider to themr (54dca2d)
- Migrate MenuItem to themr (e20bae5)
- Migrate Navigation to themr (e5ef5e2)
- Migrate ProgressBar to themr (38cb1b0)
- Migrate Radio to themr (306e397)
- Migrate Ripple to themr (f4e74e9)
- Migrate snackbar to themr (8705c57)
- Migrate switch to themr (d451cf0)
- Migrate Table component to themr (b75e757)
- Migrate the Slider to themr (de89f9a)
- Migrate TimePicker to themr (6f2d17d)
- ๐ mixins is already imported in base, hence removed the redundant import | Galeel (85048a3)
- Modify Button's display to be inline-flex (63f760b)
- Modify ripple theme interface to avoid collisions (4e28d4a)
- ๐ Move body locker from Portal to Overlay (8a7ddc7)
- ๐ Move some mixins (96599d3)
- ๐ Move tabs to themr (d6bc5f5)
- ๐ New README (27a4420)
- Plain SASS imports ๐จ (419f16f)
- โฌ๏ธ Reduce z-index for spec page (91bd684)
- ๐จ Refactor autocomplete suggestions method to make it more readable (cb4b736)
- โ Remove conditional import since SASS does not support them. (facf4a3)
- โ Remove defineTheme (6ba69be)
- โ Remove linter warning (4f85f4e)
- โ Remove no longer supported method for dropdown (38827df)
- โ Remove style dependency in cards (9593e03)
- โ Remove style for form (fee4a19)
- Simpler FontIcon component (3ba5c11)
- โ๏ธ Small typos in README (cea8111)
- โก๏ธ Update DatePicker to handle being passed a value of an empty stirng (62e5322)
- โก๏ธ Update dependencies (6a0d861)
- โก๏ธ Update dependencies (b84a07f)
- โก๏ธ Update docs (115e839)
- โก๏ธ Update global index (802bd64)
- โก๏ธ Update node version (42125fc)
- โก๏ธ Update readme for menu (f7ae5a8)
- โก๏ธ Update Typescript definition to 0.16.2, added , , and ActivableRendererFactory defini (b8feb9a)
- ๐ Use alternative to scrollX where not available (IE) (f39dfb4)
- Y for X (f017610)
- ๐ Bugfix: delete style in form (22819ca)
- ๐ Bugfix: Set empty string in time picker if no time is given (d2cf4e3)
-
v0.16.2 Changes
April 10, 2016 -
v0.16.1 Changes
April 10, 2016 -
v0.16.0 Changes
April 10, 2016- ๐ 0.16.0 release (8e57104)
- Adapt pickers to calculate position with scroll (0d1265e)
- โ Add inputClassName prop to DatePicker and TimePicker (47fba11)
- ๐ Fix #407 (48e5c48), closes #407
- ๐ Fix #425 (ee4cc54), closes #425
- ๐ Fix #442 (7d73fb4), closes #442
- ๐ Fix checking if key exists in Autocomplete (e45b0cb)
- ๐ Fix linter error for layouts (b0437cd)
- Get rid of jsx extensions ๐ฎ (0cb8d8b)
- ๐ Lint spec files (2039a12)
- Now we are Audiense ๐ (410cd6b)
- โฌ๏ธ Reduce list unneeded markup (f6c8304)
- ๐จ Refactor Overlay into two components and make activable components render only when needed (958cbb9)
- โ Remove App from components index (7e2d4de)
- โ Remove unneeded App (baf4414)
- โก๏ธ Update dependencies, linter and rules (516a0a3)
- ๐ Update documentation dependencies (a6e162e)
- โก๏ธ Update linting (c3ef6bd)
- โก๏ธ updates package.json to work with react 15 (3812686)
- ๐ Use sass lint (beeb6ab)
- ๐ Bugfix: style for svg icons in button (3a20676)
-
v0.15.1 Changes
April 07, 2016- ๐ 0.14.2 release (3ee2e94)
- ๐ 0.15.0 release (e3a805b)
- ๐ 0.15.1 release (436d4b4)
- โ Add allowBlank to Dropdown (542b58a)
- โ Add chip component (821c3e1)
- โ Add onDeleteClick property (08675d6)
- โ Add prop to autocomplete to place labels below or above input (d41a77c)
- โ Added !default to all config values as per #424 (37f8f4c)
- โ Added onMouseUp and onMouseLeave props to Icon Button to make it similar to Button Component. (7b7b042)
- Aligned Menu Readme properties (324cce3)
- ๐ Change snackbar to fix issue where lingering timeouts would effect new activations (6470b44)
- ๐ Changed Icon Prop type to String or Element instead of Any. Also fixed an inappropriate example for (ccf88af)
- Chip - Replace fonticon with inline SVG, tweak size and position (703ed27)
- Chip - tweak stroke width (cbeef76)
- ๐ Clean up chip styling, remove hover and pressed styles (f96d00e)
- ๐ Cleaned up Card documentation. (6cf753b)
- Don't show actions container in dialog if no actions exist (ed1f3c6)
- ๐ Fix style changes from TravisCI build (d5eebd9)
- ๐ Fixed Dropdown readme example and updated properties. (fe9312a)
- ๐ Fixed grammar mistake on component page. Updated Sidebar's CSS (233bb67)
- ๐ Fixed Object Single Selection Bug (9d2fe8f)
- ๐ Fixed spacing for list readme (1a9fe24)
- ๐ Fixed Spacing Issues for items in last commit. (a841408)
- ๐ Fixed spacing on drawer readme (3683358)
- ๐ have Dialog.jsx import from './style' and not './style.scss' (b26e1f6)
- keepachangelog.com :) (f7ef77b)
- ๐ only render content of current tab + linting, docs, test (b6b51a4)
- Proper property sorting (5db11d3)
- โช Revert input error color (27e59df)
- โก๏ธ Sorted Appbar's properties. Updated Autocomplete's doc and example (8494668)
- Sorted Date Picker Properties (4917bf7)
- โก๏ธ Update autocomplete component to use chips (620b494)
- โก๏ธ Update chip children prop type, readme (1a4d363)
- โก๏ธ Updated Avatar readme and example (d3fcaef)
- โก๏ธ Updated Babel Standalone to latest version (16fac7a)
- โก๏ธ Updated Button and Checkbox doc (b5f2123)
- โก๏ธ Updated Dialog Example and sorted properties. (6b81440)
- โก๏ธ Updated docs for slider, snacker, switch, table, tabs and time picker (3649ab1)
- โก๏ธ Updated Font Icon Examples. Also updated value type (21dc421)
- โก๏ธ Updated Input doc and Example (94280ce)
- โก๏ธ Updated Link readme and example to include active element. Also changed icon type from string to any (588ff39)
- ๐ Updated List Documentation and example to include list divider (e7a2622)
- โก๏ธ Updated Menu readme to include new properties and changed import statement to match other components (2f11387)
- โก๏ธ Updated Navigation Readme. Aligned properties and added quotes around horizontal and vertical for ty (c57b751)
- โก๏ธ Updated Progress, Radio and Tooltip Readme. Aligned properties for ripple. (86e1dca)
- ๐ Use children instead of special label and avatar props in Chip component (dff8a07)
- ๐ docs(media): keep navigation for wider screens (125cac1)
-
v0.15.0 Changes
March 24, 2016- ๐ (feat) renamed to onEscKeyDown and fixed linting errors (db752d2)
- [Table] enhancements (c5b19c2)
- ๐ (b45c8f7)
- ๐ 0.14.1 release (d8a58bd)
- ๐ 0.14.2 release (f3ffd85)
- ๐ 0.15.0 release (b182c09)
- โ add activeClassName to tab component (52682c5)
- โ Add default statements to color variables (acde309)
- โ Added a few more events to Dialog's overlay (542f54d)
- โ added data-react-toolbox attribute to FontIcon (a82595b)
- โ Added hint attribute to input field. (d2202e1)
- ๐ allow app-bar height override (7ad9189)
- ๐ Allow disabling animated bottom border on tabs (a2543d4)
- ๐ Allowing array of pairs key-value as input for autocomplete (96e868b)
- ๐ allows to close dialog (and all overlays) when pressing esc (04c7b04)
- ๐ allows to format the date displayed on datepickers input (16ed926)
- ๐ Change error PropType to node on Input (0227b0d)
- ๐ Changed HTML element from label to span (4dcb2d0)
- ๐ Changed the set state key to countries instead of value (f81056f)
- cleanup listeners on document before unmount (68b23d2)
- Clock SSR fix (6173e9b)
- Correctly handle zero as dropdown value (c812d4c)
- Created required behaviour for input (cc32e5a)
- DatePicker autoOk prop (240864f)
- โฌ๏ธ dropdown accepts string or number as value (29edd20)
- โฌ๏ธ Dropdown doesn't close on click outside fix (bc6ae1f)
- โฌ๏ธ Dropdown doesn't close on click outside fix (c1f2b83)
- ๐ Fix #248 (e263499), closes #248
- ๐ Fix #290 (f1a098d), closes #290
- ๐ Fix #302 (a64d5e4), closes #302
- ๐ Fix #316 (852c3ea), closes #316
- ๐ Fix #356 (993afbc), closes #356
- ๐ Fix #357 (22b46d9), closes #357
- ๐ Fix #361 cancel timer when tabs component unmounts (380da26), closes #361
- ๐ Fix label for number inputs with 0 as value (5029b0d)
- ๐ fix lint issue by ammending rule (e6c5be2)
- ๐ fixed linting errors on utils/time.js (756a3a9)
- ๐ Fixes #304 (ddeb44f), closes #304
- ๐ fixes #369 (0b16eef), closes #369
- ๐ fixes #389 (1aa67d5), closes #389
- ๐ Fixes small typos in AutoComplete documentation (01e2eab)
- Forgot to add required attribute to actual input element (19249d8)
- if list item action defined onClick we stop click and mouse down (14cbf9c)
- Introduce close() method (9dcd1d6)
- list item can be customized by passing in children commponents (a2745c8)
- ๐ Make drawer compliant with material design guidelines. (6e586a9), closes #283
- 0๏ธโฃ Modified z-index to include default (953c209)
- More beauty in the dialog spec (4fba76e)
- โก๏ธ nextState in componentWillUpdate of Menu.js fix (7adfc59)
- โก๏ธ nextState in componentWillUpdate of Menu.js fix (c2283c0)
- pass through props in Ripple (0deee32)
- โ removed commented out code (32ff655)
- โ Removed Error styling when input field is in focus (c2374ad)
- renderInput() method never used (ef0fe11)
- renderInput() method never used (f4541ee)
- Renders Selected Item when multiple=false (bef1adf)
- replace data-role with data-react-toolbox (43bfd3f)
- 0๏ธโฃ Set background to transparent by default (dce92d3)
- ๐ Some minor typo fixes for the README (191201e)
- ๐ Support
0value as being numeric (c2c0ac7) - this is correct (1d5970f)
- ๐ type -> getType as
typeseems to be a keyword in node 5.1 (7b2347a) - โ๏ธ Typos and grammar corrections for install document (f77a806)
- โก๏ธ update Card.jsx (cacc7d9)
- ๐ Update Dialog's documentation. (3a3dea6)
- โก๏ธ update List.jsx (b898d7f)
- โก๏ธ update Menu.jsx (542528d)
- โก๏ธ update RadioButton.jsx (dba62cf)
- โก๏ธ update RadioGroup.jsx (692ed24)
- โก๏ธ update readme for tabs (1cda333)
- โก๏ธ update Switch.jsx (413ddb7)
- โก๏ธ update Tab.jsx (52f324d)
- โก๏ธ update Tabs.jsx (99b4fca)
- โก๏ธ Update to node 4.3.0 (a609753)
- โก๏ธ Update TS definition file to work properly with TypeScript >= 1.8, README blurb (ac6834f)
- โก๏ธ updated list item spec with button (ccd4bbb)
- ๐ Use consistent data attributes (c0e0b56)
- ๐ Use falsy when cloning menuitems to check if element should be treated (1075816)
- When the font-size (or $unit) is small, there's no difference between selected and unselected item (a78ec39)
- โช Workaround race condition between menu item layout and container size assessment. (b2538d8)
- ๐ feat(ListItem): add className prop support (6670e79)
-
v0.14.1 Changes
January 26, 2016- ๐ 0.14.1 release (b736a5f)
- โ Add babel standalone for the playground live editor (0037210)
- โ Add missing semicolons (6eb5838)
- โ Add TypeScript definition file and typings entry to package.json, as well as a blurb in README.md (d7b6c6b)
- ๐ Allow Link to render Tooltips via children prop (9da2378)
- ๐ allow passing components to card title and subtitle (08c0907)
- โก๏ธ Bebel 6 Integrated, Stage-0 added, React updated (f6047f8)
- close dropdown when click event is triggered outside the component (21a6860)
- Enable Element to behave as Icon (998b5a4)
- Enabling passing components as icons in all the components (80b5b7a)
- โก๏ธ Everything but toolbox-loader has been updated (bbce96c)
- export raw components (678bd81)
- ๐ Fix state changes in slider spec example (30c277b)
- ๐ Fixe autocomplete (3c6b7af)
- ๐ fixed button test (485be5e)
- ๐ Fixed linting issues (7c27b09)
- ๐ Fixes #270 (f16934c), closes #270
- ๐ Fixes for autocomplete and tests (f0d5f19)
- ๐ fixing a typo for the List component (3b3beaf)
- propagate events in Button (8dad57e)
- propagate events in Dropdown (9ce68ae)
- propagate events in IconMenu (d92350f)
- propagate events in Tab (0a94499)
- propagate events in Tooltip (a11d152)
- โ removed unused checkbox validations (39c7c61)
- Removing event from dropdown when not active anymore (160fb47)
- Replace transition-property to transition for Issue#230 (25a9e65)
- retracted unnecessary addition (20e41fb)
- โก๏ธ update avatar example to use
imageinstead ofimgproperty (0e60fd2) - โฌ๏ธ Upgrading the rest of the dependencies (c044a22)