<!-- BUGS: Please use this template. The HTML comments below are for your reference, and are not displayed when your issue is submitted, feel free to leave them. CHOOSE the relevant headings, DELETE the other(s). --> **I'm submitting a bug report** * **Library Version:** 2.0.2 <!-- If you think the environment might have an influence then please provide else you can omit. --> **Please tell us about your environment:** * **Operating System:** OSX 10.14.1 * **Browser:** all | Chrome | Safari * **Language:** TypeScript 3.1.6 **Current behavior:** Unable to hide Buttons with provided options: `this.editorOptions = { hiddenButtons: ['cmdUrl', 'cmdImage', 'cmdCode', 'cmdPreview']};` Disable Buttons with options works as expected: `this.editorOptions = { disabledButtons: ['cmdUrl', 'cmdImage', 'cmdCode', 'cmdPreview']};` **Expected/desired behavior:** Hide Buttons as expected