Releases: mathieustan/vue-notification
Releases · mathieustan/vue-notification
v0.1.3-rc.1
News
🚀 It's now possible to surcharge default theme colors & box-shadow.
Theme object looks like this 👇
{ colors: { success: '#4f88ff', successDarken: '#2d71fe', info: '#5d6a89', infoDarken: '#535f7b', warning: '#f8a623', warningDarken: '#f69a07', error: '#ff4577', errorDarken: '#ff245f', offline: '#ff4577', offlineDarken: '#ff245f', }, boxShadow: `0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12)`, }Take a look at README.md Theme
v0.1.2
News
- Notification will be deleted properly
- More tests to check options & notification
v0.1.1-rc.3
Fixes
- Fixed mergeOptionsWithParams if options aren't properly defined
v0.1.1-rc.2
News
- Allow to pass options when init package (cf README & demo)
- new Prop: fullWidth : Force notification to full width
- new type: Offline : Like error, with a specific icon
- Cleaned design & code
- Doc updated
v0.1.1-rc.1
News
- updated rollup build
- updated doc
- look at readme to see available props