Skip to content

Latest commit

 

History

History
1620 lines (1013 loc) · 82.3 KB

CHANGELOG.md

File metadata and controls

1620 lines (1013 loc) · 82.3 KB

6.1.4 (2020-09-11)

Build System / Dependencies
  • deps: bump elliptic from 6.5.2 to 6.5.3 (0e5d097b)
New Features
  • Tab: Add ability to set focusOnActivate (ab155a96)
Bug Fixes
  • Select:
    • added the "sudden removal" story (616ee47f)
    • fixed unhandled error on "sudden" item removal (b34c0b47)
  • base:
    • Properly pass foundation in useFoundation effect (cd556bc3)
    • Use local foundation reference in useFoundation effect (b9fdc94c)
    • Re-set apiRef in useFoundation after nulling it (748bdf35)
  • Tab: activeTabIndex always updating automatically (ed0f0091)
Other Changes
  • remove not use deps from externals (e03ed26a)
Tests
  • Select: Story for enhanced Select with Portal (e882c13a)
  • Menu: Show index in hoistToBody story (b0600e28)

6.1.3 (2020-06-15)

6.1.2 (2020-06-11)

6.1.1 (2020-06-11)

Bug Fixes
  • Select: fixed menu props not frowarding for enhanced select (4a3e57d9)
  • TopAppBar:
    • Fix TopAppBarFixedAdjust to pass broken tests (905f9c8e)
    • Add classname tests for TopAppBarFixedAdjust component (fd6a73b6)
  • top-app-bar: Fix wrong className for TopAppBarAdjust (c4ff7664)
Other Changes
  • should fix (a54056d4)

6.1.0 (2020-04-22)

New Features
  • TextField: Add ability to manually float label (457a7c79)
Bug Fixes
  • Select: Don't render ListGroupSubheader when passing empty string or null as label (73fc81c5)
Other Changes
  • //github.com/jamesmfriedman/rmwc (29f2c26a)
  • //github.com/jamesmfriedman/rmwc (2e7592a0)
  • //github.com/jamesmfriedman/rmwc (c8b83f53)
  • //github.com/jamesmfriedman/rmwc (61946e8f)

6.0.14 (2020-04-06)

Bug Fixes
  • Typescript: Correcting cryptic issue where storybook is causing incorrect type declarations to be emitted. (cf1ca2da)

6.0.13 (2020-04-06)

Bug Fixes
  • Typescript:
    • moving classnames from devDependency to dependency (3a40031f)
    • Corrects typescript bug randomly pulling in unused type reference. (87e8ee7b)

6.0.12 (2020-04-06)

Bug Fixes
  • Typescript: Cleaning up flattened delclarations for Dialog and base (4d7a4a1e)

6.0.11 (2020-04-05)

Bug Fixes
  • Base: Adding missing dependency dependency on @material/dom to package.json (80bb6b0f)

6.0.10 (2020-04-05)

Chores
  • Base: Updating test polyfill deps relates to #596 (bebd9530)
New Features
  • Select: Add ability to pass JSX as label options for enhanced selects (a9ef9803)
Bug Fixes
  • Theme:
    • Corrects MDC issue with text-align and linear progress #590 (f4be0eb7)
    • Corrects theme ripple issue on fab and button (2dc5a7bb)
  • Select: Corrects issue with native selects requiring multiple tab focus #595 (fb699aff)

6.0.9 (2020-04-03)

Bug Fixes
  • Select: Corrects issue with setting controlled value outside of select, adds supporting tests #594 (37971c7d)

6.0.8 (2020-04-01)

Bug Fixes
  • Base: Updating main material-components-web dep (24ae55d3)

6.0.7 (2020-04-01)

Bug Fixes
  • Select: corrects a regression with defaultValue (8bf2f52f)

6.0.6 (2020-04-01)

Bug Fixes
  • Select: Corrects a regression in select behavior preventing label from being properly set (313d56da)

6.0.5 (2020-03-30)

Bug Fixes
  • Typescript: Fixes declaration flattening for certain components that Omit attributes from base props (889fd298)

6.0.4 (2020-03-30)

Chores
  • Base: Improving component typings #587 (b65507ab)
Bug Fixes
  • #588: Adds css var support for top-app-bar color (bb023697)

6.0.3 (2020-03-29)

Bug Fixes
  • Icon: Resolves build-time TypeError: Cannot read property "name" of undefined (fcf51f3e)
Other Changes
  • //github.com/jamesmfriedman/rmwc (0a434810)

6.0.2 (2020-03-28)

Bug Fixes
  • Icon: Corrects issue with rendering of nested icons (9c7f1810)

6.0.1 (2020-03-28)

Bug Fixes
  • Menu: Correcting issue requiring double click to open (70004375)

6.0.0 (2020-03-28)

Bug Fixes
  • TopAppBar:
    • Correcting double ripple on action buttons (680b1b5c)
    • Corrects issue with persisted events around Navigation and Action icons #536 (3f473180)
    • Implements broken onNav prop (1f17d0d0)
  • Grid: Fix incorrect className for grid align property #526 (302ea95d)
  • FormField: Correct broken link in doc #529 (41409aa7)
  • Select: Fix placeholder disappearing when value or defaultValue prop is set #533 (991885ec)
  • Slider: Sync min/max props before value to avoid warnings. (34d36798)
  • Menu: fixed "isMenuItems" check to not break on Symbol and string element types. (d707c3d1)
  • SnackbarQueue: Correcting type signature of component #494 (1b3ed2d0)
  • List: Adding missing className to collapsible list #543 (3d63f571)
  • IconButton: Remove aria-hidden attribute #549 (e19795ae)
  • DataTable: Correct sort icon direction based on Material Spec #551 (028da5b1)
  • list: use semantic tags (cc1592af)
  • Icon: Adds proper disabled styles for images and components #556 (5a95a47b)
  • Base: Declaring CSS as sideEffect across all components #545 (9dcd6197)
  • TopAppBar: Implementing broken onNav prop (dab4cce3)
  • list: use new useEffect() per prop (79b17062)
  • menu: focusOnOpen defaults to true (54ed96af)
  • Ripple: Corrects issue with disabled ripple selection #515 (4463d1a3)
  • Slider: Fixes issue with slider interactivity in dialog on open #538 (be5347e1)
  • Drawer: Fixing issue where Drawer was uncontrolled (25d469b0)
  • List: Allow up to 5 levels of indentation for collapsible lists. (821c4bfc)
  • ThemeProvider: Allow setting theme prop directly on ThemeProvider #567 (ca797461)
  • Snackbar: Corrects layout issue with ripple #560 (da2952de)
Chores
  • Switch: DOM Restructure (90521305)
  • Base:
    • Refactor focus trap to use mdc internal lib (77135f41)
    • Upgrade all deps (b85b3618)
  • Chip: Correct focus styles (4073e17b)
  • TextField: Moving ripple to separate element (48cbe64f)
  • Textfield:
    • Changing root element to label (a3ae935d)
    • Add separate classes for leading / trailing icons (ecb0bd8b)
  • Dialog: Adding aria attributes to dialog surface (9ea0df0c)
  • Base:
    • Audit all todos (67a3b3b4)
    • Fixing all linting issues (e8964499)
  • Select: Upgrade to MDC 4.x.x (b7aaeca9)
  • Base: Upgrading unchanged packages to MDC 4.x.x (ff77a31b)
  • Menu: Upgrading to MDC 4.x.x (2b41310c)
  • Slider: Refactor track markers (d39b28b2)
  • Chip: Upgrade to MDC 4.x.x (7aac4498)
  • Textfield: Update to mdc 4.x.x (368f8bf4)
  • List: Update to mdc 4.x.x (f23254c1)
  • Switch: update to mdc 4.x.x (134f5cf8)
  • Dialog: Update to mdc 4.x.x (7ae83a27)
  • IconButton: Update to mdc 4.x.x (2d4e0305)
  • Radio: Update to mdc 4.x.x (c77eb7b1)
  • Ripple: Updating ripple to mdc 4.x.x (90f348c7)
  • LinearProgress: Update to mdc 4.x.x (18664e29)
Documentation Changes
  • Icon: Improving documentation on setting up icons. (d2e5927a)
  • Base: Improving style import documentation for all components (a484d61c)
New Features
  • Snackbar: Adding api features to clearAll pending notifications, and invidually remove Snackbars. (a6e14635)
  • Snackbar: Adding indefinite timeout. Pass a timeout of -1 (341eec2d)
  • Badge:
    • Adding exited prop option (500d5516)
    • New badge component #411 (46888630)
  • DataTables: Refactoring to use the official material table styles (5699f236)
  • Base: Simplified syntax for importing styles when using CSS loaders (71ab1c58)
  • Base: Adding foundationRef to all components (4027a3c5)
  • TextField: Adding align option (786305f8)
  • Switch: Adding aria attributes (45517837)
  • LinearProgress: Adding aria attributes (fab4cacb)
  • list: list Icons should be aria-hidden (1b165c87)
  • dialog: add onClosed and onOpened (b4c69477)
  • Chip: Allow modifying trailing icon behavior #500 (68b54b87)
  • Dialog: Add escape key handling to preventOutsideDismiss #499 (41427b81)
  • Tabs: Adding minWidth option #532 (2178b1fb)
  • Dialog: Adding renderToPortal functionality (31532dd7)
  • list:
    • adds vertical property (7e3d6252)
    • add wrapFocus prop which proxies the foundation's setWrapFocus() method. (b29cc52d)
    • implement isRootFocused (33502010)
  • dialog: update to include onOpened and onClosed (f9462c02)
Breaking Changes
  • List: changing event detail to {index: number} instead of raw number #432 (3807a9b3)
  • Grid: The GridInner has been renamed to GridRow (28c6c263)
  • Menu: Replacing hoistToBody with renderToPortal functionality (05129ad5)
  • Dialog: removal of onStateChange (34d129e1)

5.7.1 (2019-09-13)

New Features
  • Select: Expose MenuProps interface via the enhanced prop. (07302bde)
Bug Fixes
  • Docs: Add back missing Typography props (b25f4e7b)
  • Typography: Corrects regression where Refs could no longer be passed (13e41236)
  • Menu:
    • Corrects broken logic check (c6497d48)
    • Improves MenuItems wrapper detection when passing your own MenuItems wrapper. (1d0e45c7)
    • Corrects issue with MenuSurface causing menus to close immediately on devices that don't support fast click for touch. (035d31b6)
Other Changes
  • //github.com/jamesmfriedman/rmwc (0f27c9fa)

5.7.0 (2019-09-11)

Chores
  • Provider: Fix missing doc props (a3e688cc)
  • Slider: Improve test cov (ffff8437)
  • Docs:
    • generating content (d2bed10e)
    • Generating updated docs (ecf01d64)
    • Update contrib guidelines (785125f3)
    • Fix issue with new react router not re-rendering on url change (6ef8fea2)
  • Select: Removing console.log (76027171)
  • Avatar: Improve test cov (94ea0c52)
  • DataTable:
    • Update type signature to allow a number instead of a union. (6575c7d8)
    • Update documentation about comparison to official spec. (047eb5ef)
  • Base: Updating all deps (b0925bc2)
New Features
  • Typography: Added ability to provide a mapping for type classes to HTML tags. (73e870dc)
  • Tooltip: Added new tooltip component #346 (c08e5be5)
  • Tabs: Adding tab transitions and icon indicators #478 (56970b63)
Bug Fixes
  • Select: Corrects issues with enhanced select not floating label when using manual rendering. #486 (870f4eaf)
  • Slider: Corrects issue where Slider would crash when value was out of bounds #358 (1520ce70)
  • List: Corrects issue with collapsible list items that have margin #485 (abe9edf0)
  • Chip: Correct outdated dependency when using the main rmwc install. Fixes #476 (fb4a52e5)

5.6.0 (2019-07-21)

Chores
  • TopAppBar: Update adapter methods from mdc (64b802f8)
  • Dialog: Update adapter methods from MDC (c956139c)
  • Chip: Update to semantic button element (ec495306)
Bug Fixes
  • Theme: Corrects issue with ThemProvider wrap duplicating children (ea3dd031)

5.5.2 (2019-05-22)

Chores
  • Base: Removing githead artifacts causing lerna to bump all versions (766be134)
Bug Fixes
  • List: Corrects CollapsibleList behavior for controlled components #460 (95fa4fe8)
  • Slider: fix incorrect style import for docs #464 (8a3d3c1b)
  • Dialog|Snackbar: broken dialog and snackbar types (4f77264b)
  • TopAppBar: Add component props to props interface (f0e7c7b4)

5.5.1 (2019-05-06)

Bug Fixes
  • Icon: Corrects an issue with nested markup when rendering svg icons (0bec2c50)
  • Docs: adding SImpleDialog (5134250a)

5.5.0 (2019-05-03)

Chores
  • Base:
  • Docs: Copying CNAME over to persistent public dir (3fa19458)
  • List: Fixing issue with CRA3 build (8a74e9af)
  • Snackbar: Updating SnackbarQueue docs and making ArrayEmitter reusable (08084986)
  • Card: Fixing deprecation in test (eb91bb38)
  • Menu: Implementing changed behavior from MCW (1701a5d0)
New Features
  • Dialog: Adding dialog queue (3596c6f0)
  • Button: Implementing danger button (5852be65)
Bug Fixes
  • Dialog: Correcting focus trap issue for when there are no focusable elements (88e46b24)

5.4.3 (2019-04-30)

New Features
  • Menu: Add ability to disable focusOnOpen (0ea5342f)

5.4.2 (2019-04-30)

Bug Fixes
  • Tabs: Corrects issue with Link as Tabs (76326d1e)

5.4.1 (2019-04-29)

Bug Fixes
  • Snackbar: Corrects issues with es5 compilation extending built in Array (602f4855)

5.4.0 (2019-04-29)

Chores
  • Base: Updating dependencies (6647cde9)
  • TextField: Adding autoFocus test #439 (f7f175e3)
  • Storybook: Updating Storybook (f180beaf)
New Features
  • Snackbar: Adding SnackbarQueue (4d6625b4)
  • Typescript: export all custom events for consumers (22a02d7c)
Bug Fixes
  • Menu: Corrects issue with using hoistToBody inside of Dialogs #453 (d1ecea0d)
  • TabBar: Corrects issue with delayed setting of tabIndex #442 (a87d2d5f)
  • Select: Corrects issue with autoFocusing of selects #439 (1d9c8de6)
  • Docs: Corrects double SimpleMenu entry in docs #455 (59333780)
  • Ripple:
    • Reset is touch for devices that support both mouse and touch events (d8171320)
    • Fix ripple gets triggered twice on touch devices (bc887084)

5.3.1 (2019-04-11)

5.3.0 (2019-04-10)

Bug Fixes
  • TopAppBar: Improving usage in iframes (6d862e61)
  • Toolbar:
    • Improved usage in different window contexts (1624c298)
    • Corrects regressions and missing behaviors (ba929568)
  • Menu: Adding ComponentProps to type signature of SimpleMenu (a801a089)
  • TestPolyfill: Adding scrollTo mock if not present for JSDOM (8741ce93)

5.2.2 (2019-04-02)

Chores
  • npm: Running audit, updating lock (f4f033cd)
Bug Fixes
  • DataTable: Removes hover animation, fixes #443 (79574049)
  • Tabs: Fixes typings for Tab.onInteraction #438 (b51d39f8)
  • Base: Corrects potential conflict with built in component prop names and HTMLProps (76d89fd4)
  • Avatar: Corrects type signature error for size (b7a1e9ae)
  • Dialog: Render footer in SimpleDialog (9df9d395)
  • Checkbox: Adding missing dependency (8db8026a)

5.2.1 (2019-03-15)

Documentation Changes
  • TopAppBar: Correct examples (985102cc)
Bug Fixes
  • Menu: Corrects race condition with hoistMenuToBody no detecting anchor (492fa2d6)
  • Docs: Corrects doc build tree shaking dropping CSS (d1c86a43)

5.2.0 (2019-03-11)

Documentation Changes
  • Installation: Updating path to polyfill in docs (354c8b12)
  • DataTable: Correcting issue with data-table sticky menu select (b83145d3)
  • Drawer: Added right to left example (1b57b4f9)
  • Provider: Correct deprecated provider example (0d29926a)
  • Icon: Clean up examples (21cf790c)
Bug Fixes
  • Icon: Corrects a regression in icon sizing for the chip component (ccdebafc)
  • Docs:
    • Include information on Tree Shaking (fcb0b0f1)
    • Update stance on breaking changes (c3ef24f3)
  • Avatar: Allows usage for avatars with transparent backgrounds and containing the image fixes #434 (29e21473)

5.2.0-alpha.1 (2019-03-08)

Chores
  • Docs:
    • Fixing 404 (55c5ee35)
    • Adding missing import to card docs (fd8e764d)
    • increase memory limit for docs site (728c903d)
  • .gitignore: Ignore new report files (3befc9a3)
  • Contributing: Updating guidelines (64ad2269)
  • Flow: Removing unused config (a9b95ba9)
New Features
  • CollapsibleList: Added ability to start menu as open (9a832634)
  • Docs: Adding resources page (e3ac2cfd)

5.2.0-alpha.0 (2019-03-08)

Breaking Changes
  • List: onAction evt.detail now equals {index: number} instead of just a raw number (a5af9fa8)
New Features
  • Dialog: Adds ability to prevent dismiss when Scrim is clicked fixes #376 (38c95192)
Bug Fixes
  • Typescript:
    • Correcting more issues hidden by previous ignores (ef3665a5)
    • types foundations all the way through, fixes issue #416 (77198c8a)
    • Fully integrate with MDC via typescript (62cd4143)
  • Menu: added hoistToBody functionality fixes #396 #347 (cf3a8578)
  • Select: Corrects issue with floating label and deferred options fixes #390 (441fff99)
  • Tabs: Corrects syncronicty issue with controlled tabs fixes #383 (1aa80ec7)
  • TopAppBar: Allows scrollTarget to be set via a prop fixes #430 (48ca8021)
  • Tests: corrects issue with ES6 export in polyfill #426 (46b35fde)
  • Storybook: Upgrades to storybook 5 and convert to TS (5e190104)
  • Snackbar: Add missing icon-button dependency (1edbdb4b)
  • Base: Updating classNames version for SSR (82c1fd5c)
  • Dev: Adding missing type files for contributing #422 (74a0864d)

5.1.8 (2019-02-22)

Bug Fixes
  • Menu: Corrects Menu not closing on touch devices (23598c68)
  • Snackabar: Corrects issue with rendering JSX content in snackbars #418 (f6a5a60b)

5.1.7 (2019-02-20)

Bug Fixes
  • IconButton: Corrects issue with extending components where defaultTag is also a component #415 (96dc0be9)

5.1.6 (2019-02-18)

5.1.5 (2019-02-18)

Bug Fixes
  • Docs: Correcting doc build change detection issue with Lerna (a31c2497)
  • Typescript: Correct package.json types declaration (1462bdce)
  • Snackbar: Corrects an with dismissing when clicking a button label (d4445d38)

5.1.4 (2019-02-15)

Bug Fixes
  • Select: Fixes #412 Select issue with Firefox (cbebfe97)

5.1.3 (2019-02-14)

Bug Fixes
  • Tab: Adding missing type signature for component props (4743ffa3)

5.1.2 (2019-02-14)

Bug Fixes
  • TopAppBar: Adding missing ripple dependency to top app bar package.json (446fc1fd)

5.1.1 (2019-02-14)

Changelog couldn't be generated for this release, see the release notes for the full details 🚀 https://opencollective.com/rmwc/updates/5-0-0-a-giant-leap-for-rmwc

4.0.6 (2019-01-06)

Bug Fixes
  • TypeScript: Correcting issue with build (f42f7296)

4.0.5 (2019-01-06)

Bug Fixes
  • Typescript: Correcting types (20dec9c3)

4.0.4 (2019-01-06)

Bug Fixes
  • Select: use a combination of label and value as key for options (dc3d8a3e)

4.0.3 (2018-12-28)

Bug Fixes
  • TS: Corrects className issue on buttons (f999004a)

4.0.1 (2018-11-28)

Bug Fixes
  • Typescript: Corrects issue with proptypes import (6f8041bb)

4.0.0 (2018-11-26)

Breaking Changes
  • apiRef: apiRef has been removed from the library. If you were using, just use the standard react “ref” if you need to get access to the class internals. (41c2c149)
  • Chip:
    • Refactor to reduce the complexity, implementation, and event handling of Chips #354 (eb62bcac)
    • Refactor to reduce the complexity, implementation, and event handling of Chips #354 (69139821)
Documentation Changes
  • Contributing: Updating contributing docs with a bit more info fixes #359 (73b34da8)
  • Slider: Adding known slider issue to documentation fixes #367 (a9d9f0fc)
  • ThemeProvider: Fixes empty onError property in example dropdown. closes #363 (714be619)
New Features
  • Dialog: Adds lifecycle hooks fixes #355 (68aab17e)
Bug Fixes
  • Switch: Corrects issue with controlled Switch using Safari fixes #374 (8dd7525b)
  • SelectIcon: Circumventing foundation to allow release due to MDC bug (e1c8fb6c)
  • MDC:
    • Corrects and updates imports throughout components to match MDCs new export path. #354 (b81bdf14)
    • Corrects and updates imports throughout components to match MDCs new export path. #354 (b6438b44)
  • Radio:
    • removes deprecated adapter call, adds missing ripple #354 (405180e9)
    • removes deprecated adapter call, adds missing ripple #354 (d53bb0da)
Refactors
  • Dependencies: Move all 3rd party deps to base (d163492b)
  • Select:
    • The Select component now uses the foundation / adapter pattern and includes an enhanced variant. A small caveat is the Select will no longer appear to show a value when no value or defaultValue is given. If you were relying on this behavior before, just pass defaultValue or value. #354 (ef5a104e)
    • The Select component now uses the foundation / adapter pattern and includes an enhanced variant. A small caveat is the Select will no longer appear to show a value when no value or defaultValue is given. If you were relying on this behavior before, just pass defaultValue or value. #354 (11de8e1f)

3.0.11 (2018-11-23)

Bug Fixes
  • TabBar: Corrects issue with asynchronously setting activeTabIndex (fed9f6bf)
  • Select: correcting id options (33836957)
  • Menu: Set aria-hidden dynamically for A11Y (e0eb5e1a)

3.0.10 (2018-11-09)

Bug Fixes
  • Checkbox: Corrects an issue where animations would reply if checkbox display property was set to none and back #343 (f5572ae7)
  • Switch: Corrects issues with syncing, adds missing ripple, rewrites using Foundation adapter pattern #361 (5e95ef24)
  • Textfield: Corrects issue with floating label on dynamic updates #362 (c6b85926)

3.0.9 (2018-10-31)

Bug Fixes

3.0.8 (2018-10-30)

Documentation Changes
  • TextFieldHelperText: Fix missing docs fixes #352 (b39f4696)
Bug Fixes
  • Checkbox: Corrects issue deep in MDC that would cause React to not fire event handlers #312 (3ffef39d)
  • Textfield: Corrects issue where controlled required textfields render as invalid initially fixes #297 (c217bca7)
  • ListItem: added disabled state for Item in List (f32f557c)

3.0.7 (2018-10-24)

Bug Fixes
  • Component: Corrects a regression for prop spreading on the slider component. (3580a6a0)

3.0.6 (2018-10-24)

Refactors
  • Slider: Implements directly through foundation, drastically improves performance. (6b42908b)

3.0.5 (2018-10-15)

Bug Fixes
  • Select:
    • Correct TS issue for style (7703a6e1)
    • Allows style object to be applied to root of component #341 (0321ca1f)
  • TextField:
    • Corrects ‘undefined’ being rendered as className #335 (9240be21)
    • corrects issue where TextField label does not respond to state change #338 (ea1e683b)
  • Tabs: make conditional tabs work even after re-render (3d2ca8f3)

3.0.4 (2018-10-04)

Bug Fixes
  • TextField: Fixes #334 Corrects issue with PropsList on foundation components not merging user passed props (7a370707)

3.0.3 (2018-10-02)

Bug Fixes
  • Flow: Corrects FlowTyped issue with Flow 0.82.0 and Provider. (464a4bfa)

3.0.2 (2018-10-02)

Bug Fixes
  • Typescript: Toolbar Icon Typings (912ca3fb)

3.0.1 (2018-10-01)

Bug Fixes
  • Dependency: Correcting package versions from @material (e1cc1a13)

2.2.3 (2018-10-01)

Breaking Changes
  • Dialog: MDC has completely overhauled dialogs. The good news is, they are easier to consume in RMWC. The new structure should be easy to convert over to but unfortunately this couldn’t be done in a non breaking manner. (3f69744d)
  • Shape: The Shape package has been removed from RMWC due to a new SASS only implementation. The existing 2.x.x shape package is still available to use but will no longer be updated. (17975f29)
Chores
  • Select: Remove box variant (6e582fc8)
  • TextField: Remove simpleTag factory. (cf7a2d49)
  • Checkbox:
    • Type safe fixes (128ff884)
    • Structural improvements to code. (9c94e40b)
Documentation Changes
  • LibraryIntegrations: Adding library integrations page (8a283873)
  • Theme: Adding dark theme example (4413e291)
New Features
  • ThemeProvider: Allow wrapping of content to preserve layout #317 (fb6cc936)
  • Theme: Adding error and onError theme options (382f2562)
Bug Fixes
  • Menu: Works around an MDC issue where menu items could not be anchor tags. Also submitted a PR upstream to fix. material-components/material-components-web#3680 #311 (a111244b)
  • Theme: Wrapping preserves className on child node #327 (2ecb14fb)
  • Switch: apply className to switch root (17c0d90f)
  • Select: Honoring default value if passed (5b7ba066)
  • Radio: Adding classes to root (73a156ef)
Refactors
  • TextField: Rewrite to directly use foundation implementation. (9c77a0bf)
  • Radio: Using Foundation pattern. (a6c39a97)
  • Checkbox: Rendering perf improvement (f18209fd)

2.2.3 (2018-09-24)

Bug Fixes
  • CircularProgress: Adding missing dependency to main rmwc package.json (46943e79)

2.2.2 (2018-09-21)

Bug Fixes
  • Icon: Correcting icon sizing spec. (d7e95750)

2.2.1 (2018-09-21)

Bug Fixes
  • Fab: Allows Fab to accept children (e13c68ff)

2.2.0 (2018-09-20)

New Features
  • CircularProgress: Adding circular progress RMWC addon component. (8db0f60a)
  • Icon: Adding icon sizes (3e7dcf39)
Bug Fixes
  • Checkbox: Enhancing Typescript definition (dc9d46c2)
Refactors
  • Component: replacing simpleTag with more effecient base Component. (468a8d3c)

2.1.3 (2018-09-19)

2.1.2 (2018-09-19)

Chores
  • Typescript: Upgrade to 3.0.0 and fix @node types issue (68eb0d50)
Bug Fixes
  • DataTable: Scrolling and control alignment. (668420e9)
Refactors
  • Checkbox: Correcting sync issues by rewriting with standard foundation adpater. (8aa98d5a)

2.1.1 (2018-09-18)

Bug Fixes
  • GridList: Adding missing dependency for styles (b4aac1c2)

2.1.0 (2018-09-14)

New Features
  • DataTable: Adds custom DataTable component (3e2ac4a4)
Bug Fixes
  • TextField: removing marginTop (1981e18f)
  • Textarea is including margin-top. (9869aab8)

2.0.2 (2018-09-12)

Documentation Changes
  • Favicon: Adding favicon fixes #306 and adding missing switch styles fixes #307 (9a0ad1a3)
Bug Fixes
  • TS: Massive type cleanup (f44276ed)

2.0.0 (2018-09-09)

Bug Fixes
  • TopAppBarFixedAdjust: Adds missing props fixes #302 (a2ba82fb)
  • TopAppBar: Corrects alignStart style for TopAppBarSection (7c361034)

2.0.0 (2018-09-07)

Bug Fixes
  • Button: Corrects issue with disappearing Ripple #298 (c20b28b5)

2018-09-07

2018-09-07

2018-09-06

2018-09-06

2018-09-06

2018-09-06

2018-09-06

2018-09-06

1.9.4 (2018-09-06)

1.9.4 (2018-09-05)

Bug Fixes
  • CardActions: Makes fullbleed type optional (7fc51d5e)
  • Snackbar: Corrects issues with Snackbar opening twice (ddcac118)
  • Typescript: Corrects cryptic typing errors about base constructor #40 (7ba24123)

1.9.3 (2018-09-04)

Documentation Changes
  • Menu: Correcting Menu docs proptypes fixes #295 (df9aff7a)
New Features
Bug Fixes
  • Switch: Fixes an issue where disabled state on switch would persist fixes #293 (a9caf555)
  • Checkbox: adds RAF to fix unresponsive iOS checkbox fixes #294 (fb53f44f)
  • Typescript: Corrects intrinsic props for html input elements fixes #287 (54b2e2b9)

1.9.2 (2018-08-31)

Bug Fixes
  • TypeScript: Adding ListItemPropsT to SimpleTagPropsT (ba27d886)

1.9.1 (2018-08-30)

Bug Fixes
  • Menu: Corrects onSelected -> onSelect. Adds example in documentation. (b164dad3)

1.9.0 (2018-08-29)

Breaking Changes
  • CardAction: Aligning with IconButton props. (6901499f)
  • Drawer: Matching MDC refactor of Drawers. persistent -> dismissible, temprorary -> modal. Permanent drawers are now used by default and dont have to be specified. DrawerContent is no longer an instance of the List component and can contain any content. (9a675b33)
  • IconButton: Refactor to match MDC refactor. The props interface has been simplified to support standard IconButtons and IconToggles (c2ea570e)
  • Menu: MenuSurface has been renamed to MenuSurfaceAnchor. If you’re using SimpleMenu you will not be affected. (c12a8358)
  • Tabs: TabBar and Tabs have been completely overhauled by material-components-web, the good news is, they’re much simpler! RMWC has insulated from changes as best as possible. onChange: evt.detail.activeTabIndex becomes onActivated: evt.detail.index. TabBarScroller no longer and exists and TabBars scroll by default when there is enough content. Also, TabIcons and TabIconText are now built into the Tab component directly. (5d0db7a2)
  • List: ListItemText is no longer required for single line lists. For multi line lists, it is required as a wrapper for PrimaryText and SecondaryText. If you’re using SimpleListItem, everything should just keep working without any changes. #281 (dfb6e266)
Chores
Documentation Changes
  • Styles: Docs now include where to import the individual component styles (f406bac3)
  • Controls: Adding more examples (0e040059)
  • List: Adding Checkbox list example (67c750d5)
  • Styling And Theming:
    • fixed the prettier problems (4a9a59d6)
    • fixed the prettier problems (ce8bfd05)
    • added section Theme and ThemeProvider in docs (4897e234)
  • Theming: fixed the link to theming with runtime css variables (1f0ec06c)
  • Styling: renamed docs menu and url name Styling to Styling and Theming (and their import in menuContent.js) (579510e8)
New Features
  • ThemeProvider: automatically determining light and dark text color palettes. (3378b2f8)
  • MenuSurface: Adds menu surface component (cd1f598b)
Bug Fixes
  • Select: corrects issue with label not floating. Fixes #283 (2fcca699)
  • Menu: Corrects JS error from timer being fired after unmount (b95fff80)
  • Tabs: Corrects focus issue when activating initial tab (0eac6982)
  • Checkbox: Corrects event handling with new foundation pattern. (12d42546)
  • TextField: Fixes issue with deprecated single line input (9663311f)
  • Type Defs: strengthened Typings for Provider and Icon (c4c9eabb)
Other Changes
  • ThemeProvider: Adding information about auto colors (5f9194d9)
Refactors
  • Icon: The Icon component props interface has been altered to better accomodate other components that are extending the Icon. A deprecation notice is posted and the old props handling will be removed in the next release of RMWC. (ee826735)

1.8.3 (2018-07-19)

Documentation Changes
  • Composition: added the ability to show a components extended props (mainly for icons). Not implementing until the Icon component gets a makeover. (9d57240b)
Bug Fixes
  • Switch: Corrects type issue with Switch component. (f07df980)
  • Version: Corrects a potential issue with MCW versioning, making sure to only grab the most recent patch since minor versions in their code can be breaking. (24af877e)

1.8.2 (2018-07-16)

Bug Fixes
  • Build: ignoring test react-versions which was bloating published npm version (2c08f022)

1.8.1 (2018-07-13)

New Features
  • ThemeProvider: Adds ThemeProvider based on comment from #90 (ad035684)
Bug Fixes
  • TopAppBar: Corrects static title on SimpleTopAppBar. (f4d04f77)

1.8.0 (2018-07-12)

Breaking Changes
  • IconButton: New IconButton component has been added. IconToggles still exist but are now deprecated. The breaking changes are related to Cards and CardAction which now use the IconButton component instead of Icontoggle. #267 #242 (e2abba59)
Documentation Changes
  • ThemePicker: added a global theme picker to the docs #90 (5ff0f0e8)
  • Ripple: Adding documentation on disabling Ripples #249 (420dbe93)
  • Tests: Updated documentation on testing #250 (cec3ec69)
  • List: Update nonInteractive description. #264 (6146fc15)
New Features
Bug Fixes
  • docs: Fixed typo in "closed". (d555733a)

1.7.6 (2018-06-28)

Bug Fixes
  • Typescript: adding in material-components-web types (b8433a86)

1.7.5 (2018-06-26)

Bug Fixes
  • Typescript: Correcting types for DrawerHeader and TabBar (1aa4eb6f)

1.7.4 (2018-06-24)

Documentation Changes
Bug Fixes
  • Typescript: Default HTML attributes (8c186b24)

1.7.3 (2018-06-22)

Bug Fixes
  • Tabs: Corrects a regression with the tab onChange handler not firing. (81e251a0)
  • Checkbox: Corrects controlled syncronicity issue fixes #247 (dbb87b78)

1.7.2 (2018-06-20)

1.7.1 (2018-06-15)

Bug Fixes
  • Checkbox: Corrects controlled syncronicity issue fixes #247 (dbb87b78)

1.7.0 (2018-06-13)

Breaking Changes
  • Tabs: Converted TabBar, Tab, and TabBar scroller to Foundation. evt.target.value is now evt.detail.activeTabIndex to match MDCs custom event api. (3b613d51)
Chores
Documentation Changes
  • Flow: Documenting flow-typed setup #231 (a58ec529)
  • Bundle Size: correcting bundle size in docs (5410f1ea)
New Features
  • TopAppBarFixedAdjust: Adding TopAppBarFixedAdjust component fixes #245 (cd1d0cff)

1.6.4 (2018-05-25)

Chores

1.6.3 (2018-05-14)

Chores
Bug Fixes
  • Switch: makes children FlowType for switch optional. (4f7ec1db)

1.6.2 (2018-05-09)

Documentation Changes
  • Home: correcting header css issue (c1964721)
Bug Fixes
  • MDC: Bumping version to 0.35.1 (a464d0c6)

1.6.1 (2018-05-06)

Bug Fixes
  • Flow: Correcting optional types (a11b4a01)

1.6.0 (2018-05-03)

Breaking Changes
  • Theme: MDC breaking change, they refactored their theme option names #210 (86fa087a)
  • Typography: MDC breaking change, updates almost all typography names. #210 (8d77666b)
  • Card: MDC breaking change, stroked prop changed to outlined #210 (62ab4157)
  • Button: MDC breaking change, stroked renamed to oulined #210 (979b1fc1)
Chores
  • Select: Updates label and bottom line to new components #210 (ef6806da)
  • Menu: Implementing Menu via MDC foundation integration. #210 #196 (8661541d)
  • FormField: Converting to foundation component #210 #194 (495fda32)
  • Typography: adding SSR test (1c18a555)
  • Switch: Code cleanup and SSR test #210 (b706f671)
  • Radio: Implemented via Foundation #210 #192 (9bc4b5ea)
  • Foundation: Removing class adapter handling due to repetitive renders #210 (caa23edc)
  • Checkbox: Implements Checkbox via Foundation #210 #191 (1c6edfae)
  • FlowType: Fixes all flow type issues through codebase, adds flow check to test suite, correctly exports .flow definition files for 3rd party comsumption #210 #159 #40 (1158af9e)
  • TopAppBar: adding class adapter methods and dense story (88abec3c)
Documentation Changes
  • Readme: Updating Readme for latest release. #210 (a5dd8338)
New Features
  • ImageList: Adding new MDC ImageList component. #210 (3b8f0504)
  • ShapeContainer: Adding new ShapeContainer component and docs #210 (748294e6)
  • TopAppBar: New top app bar component added #210 (fc082b67)
Bug Fixes
  • Base: Removing apiRef from spread props #210 (94dab63a)
  • Menu: Corrects sync issue causing double click handlers and jittery animations (285404c3)

1.5.6 (2018-04-23)

Bug Fixes
  • TextField: Corrects issue with syncing props quickly #216 (12182722)
  • dependencies: Adds hyperform and mutation as explicit dependency since they are required for testPolyfill #217 (72176dac)
  • className: Removes redundant classNames on ripple elements #218 (22be2ab5)

1.5.5 (2018-04-20)

Bug Fixes
  • Foundation: corrects issues with prop syncing from an event when a component removes itself. #215 (3a5ec764)

1.5.4 (2018-04-19)

Documentation Changes
  • Styling: adding a little more clarity to css runtime vars #212 (8421c37c)
Bug Fixes
  • TextField: corrects issue with trailing icon alignment when using custom icon rendering. (9890736c)
  • Foundation:
    • foundation destroy must be explicitly called, fixing ripple tear down bug. (eb8d126e)
    • Component destroy was not being copied onto the new prototype and called resulting in memory leaks. (70ff32ce)

1.5.3 (2018-04-10)

Documentation Changes
  • Readme: Adding react version coverage (d9334e2a)
New Features
  • Test: Testing in multiple versions of react (512828d9)
Bug Fixes
  • Select: don’t specify value and default value (0604c299)

1.5.2 (2018-04-06)

Bug Fixes
  • Select: Corrects issue with syncing of disabled prop (44fae50b)

1.5.1 (2018-04-06)

Bug Fixes
  • Select: Don’t spread className to native control (54c6fc31)

1.5.0 (2018-04-06)

Breaking Changes
  • Select: MDC switched to using native select elements. RMWC selects should be fine with a few caveats. Props now spread to the native select by default, and a rootProps prop has been added. Also, if you were relying on MDC’s ListItem as the children, they are now standard HTML option elements. #179 (d7300093)
  • Button: MDC breaking change, removed compact buttons (8d0fbcf9)
  • Typography: MDC breaking change, removing adjustMargin (f18f8542)
Chores
Documentation Changes
  • Cleanup: small tweaks to docs for release (a64f218b)
  • Node Version: Adding node version 7 as a requirement in contributing #129 #179 (c541d960)
  • Select: Adding optgroup documentation. (3774d663)
New Features
Bug Fixes
  • TextField: Implements TextField foundation. #179 Closes #128, #156 (bde5cd3f)
  • Ripple: Corrects an issue where Ripple would not properly handle using the tag prop with non RMWC components. #176 (9fb80192)

1.4.1 (2018-03-26)

Bug Fixes
  • Select:
    • incorrect tabIndex attribute (f6e81c39)
    • Unknown attribute ‘options’ in older versions of react. (443015ab)
  • Slider:
    • Temporary workaround for MDC issue where min values greater than 100 (da228d41)
    • Temporary workaround for MDC issue where min values greater than 100 (c90e899a)
  • SSR: Corrects server side rendering for foundation based components (93c2487e)

1.4.0 (2018-03-19)

Breaking Changes
Chores
  • Docs: fixing typos (1ec60560)
  • FloatingLabel, LineRipple: Making resuasble component (e6f8f136)
  • Test: Improving tests for IconToggle and Slider (9e61e547)
  • Ripple: Update typing (82186b3b)
  • IconToggle: cleaning up prop sync (8f2c40ed)
Documentation Changes
  • Readme: Updating recent changes (ab2aa2ce)
  • IconToggle: updating documentation (e013da67)
New Features
  • ListItem: adds the ability to specify text only for list item meta content #162 (30cdfee9)
  • Flow: potential fix for exporting flow types and publishing es6 src #159 (2d0f85af)
  • Chip: Implemented with Foundation adapter, upgraded to current spec. (cc909ce0)
Bug Fixes
  • CardPrimaryAction: Adding missing ripple. (f9e28343)
  • Ripple:
    • Correcting issues with mdc-ripple-surface class (06c6686b)
    • Correcting issues with standalone ripple use (147fd2dd)
  • IconToggle: Implemented via foundation (f77e8dd4)

1.3.0 (2018-02-26)

Breaking Changes
  • ChipIcon: Added ChipIcon component which required splitting apart the Chip and ChipText component. If you were using Chips before, wrap the interior content with ChipText. (6d3eef96)
Chores
  • Chip: Updating storybook stories (dfa7d48e)
Documentation Changes
  • ChipIcon: Adding interactive description. (71e0506e)
New Features
  • CardPrimaryAction: Adding CardPrimaryAction container. (f2ac2a39)

1.2.1 (2018-02-20)

Chores
  • Dialog: Add scrollable prop type defintion to DialogBody (15b8b481)
Documentation Changes
  • TextField: Adding disabled example (8c00ad2a)
  • Dialog: Fix issue with description docgen of DialogFooterButton (64e02268)
  • Chips: Fixing chips link (5111ed80)
Bug Fixes
  • textfield: add mdc class on disabled textfields (b7c8fccf)

1.2.0 (2018-02-13)

Breaking Changes
  • Card: matching MDC30 complete revamp of cards (356a19ab)
  • DarkTheme: removing dark theme following its removal from material-components-web (a4714dfe)
  • select: remove cssOnly select (f6990466)
Chores
  • TextField: rename mdc-text-field__bottom-line -> mdc-line-ripple (add1cba4)
Documentation Changes
  • Icon: Fixing inconsistent headers (ffbc0292)
  • Theme: Removing dark from the theme examples (a0511f8b)
  • SnackBar: Fix z-index issue which was cutting off start aligned SnackBars (8dc07c79)
  • Dialog: Rendering SimpleDialog example (10c9efca)
New Features
  • SimpleMenu: Adding SimpleMenu component that auto manages open state (7b65488e)
  • ButtonIcon: Adding ButtonIcon component. (ca9cf996)
  • Chip: Adding chip component (967fb60e)
  • menu: property to intialize the menu with a open state (2b0855bb)
  • select: add box attribute to select (5eba4853)
Bug Fixes
  • Ripple: corrects an issue where the Ripple would not respect unbounded (2d7cabe2)
  • TabBar: Corrects an issue where a children check would fail if there was only one Tab #142 (82217f85)
  • TextField: Corrects an issue where uncontrolled TextFields could get out of sync with MDC (a58d5830)
  • checkbox: change mdc-checkbox__checkmark__path to mdc-checkbox__checkmark-path (da3e8fe5)
  • select: remove cssOnly select (04a10b20)
  • menu: remove simple tags from menu (ea267753)
Other Changes

1.1.3 (2018-02-12)

Bug Fixes
  • TextField: Corrects issue with the invalid prop not syncing (70b06db8)

1.1.2 (2018-02-05)

New Features
Bug Fixes
  • TextField: Corrects an issues with test snapshotting #137 (cee345b6)
  • GridList: Removing redundant GridTilePrimaryContent node. (263ec45e)

1.1.1 (2018-01-30)

Bug Fixes
  • SimpleListItem: rendering child items (952ac17b)

1.1.0 (2018-01-25)

Breaking Changes
  • Select: Removing multi-select from MDC breaking change. (3625e86c)
Documentation Changes
  • General: fixing a layout bug (4061c3db)
  • Icon: removing incorrect example (0c1fa46c)
  • CSSModules:
  • Usage: fixing typo (1d5ca408)
  • DarkMode: documenting dark mode and adding a global toggle to docs. (1627c6fe)
  • Contributing: Updating to show installation with peer dependencies (e927698b)
  • Testing: Added another enzyme mount issue case #96 (63c2694d)
  • Toolbar: Documenting ToolbarFixedAdjust #110 (f0ee1f15)
New Features
  • TextFields: ability to set a TextField as invalid #72 (42405cf7)
  • Tests: updating installation guide for tests, adding Test polyfill #103 (f2844be4)
Bug Fixes
  • Drawer: Permanent drawers should no longer contain an inner wrapper (053c8cdb)
  • TabBar: TabBar would get stuck in re-init loop if Tab children were wrapped with HOC, related to styled components #116 (5dd4d9b5)
  • ParcelJS: Move babel config to babelrc and don’t publish babelrc to npm #123 (1968f5e8)
  • TextField:
    • Corrects issue where label would not float after input was interacted with and then value was set to “” fixed #122 (9d886b68)
    • prevent react from removing mdc-text-field--upgraded on re-renders (360ffc4a)
  • slider: add onInput for sliding cb (e32cefd7)
  • Select: Reinit on cssOnly change #108 (def6d0fa)

1.0.2 (2018-01-19)

Critical Issue
  • peerDependencies: Updated 16.0.0 to 16.x.x. Fixed versions were causing installation issues.

1.0.1 (2018-01-19)

Documentation Changes
New Features
  • Icon: Added custom icon rendering hooks (b51e777c)
Bug Fixes
  • TabBarScroller: Support for dynamic tabs (1ed982ed)
  • #95: Removes reliance on Reflect (cb26c769)
  • TabBar: activeTabIndex doesn't set active tab of 0 on load #94 (efdc130e)

1.0.0 (2018-01-12)

Breaking Changes
  • IconToggle: Changed “value” to more idiomatic “checked” prop #77 (03c8eeca)
  • default exports: Removed default exports from modules that export more than one usable component. #77 (abf940bb)
  • Dialog: The Dialog component is now standard composable component. An existing DefaultDialogTemplate has been turned into a SimpleDialog component [breaking] #77 (f6524eda)
  • Snackbar: removed non-standard onClose handler, replaced with new onShow and onHide events from MDC #77 (4174bfbd)
  • List: MDC breaking change, renaming ListItemStartDetail -> ListItemGraphic, ListItemEndDetail -> ListItemMeta #86, #77 (a03c9fd8)
  • Drawer: MDC breaking change, Simplified and consolidated all Drawer types into one component. #86 #77 (4c224aed)
  • Menu: Corrected name to match MDC, Menu -> SimpleMenu, MenuItems -> SimpleMenuItems (e8a2aafb)
Documentation Changes
  • 404: fixes the 404 page (978cdd17)
  • Card:
  • Icon: Remove broken link (c9c70273)
  • Provider: fixing typo (9edc6af4)
  • Descriptions: Finishing doc descriptions (bb6f036d)
  • GridList: adding descriptions (2d9eb365)
  • Menu: adding active state #77 (b4d63abf)
  • RWMCProvider: documenting Provider usage #77 (fd52b66f)
  • RTL: adding RTL to usage (682fa178)
  • GettingStarted: Installation, Usage, and Methodology (db970ea8)
  • CONTRIBUTING.md: Adding contributing guidelines (1ddae8a4)
  • List: Fixing component name (d71ac1f8)
New Features
Bug Fixes
  • simpleTag: Corrects issue when extending components and then specifying a tag (c68f8b6e)
  • Card: consuming props so they dont end up as unhandled Dom attributes (8d7a9027)
  • Select:
    • moved tabIndex in accordance with MDC breaking change. (9a2c8123)
    • Placeholder value should be blank #63 (6997d060)
    • Fixes cssOnly tabIndex issue on Selects #79 (a6b487f5)
  • drawer: list items don't show name and icon in story (97c0bad8)
Tests

0.0.1-rc13 (2018-01-04)

New Features
  • Slider: allow children for extensibilty (cca8b737)
  • TabBarScroller: Adding TabBarScroller component. (5361b46d)
Bug Fixes
  • TabBar: reinit when adding/removing tabs dynamically. (97a30f81)

0.0.1-rc12 (2017-12-19)

Documentation Changes
  • TextFieldHelperText: fixed broken export (ad8449bf)
New Features
Bug Fixes
  • Slider: reinit on props change (6787f7d1)
  • Button: corrects ripple color (aee2febc)
  • Select: fixes #54 async rendering (d0dbb09b)
  • TextField: Rename helptext to helper-text to follow mwc (aaa4aefe)
  • LayoutGrid: export GridInner (9deeaf62)
  • menu: Add missing noop to onClose() & onSelect() callbacks (282c0f4c)
Other Changes
  • List: Rename ListItemTextSecondry -> ListSecondaryText (3fb78a6d)

0.0.1-rc11 (2017-12-07)

New Features
  • Card: Adding missing MediaItem functionality (76c1a16c)
Bug Fixes
  • Dialog: fixes #47 exports dialog components (957ba8dc)

0.0.1-rc10 (2017-12-06)

Chores
  • Docs: module imports fixes #34 (c8da84ec)
New Features
  • Select: allow children #43 (986bdac5)
  • Icon: icon enhancements + docs fixes #41 (b41a20e4)
  • Snackbar: fixes #42 hide extra elements (e4603043)

0.0.1-rc9 (2017-11-27)

Bug Fixes
  • TextField: corrects floating label regression (6e8d5fab)

0.0.1-rc8 (2017-11-27)

Bug Fixes
  • Toolbar: Auto attach ToolbarAdjust #35 (b2cd36e7)
  • Drawer: eventPath failure in Edge #38 (8063b492)
  • Base: remove accidental window.name #33 (5df57cd8)

0.0.1-rc7 (2017-11-21)

New Features
  • TextField: fullwidth and box fixes #31 (b52d72c2)

0.0.1-rc6 (2017-11-20)

New Features
  • Toolbar: Adding Toolbar MenuIcon and Icon (ef1a8522)

0.0.1-rc5 (2017-11-20)

New Features
  • TextField:
Bug Fixes
  • TextField: adding missing bottom line (cd3758c9)
  • withMDC: catch errors from of MDC constructor (37b1a3b9)
  • browserify: correcting es2015 modules (b98a8db7)

0.0.1-rc4 (2017-11-16)

Bug Fixes
  • TextField: Import name changed :(. (c5a24c5f)

0.0.1-rc3 (2017-11-16)

Bug Fixes
  • TextField: Classnames are now dashed (de5805a0)

0.0.1-rc2 (2017-11-16)

Docs
  • FormField: Updated examples relating to FormField usage.
BREAKING CHANGES
  • TextField: Following MDC 25 Change, Renaming Textfield -> TextField

0.0.1-rc1 (2017-11-15)

0.0.1-beta10 (2017-11-09)

0.0.1-beta9 (2017-11-08)

Bug Fixes
  • Select: initial values were not being set (e4f79507)

0.0.1-beta8 (2017-11-08)

0.0.1-beta7 (2017-11-07)

0.0.1-beta6 (2017-11-03)

0.0.1-beta5 (2017-11-02)

0.0.1-beta4 (2017-10-12)

0.0.1-beta3 (2017-10-12)

0.0.1-beta2 (2017-10-02)

Bug Fixes
  • drawer: MDC drawers stopProp workaround #2 (ee0f7a38)