CroudTech / vue-quill

Quill component for vue
MIT License
121 stars 22 forks source link

Check for toolbar config being passed in through props, remove default array #21

Closed BrockReece closed 6 years ago

BrockReece commented 6 years ago

This will check to see if a toolbar config is sent through the props and remove the defaults that are being merged in to the ultimate config.

@pdesmarais would you mind testing? Resolves #16

pdesmarais commented 6 years ago

Yup, I'll test today. Will give you feedback. Thanks! :)

pdesmarais commented 6 years ago

Hey @BrockReece !

Sorry for the LONG delay! Was caught in other things in my project.

I finally did get around to testing this. Works perfectly! Tested with my config (which is really basic) and without a config (which brings the default toolbar).

All good! Good work!

BrockReece commented 6 years ago

@pdesmarais, perfect thanks. I will get it merged in and write some release notes.

BrockReece commented 6 years ago

Released in v1.4.0