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

@react-md/icon

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/icon - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

26

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)
### Bug Fixes
- Booleans in dist/scssVariables
([f6d43a3](https://github.com/mlaursen/react-md/commit/f6d43a31a13647e0b92c256975652913fb8bb34e))
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

@@ -18,9 +30,9 @@

# v2.0.1
## v2.0.1
No changes.
# v2.0.0
## v2.0.0
## New Behavior and Features
### New Behavior and Features

@@ -52,3 +64,3 @@ - all refs are now forwarded to the DOM elements

## Breaking Changes
### Breaking Changes

@@ -66,3 +78,3 @@ - all icons were updated to have `aria-hidden="true"` by default.

### New SCSS Variables, Functions, and Mixins
#### New SCSS Variables, Functions, and Mixins

@@ -87,3 +99,3 @@ - `$rmd-icon-material-icons-font: false !default` - boolean if you are using the

### Renamed SCSS Variables, Functions, and Mixins
#### Renamed SCSS Variables, Functions, and Mixins

@@ -99,3 +111,3 @@ - renamed `$md-font-icon-include-dense` to `$rmd-icon-include-dense`

### Removed SCSS Variables Placeholders, and Mixins
#### Removed SCSS Variables Placeholders, and Mixins

@@ -102,0 +114,0 @@ - removed `$md-font-icon-include-separators` since it is always included by

@@ -9,3 +9,3 @@ "use strict";

"rmd-icon-include-dense": true,
"rmd-icon-material-icons-font": true,
"rmd-icon-material-icons-font": false,
"rmd-icon-use-font-icons": true,

@@ -12,0 +12,0 @@ "rmd-icon-use-svg-icons": true,

{
"name": "@react-md/icon",
"version": "2.0.2",
"version": "2.1.0",
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.",

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

"dependencies": {
"@react-md/theme": "^2.0.2",
"@react-md/typography": "^2.0.2",
"@react-md/utils": "^2.0.2",
"@react-md/theme": "^2.1.0",
"@react-md/typography": "^2.1.0",
"@react-md/utils": "^2.1.0",
"classnames": "^2.2.6"

@@ -63,3 +63,3 @@ },

},
"gitHead": "ccb220af2d620bd6eccccf36dc689356fa1db568"
"gitHead": "f7581c64cba37ebcd570f25952f1e3a11e817257"
}

@@ -7,3 +7,3 @@ /** this is an auto-generated file from @react-md/dev-utils */

"rmd-icon-include-dense": true,
"rmd-icon-material-icons-font": true,
"rmd-icon-material-icons-font": false,
"rmd-icon-use-font-icons": true,

@@ -10,0 +10,0 @@ "rmd-icon-use-svg-icons": true,

Sorry, the diff of this file is not supported yet

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