All Versions
61
Latest Version
Avg Release Cycle
38 days
Latest Release
3440 days ago

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 name prop (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
    • ๐Ÿš€ 0.16.2 release (473d1fa)
    • Indentify Avatar by constructur in Chip (6665753)
  • v0.16.1 Changes

    April 10, 2016
    • ๐Ÿš€ 0.16.1 release (eb483dd)
    • โž• Add Chip to component index (0cb2205)
    • ๐Ÿ“„ Include Chip in docs (84130d4)
    • ๐Ÿ›  Bugfix: use hash history (cb80113)
  • 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 0 value as being numeric (c2c0ac7)
    • this is correct (1d5970f)
    • ๐Ÿ‘€ type -> getType as type seems 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 image instead of img property (0e60fd2)
    • โฌ†๏ธ Upgrading the rest of the dependencies (c044a22)