Socket
Socket
Sign inDemoInstall

@rmwc/button

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/button - npm Package Versions

1
18

6.0.11

Diff

Changelog

Source

6.0.11 (2020-04-05)

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

Changelog

Source

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

Changelog

Source

6.0.9 (2020-04-03)

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

Changelog

Source

6.0.5 (2020-03-30)

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

Changelog

Source

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

Changelog

Source

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

Changelog

Source

6.0.2 (2020-03-28)

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

Changelog

Source

6.0.1 (2020-03-28)

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

Changelog

Source

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)
jamesmfriedman
published 6.0.0-rc.5 •

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