Skip to content

Releases: mathieustan/vue-notification

v0.1.3-rc.1

03 Sep 12:39
Compare
Choose a tag to compare

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

19 Jul 12:54
Compare
Choose a tag to compare

News

  • Notification will be deleted properly
  • More tests to check options & notification

v0.1.1-rc.3

18 Jul 14:16
Compare
Choose a tag to compare

Fixes

  • Fixed mergeOptionsWithParams if options aren't properly defined

v0.1.1-rc.2

18 Jul 11:43
Compare
Choose a tag to compare

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

16 Jul 11:16
Compare
Choose a tag to compare

News

  • updated rollup build
  • updated doc
  • look at readme to see available props