Releases: anis-campos/redux-reactstrap-modal
Release 2.1.0
See #20 for details
Sumary
- Updating dependencies
- Fixing tests
- Fixing Webpack config
- Adding github pages scripts
Change log
- Using global (eb221a2)
- Update gh-pages.yml (1c4c5c5)
- fix deply action (f690eff)
- 2.1.0 (4e1270f)
- Adding deploy action to deploy to github pages (7ace01e)
- update dist files (d8c068b)
- Sync package-lock.json (08747b9)
- Adding github pages - new exemple based un CRA - new npm scripts for deploy - build folder igonred (e9db4e7)
- Fixing webpack config: - removing critical security issue (open-browser-webpack-plugin) - supporting svg - better scripts arguments (8b8447e)
- Fixing jest: - Supporting static files - Using setup file - Using corejs (7827e1c)
- Updagting all dependencies and Removing unused react-transition-group (ebaff23)
- Update npmpublish.yml (ebadb58)
V2.0.1
v2.0.0
Fix Issue #6
FIx Issue #4
Fixing Uncaught TypeError: state.merge is not a function
due to wrong assumption of Immutable states. From Issue #4 by @Buddikazz
Add an extra check for a dialogs property
Fixing build files
The previous release wasn't build properly so it did not include the good build files. This release contains the files from dmednis PR
Updating readme
In the release v1.0.0
a new argument was added to the function openDialog
: data
.
Data property
This property is passed to the modal. This allows the modal content's to be modified by the opening action sender.
Version 1.0.0 : Stable release
This is the first stable release.
Version 0.1.0
Programming
This version adds essentially programming features.
Unit Tests
Setting up Karma environment for unit testings. This version as only simple test, mostly to confirm that Karma's configuration is right.
There is 2 scripts:
- test : for Travis build jobs
- test:dev : for TDD programming
Travis CI
Adding the project to travis-ci.org.
It will ensure the that the module works in a browser (Firefox).