mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
21 lines
373 B
Markdown
21 lines
373 B
Markdown
react-button
|
|
============
|
|
|
|
React Button
|
|
|
|
## 1.2.0
|
|
|
|
* rename static `theme` property on exported class to `themes` (ending in `s`)
|
|
* add `themes` prop to buttons, so every button can take the theme from a different object.
|
|
|
|
## 1.1.0
|
|
|
|
* made falsy or not found theme not fallback to default theme
|
|
|
|
## v1.0.2
|
|
|
|
- add `onThemeStyleReady` prop
|
|
|
|
## 1.0.0
|
|
|
|
* initial release |