-
Notifications
You must be signed in to change notification settings - Fork 5
Cleanup #12
base: master
Are you sure you want to change the base?
Cleanup #12
Conversation
aight8
commented
May 26, 2016
•
edited
Loading
edited
- Update babel and eslint to the latest version since they was very outdated
- Fix all eslint errors/warning and adjust eslint configuration
- Fix some other typos/missings
- Update readme title
- Remove content of lib
- Attention: Removed deprecated code. Breaking change for this major version.
@aight8 I believe it is not wise to merge already such a big change. I believe we need first to be able to run the module at least on the examples, and check that the tests are still valid. Also as discussed with @cristiandley in #6 we should first agree on a roadmap, otherwise the development goes in all directions, and this is not what we want. Finally this PR tries to achieve too much. 89 files changed is quite a lot to even try to review. I would take smaller and solid steps that are in line with the roadmap. Let's not waste our effort here! :) @cristiandley what do you think? |
I removed the content of the lib folder so that's the most of the changes :) The other are small things (separated in commits) and bug fixes which eslint found in it's new configuration. The biggest thing is the removal of the deprecated method since this two-way solution was too confusing. I tested the map with basic configuration, that worked. But I agree we should look for a roadmap as soon as possible. |
<MarkerClustererCreator | ||
markerClusterer={this.state.markerClusterer} | ||
{...restProps} | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would deactivate in case active the rule react/jsx-closing-bracket-location
, so closing brackets can be located everywhere.
I like your energy @aight8 tell me, does it works ? did you test it ? @rewop The 89 lines seems to be the delete of Has ScriptJsLoader been deprecated ? please link it. Everything else looks cool. Lets try to follow the road map. |
Yes I noticed about the deletion of What I say is it is much easier to review and merge a PR for each item listed in the description on top, rather then merging one PR with all those changes together. |