Skip to content
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

Refactor BaseEditor to ES6 #5628

Merged
merged 7 commits into from
Dec 7, 2018
Merged

Refactor BaseEditor to ES6 #5628

merged 7 commits into from
Dec 7, 2018

Conversation

mrpiotr-dev
Copy link
Contributor

Context

Based on @aaronbeall's PR #5447 + added @jansiegel's suggestions.

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)

Related issue(s):

  1. Refactor ES5 to ES6 code #5403

aaronbeall and others added 2 commits November 28, 2018 12:57
* Convert BaseEditor to use ES6 class and arrow function scope

* Fix lint issues

* Moved export default to separate statement to match existing style

* Fixed extend() to not assume extending BaseEditor
@mrpiotr-dev mrpiotr-dev added this to the December 2018 milestone Nov 30, 2018
@mrpiotr-dev mrpiotr-dev self-assigned this Nov 30, 2018
@mrpiotr-dev mrpiotr-dev changed the title Refactor SelectEditor to ES6 Refactor BaseEditor to ES6 Nov 30, 2018
@mrpiotr-dev mrpiotr-dev assigned jansiegel and unassigned mrpiotr-dev Dec 3, 2018
@mrpiotr-dev mrpiotr-dev requested review from budnix and removed request for jansiegel December 6, 2018 12:23
@mrpiotr-dev mrpiotr-dev assigned budnix and unassigned jansiegel Dec 6, 2018
test/unit/mixins/hooksRegisterer.spec.js Outdated Show resolved Hide resolved
src/mixins/hooksRegisterer.js Outdated Show resolved Hide resolved
src/editors/_baseEditor.js Show resolved Hide resolved
src/editors/_baseEditor.js Outdated Show resolved Hide resolved
@budnix budnix assigned mrpiotr-dev and unassigned budnix Dec 6, 2018
@mrpiotr-dev mrpiotr-dev assigned budnix and unassigned mrpiotr-dev Dec 6, 2018
@budnix budnix assigned mrpiotr-dev and unassigned budnix Dec 7, 2018
@mrpiotr-dev mrpiotr-dev merged commit b083df8 into develop Dec 7, 2018
@mrpiotr-dev mrpiotr-dev deleted the feature/baseEditorES6 branch December 7, 2018 08:45
@wojciechczerniak wojciechczerniak mentioned this pull request Dec 11, 2018
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants