Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levrik committed Mar 16, 2018
1 parent bf27ac7 commit 7c54ccd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,16 @@
# Changelog

## 3.0.0

This version ships with **mdi 2.1.99**

### Breaking changes

- Removed `width` and `height` props. Use `size` instead.

### New features

- [`d5aac53`](https://github.com/levrik/mdi-react/commit/d5aac537dfcf800a1cdbc24975b4efcdb7766981) Added prop `size`. Default is `24px`.
- [`544b865`](https://github.com/levrik/mdi-react/commit/544b865a886fd87233e8fe4e0201832bd39286db) Added prop `color`. Default is `#000`.
- [`a86ab93`](https://github.com/levrik/mdi-react/commit/a86ab93cb18456662b70767828f31730419392ea) [#12](https://github.com/levrik/mdi-react/pull/12) Added TypeScript typings
- [`a80a306`](https://github.com/levrik/mdi-react/commit/a80a306c701d47541b6a8efff3e2dc114204189b) [#15](https://github.com/levrik/mdi-react/pull/15) Added ES module build
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2017 Levin Rickert
Copyright (c) 2016-2018 Levin Rickert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
# mdi-react [![npm package](https://img.shields.io/npm/v/mdi-react.svg?style=flat-square)](https://npmjs.org/package/mdi-react) [![Material Design Icons version](https://img.shields.io/badge/mdi-v2.1.99-blue.svg?style=flat-square)](https://materialdesignicons.com)
[Material Design Icons](https://materialdesignicons.com) for React packaged as single components

**New v3.0.0 released: See [CHANGELOG.md](./CHANGELOG.md)**

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
@@ -1,6 +1,6 @@
{
"name": "mdi-react",
"version": "2.1.19",
"version": "3.0.0",
"description": "Material Design Icons for React",
"keywords": [
"mdi",
Expand Down

0 comments on commit 7c54ccd

Please sign in to comment.