Skip to content

Commit

Permalink
New version 4.0.14 Read more https://github.com/xdan/jodit/blob/main/…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 29, 2024
1 parent f20fda7 commit 4315430
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "4.0.13",
"version": "4.0.14",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/core/plugin/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ describe('Plugin system test', () => {
describe('Buttons', () => {
it('should register buttons in groups', () => {
const editor = getJodit({
removeButtons: ['changeCase'],
buttons: [
{
group: 'font-style',
Expand Down Expand Up @@ -281,6 +282,7 @@ describe('Plugin system test', () => {
it('should allow load plugin from external file', async () => {
const editor = getJodit({
extraPlugins: ['please'],
emoveButtons: ['changeCase'],

This comment has been minimized.

Copy link
@NehalDamania

NehalDamania Feb 29, 2024

there is a typo here. removeButtons?

buttons: [
{
group: 'font-style',
Expand Down

0 comments on commit 4315430

Please sign in to comment.