Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-md/button

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/button - npm Package Compare versions

Comparing version 2.3.0-alpha.3 to 2.3.0

36

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [2.3.0-alpha.3](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.3) (2020-09-06)
# [2.3.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0) (2020-09-10)

@@ -24,36 +24,2 @@ ### Bug Fixes

# [2.3.0-alpha.2](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.2) (2020-09-05)
### Bug Fixes
- [@react-md/states](../states): fixed usedPressStates to pass onClick like
other state hooks
([82cd676](https://github.com/mlaursen/react-md/commit/82cd67695c2ecd6e9a710d5fbfce97ae4dfeda80))
### Features
- [@react-md/button](../button): added built-in support for rendering
`CircularProgress`
([c6c616b](https://github.com/mlaursen/react-md/commit/c6c616b72866cc1533b7f83c4d9f031354319dfc))
- [@react-md/button](../button): added support for disabled theme without
disabling button
([6a647e2](https://github.com/mlaursen/react-md/commit/6a647e23831c7b3c97eb12baa47dfd5dd074271a))
# [2.3.0-alpha.1](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.1) (2020-09-03)
### Bug Fixes
- [@react-md/states](../states): fixed usedPressStates to pass onClick like
other state hooks
([82cd676](https://github.com/mlaursen/react-md/commit/82cd67695c2ecd6e9a710d5fbfce97ae4dfeda80))
### Features
- [@react-md/button](../button): added built-in support for rendering
`CircularProgress`
([c6c616b](https://github.com/mlaursen/react-md/commit/c6c616b72866cc1533b7f83c4d9f031354319dfc))
- [@react-md/button](../button): added support for disabled theme without
disabling button
([6a647e2](https://github.com/mlaursen/react-md/commit/6a647e23831c7b3c97eb12baa47dfd5dd074271a))
## [2.2.2](https://github.com/mlaursen/react-md/compare/v2.2.1...v2.2.2) (2020-09-02)

@@ -60,0 +26,0 @@

18

package.json
{
"name": "@react-md/button",
"version": "2.3.0-alpha.3",
"version": "2.3.0",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",

@@ -44,9 +44,9 @@ "scripts": {

"dependencies": {
"@react-md/elevation": "^2.3.0-alpha.3",
"@react-md/icon": "^2.3.0-alpha.3",
"@react-md/states": "^2.3.0-alpha.3",
"@react-md/theme": "^2.3.0-alpha.3",
"@react-md/transition": "^2.3.0-alpha.3",
"@react-md/typography": "^2.3.0-alpha.3",
"@react-md/utils": "^2.3.0-alpha.3",
"@react-md/elevation": "^2.3.0",
"@react-md/icon": "^2.3.0",
"@react-md/states": "^2.3.0",
"@react-md/theme": "^2.3.0",
"@react-md/transition": "^2.3.0",
"@react-md/typography": "^2.3.0",
"@react-md/utils": "^2.3.0",
"classnames": "^2.2.6"

@@ -67,3 +67,3 @@ },

},
"gitHead": "07b494d5b7e911ddc5d177175382f3a7edf2af7a"
"gitHead": "bc25741e0e8873b3611db8ddb9f4d4f0c059abd4"
}
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