Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Mar 8, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.7.6 of ember-froala-editor was just published.

Dependency ember-froala-editor
Current Version 2.7.5
Type devDependency

The version 2.7.6 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-froala-editor.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Version 2.7.6

Changes since 2.7.5

  • 💥 ember/ember-cli 2.15+ = This addon now required ember and ember-cli 2.15.0 or higher.
  • 💥 node 6.x or 8.x+ = This addon now requires node 6.* || >= 8.* (version 4.* will be EOL soon)
  • 💥 plugins default change from true to false = Due to the inclusion of third_party plugins (note below), it is better to specifically list the plugins needed (array) rather than importing all of them by default
  • ❗️ {{froala-editor}} .method() always returns a Promise = Previously the .method() would return a Promise when the editor wasn't initialized and the resulting value if it was initialized. Now you can always expect a Promise to be returned. If you call an editor method from an event handler/action, ensure your code expects a promise. Either component.method('methodName').then() or await component.method('methodName')
  • removed bower = All traces of bower have been removed from the addon and docs site!
  • import third_party plugins = Froala recently added third-party plugins to the distributed package (within a different folder). The plugins option here will now also search that new folder for plugins.
  • import the test helper into test files = Ember recently revamped testing so now you can import the fillInFroalaEditor() test helper into each test file directly instead of relying on injection from the start-app.js file
  • import assets via node_modules = Not a user-facing change, but the addon uses ember-cli 2.15+ way of importing assets from node_modules instead of relying on Funnel and MergeTrees (two less deps now 😃)
  • ember-fastboot support = Went through the fastboot docs and made some code changes here to help minimize any possible errors when used in fastboot mode. Note that the editor itself is not fastboot compatible so it won't "render" until the browser does so.
Commits

The new version differs by 29 commits.

  • a8eb040 2.7.6
  • bc3c75b Update ember-cli-bootswatch dep
  • 9aad369 2.7.6-beta.2
  • 77f1882 Separate node version from ember version in README
  • 7bc85b4 Include node minimums in README compat section
  • 4cdc19b Revert SafeString detection in fillInFroalaEditor test helper
  • f093581 Bump minimum node version from 4 to 6
  • dcfbd4a Modern Ember Testing and Next Gen Test Helpers
  • 6346c8c Update ember to 3.0.0
  • ca5730d Ignore jsconfig.json for now
  • 19f06f9 Proper fastboot support
  • 989027e Move {{froala-editor}} init state updates to proper location
  • 8e47847 Always return a promise from {{froala-editor}} '.method()'
  • 3ee453c Remove temp.hbs, wasn't supposed to be commited
  • d27d236 Change 'plugins' option from true to false (with deprecate msg)

There are 29 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2018

Version 2.8.0 just got published.

Update to this version instead 🚀

Release Notes Version 2.8.0
Commits

The new version differs by 7 commits.

  • f741df3 2.8.0
  • 7ff3d90 Force package-lock.js to use froala-editor 2.8.0
  • 21bf314 Update to ember 3.1
  • 72c2ddf Add Code of Conduct
  • c5ef543 Add Contributing Guidelines
  • 14d9151 Remove comment about importing all plugins
  • 75a02c9 Change option used in test to avoid upstream error causing build to fail

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2018

Version 2.8.4 just got published.

Update to this version instead 🚀

Release Notes Version 2.8.4

"Wait, what happened to version 2.8.2 and 2.8.3??" - Fell off the release train with Froala Editor, getting back on.

  • Use SafeStrings in the editor template (over triple curly {{{content}}}) to avoid an odd ember.js bug
  • Update Fastboot check to avoid a weird double render issue (Thanks @raphaelns-developer !)
  • Update ember to 3.3
Commits

The new version differs by 10 commits.

  • a2ec66b 2.8.4
  • 4834950 Removed node version compat from README
  • a9eaede Update to ember 3.3
  • 1ba87c2 Fixed fastboot check at 'didUpdateAttrs' (#63)
  • fce9ffe Compare safeString as a string for fastboot mode
  • c76610f Use SafeStrings in the editor component template
  • c8e2d1a Update editor key for docs site
  • 3a824b8 2.8.1
  • 19858ad Update lock file
  • 0fb3252 Move developent notes from README to CONTRIBUTING

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2018

Update to this version instead 🚀

Release Notes for Version 2.8.5

Updated both froala-editor and ember.

Commits

The new version differs by 3 commits.

  • 2ded205 2.8.5
  • 05c789b Add ember jquery to ensure it continues to be imported
  • 6a3570e Update to ember 3.4

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 5, 2018

Update to this version instead 🚀

Release Notes for Version 2.9.0
Commits

The new version differs by 8 commits.

  • 685ded9 2.9.0
  • 8af7459 Install latest version of froala-editor, 2.9.0
  • ef7ad73 Revert "Update to ember 3.5"
  • bdf4591 Update to ember 3.5
  • 658946e Build app options up through the tree for nested usage
  • 9ae40c6 Get config options from the most parent app
  • f03a550 Remove jquery test scenario
  • dfa4a12 Remove template lint

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 17, 2019

Update to this version instead 🚀

Release Notes for Version 2.9.1

No changes with this release. (Just noticed that I missed the upstream release of froala-editor.)

Commits

The new version differs by 3 commits.

  • 841bec9 2.9.1
  • 35bdc8b Update RELEASE.md to bump froala-editor version
  • d404073 Install latest version of froala-editor, 2.9.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 25, 2019

Update to this version instead 🚀

Release Notes for Version 2.9.3
  • Updated ember to 3.8
  • Updated froala-editor to 2.9.3
Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2019

Update to this version instead 🚀

Release Notes for Version 2.9.4
  • Update froala-editor to 2.9.4
  • Update ember to 3.9
  • Add ember 3.8-LTS to test scenarios
  • Removed jQuery depreciation warnings
Commits

The new version differs by 9 commits.

  • 8660a4a 2.9.4
  • d87500c Remove usage of ember jquery integration in tests
  • acf4c49 Move router.js transition events to routing events
  • 50021cf Move ember-jquery to dependencies
  • 2286735 Update ember-qunit to remove jQuery depreciation warnings
  • 27d9b49 Add ember-lts-3.8 to try scenarios
  • d183904 Update ember to 3.9
  • 2f0ee60 Update froala-editor to 2.9.4
  • 0b10c84 Update RELEASE.md

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant