-
Notifications
You must be signed in to change notification settings - Fork 0
Update ember-froala-editor to the latest version 🚀 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Version 2.8.0 just got published.Update to this version instead 🚀 Release NotesVersion 2.8.0
CommitsThe new version differs by 7 commits.
See the full diff |
Version 2.8.4 just got published.Update to this version instead 🚀 Release NotesVersion 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.
CommitsThe new version differs by 10 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for Version 2.8.5Updated both |
Update to this version instead 🚀 Release Notes for Version 2.9.0
CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for Version 2.9.1No changes with this release. (Just noticed that I missed the upstream release of |
Update to this version instead 🚀 Release Notes for Version 2.9.3
|
Update to this version instead 🚀 Release Notes for Version 2.9.4
CommitsThe new version differs by 9 commits.
See the full diff |
☝️ 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.
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.6Changes since 2.7.5
pluginsdefault change fromtruetofalse= Due to the inclusion ofthird_partyplugins (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. Eithercomponent.method('methodName').then()orawait component.method('methodName')third_partyplugins = Froala recently added third-party plugins to the distributed package (within a different folder). Thepluginsoption here will now also search that new folder for plugins.importthe test helper into test files = Ember recently revamped testing so now you canimportthefillInFroalaEditor()test helper into each test file directly instead of relying on injection from thestart-app.jsfilenode_modules= Not a user-facing change, but the addon uses ember-cli 2.15+ way of importing assets fromnode_modulesinstead of relying onFunnelandMergeTrees(two less deps now 😃)ember-fastbootsupport = 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.
a8eb0402.7.6bc3c75bUpdate ember-cli-bootswatch dep9aad3692.7.6-beta.277f1882Separate node version from ember version in README7bc85b4Include node minimums in README compat section4cdc19bRevert SafeString detection in fillInFroalaEditor test helperf093581Bump minimum node version from 4 to 6dcfbd4aModern Ember Testing and Next Gen Test Helpers6346c8cUpdate ember to 3.0.0ca5730dIgnore jsconfig.json for now19f06f9Proper fastboot support989027eMove {{froala-editor}} init state updates to proper location8e47847Always return a promise from {{froala-editor}} '.method()'3ee453cRemovetemp.hbs, wasn't supposed to be commitedd27d236Change '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 🌴