light-toast
Version:
A light-weight react toast component built for mobile web app
42 lines (24 loc) • 654 B
Markdown
## 0.3.5
- update deps micro-event-manager
## 0.3.4
- update build dependencies
- update react peer dependency version
- use inline svg elements
## 0.3.3
- create queue class to manage messages
- fix issues when call `Toast.hide()` right after `Toast.loading()`
## 0.3.2
- update dependency
## 0.3.1
- update dependency
## 0.3.0
- extract event manager to an independent library
## 0.2.3
- fix issues when sometimes css transition doesn't trigger
## 0.2.2
- minimize css
## 0.2.0
- Embrace React hooks
- Use message queue
- CSS transition for smooth animation instead of JavaScript
- Use CSS modules to avoid global classNames pollution