- Port standalone Helper to react 18 (missed in 4.0 change). Remove dupe code.
- Remove cli functionality and cleanup/update packages
- Upgrade to react 18
- Feature: Create class to expose helper functionality as needed
- Feature: Pass in props on register
- Re-add react-preset to cli generated webpack conf
- Bring cli up to date with latest webpack updates
- Relax peer dependency
- Changes for react 16
- Added ability to set container's id instead of using component name
- Refactored out functions to their own directories and files
- Added tests, shields, and travis config
- Cleaned up package.json dependencies
- Changed const with var
- Bug fix: Fix prop string if no props are added
- Bug fix: Update readme for npm
- Bug fix: Update readme for npm
- Bug fix: Remove binary file extension
- Bug fix: Add file type to top of binary file
- Create cli
- Create and initial bug fixes