[GitHub] cordova-docs pull request #728: CB-13025 Remove use of React in plugins.cord...

2017-09-17 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/728


---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request #728: CB-13025 Remove use of React in plugins.cord...

2017-09-12 Thread devgeeks
GitHub user devgeeks opened a pull request:

https://github.com/apache/cordova-docs/pull/728

CB-13025 Remove use of React in plugins.cordova.io



### Platforms affected
Docs

### What does this PR do?

Switches https://plugins.cordova.io from React to Preact to comply with 
Apache Legal.

  - uses `preact-compat` for API compatibility (tried to make the smallest
changes possible)
  - uses `babel` via `babelify` instead of the deprecated `reactify` to 
transform
the JSX
  - no longer re-renders the entire app when filtering by platforms or
sorting has changed


### What testing has been done on this change?


### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/devgeeks/cordova-docs CB-13025

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/728.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #728


commit adf96528f7f4b57ecae40b98d61c14aeff93d0b8
Author: tommy-carlos williams 
Date:   2017-09-12T23:47:41Z

CB-13025 Remove use of React in plugins.cordova.io

Switched to Preact

  - uses `preact-compat` for API compatibility (tried to make the smallest
changes possible)
  - uses `babel` via `babelify` instead of the deprecated `reactify` to 
transform
the JSX
  - no longer re-renders the entire app when filtering by platforms or
sorting has changed




---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org