π New features
- Custom component body classes: Custom toast body classes are now also applied to a wrapper component when using custom components. docs (40b3ae6)
π§ Bug fixes
- Safari toast sizes: Toasts with default icons in Safari appeared bigger than they should be #27 (resolved by 07e159f and #25)
- Inconsistent icon's height: Icon's height would change if using custom components due to flexbox (40b3ae6)
π¦Bundle
- Unused deps: Cleaned unused dependencies
- 10% reduction in size: 10% reduction in bundle size by centralizing prop definitions and by removing polyfills for array and object destructuring.