Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Fixed plugins usage detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Basenko committed Jul 4, 2019
1 parent 0783dfe commit e066709
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All Notable changes to `froala/nova-froala-field` will be documented in this fil

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 3.0.0 -2019-07-03
## 3.0.1 - 2019-07-04

- Fixed plugins usage detection

## 3.0.0 - 2019-07-03

- Upgraded Froala to **3.0.1** version!
- Fixed an error when no toolbarButtons provided
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/PluginsLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class PluginsLoader {
}

async registerPlugins() {
let allButtons = _.merge(...this.getRequestedButtons());
let allButtons = this.getRequestedButtons();

if (_.isEmpty(allButtons)) {
return true;
Expand Down

0 comments on commit e066709

Please sign in to comment.