Wrapper Update Workflow - RhoInc/webcharts-wrapper-boilerplate GitHub Wiki
Process to Update Wrapper Functions
- Create a branch for the new feature
- Update files in the
/scr
as needed to add new functionality
- Update versions in the following locations:
package.json
./src/chartfoundry/util/renderer.js
- Build new versions of the renderers in the branch.
- Test the new functionality.
- Pull the branch in to the master branch.
- Test that the existing examples (gists) still work.
- Consider updating a gist or creating a new one to demonstrate new functionality.
- Tag/Release the new version.
- Upload a versioned copy of the current build to
https://graphics.rhoworld.com/src/
- Publish the library to NPM. See here for details.
- If the wrapper is used in ChartFoundry, make an new feature branch and test the updated renderer there.