New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rmwc

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmwc - npm Package Versions

1
26

1.5.3

Diff

Changelog

Source

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)
jamesmfriedman
published 1.5.2 •

Changelog

Source

1.5.2 (2018-04-06)

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

Changelog

Source

1.5.1 (2018-04-06)

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

Changelog

Source

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)
jamesmfriedman
published 1.4.1 •

Changelog

Source

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)
jamesmfriedman
published 1.4.0 •

Changelog

Source

1.4.0 (2018-03-19)

Breaking Changes
  • Slider: The Slider has been directly implemented with MDC Foundation. Please use evt.detail.value instead of evt.target.value. (1a80fa02)
  • IconToggle: IconToggle has been directly integrated with the MDCFoundation and the onChange callback will contain their synthetic event. See https://material.io/components/web/catalog/buttons/icon-toggle-buttons/ notifyChange (2701c34e)
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)
jamesmfriedman
published 1.3.0 •

Changelog

Source

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)
jamesmfriedman
published 1.2.1 •

Changelog

Source

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)
jamesmfriedman
published 1.2.0 •

Changelog

Source

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-checkboxcheckmarkpath to mdc-checkbox__checkmark-path (da3e8fe5)
  • select: remove cssOnly select (04a10b20)
  • menu: remove simple tags from menu (ea267753)
Other Changes
jamesmfriedman
published 1.1.3 •

Changelog

Source

1.1.3 (2018-02-12)

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

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc