Skip to content

Releases: anis-campos/redux-reactstrap-modal

Release 2.1.0

15 Apr 22:32
Compare
Choose a tag to compare

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

14 Apr 18:39
8d88f9d
Compare
Choose a tag to compare

Releasing some security fixes and tooling edits.

Tooling:

Security fixes:

  • Bump mixin-deep from 1.3.1 to 1.3.2 (37c5632)
  • Bump eslint-utils from 1.3.1 to 1.4.3 (c40d016)
  • Bump acorn from 5.7.3 to 5.7.4 (f962fb9)
  • Bump lodash from 4.17.11 to 4.17.15 (e32b280)
  • Bump handlebars from 4.1.2 to 4.7.6 (0768076)

v2.0.0

25 Apr 00:29
d71754d
Compare
Choose a tag to compare

What's new:

  • SSR is supported
  • Latest version of react, redux and reactstrap ( may 2019 )

Fixes

  • Fix issue 5 : Incompatible with SSR
  • fixing travis CI
  • migrating from Karma to Jest

Fix Issue #6

11 Apr 04:03
Compare
Choose a tag to compare
  • Upgrading dependencies
  • Fixing Issue #6 ( see changes on PR #7 )

FIx Issue #4

29 Aug 14:58
Compare
Choose a tag to compare

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

21 Jan 14:10
Compare
Choose a tag to compare

Thanks to @iKonrad help, the issue #2 was corrected by the PR #3.

Fixing build files

08 Dec 21:46
Compare
Choose a tag to compare

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

19 Nov 08:37
Compare
Choose a tag to compare

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

12 Nov 22:43
Compare
Choose a tag to compare

This is the first stable release.

Version 0.1.0

12 Nov 17:24
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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).