Skip to content

Releases: jbetancur/react-flexybox

v2.5.0

15 Mar 03:32
02ee4d0
Compare
Choose a tag to compare

Release Notes

  • #60 remove the dependency on lodash.omit in favor of more performant/cleaner prop destructuring.
  • Replace enzyme with the awsome react-testing-library
  • bump dependancy versions

v2.4.1

16 Nov 02:15
bb48997
Compare
Choose a tag to compare

V2.4.0

16 Nov 01:16
ef701b2
Compare
Choose a tag to compare
  • #55 fix window not defined by compiling to commonjs format
  • #42 Migrated build to rollup
    • Added esm build via pkg.module

🔥 Potentially Breaking 🔥

package.main now points to a commonjs minified build

v2.2.0

05 Nov 21:20
Compare
Choose a tag to compare
  • #53 fixes cases where match on child.type where child.type === Col (or instanceOf Col) is unreliable. Opted for matching by static displayName.

v2.1.2

25 Oct 18:08
Compare
Choose a tag to compare
  • No longer use the minified build as an entry point
    • allows the library used to decide how to minify

v2.1.1

25 Oct 00:45
Compare
Choose a tag to compare

Same as 2.1.0 - retag

v2.1.0

25 Oct 00:35
b1ac986
Compare
Choose a tag to compare

This is largely a housekeeping release

  • Upgrade Dependencies/peerDeps
  • Upgrade Tests as needed
  • Upgrade to Babel 7
  • Upgrade Eslint and bring up to spec

v2.0.2

06 Jun 19:07
Compare
Choose a tag to compare
  • Fix prop warning for align-items: baseline
  • fix container fluid demo

v2.0.1

17 Apr 14:40
Compare
Choose a tag to compare
  • fix misplaced dependancy

v2.0.0

17 Apr 12:30
Compare
Choose a tag to compare

Changes

  • upgrade internals to React 16.3/styled components 3.2.6
  • upgrade all internal deps
  • remove minWidth from Col component as that feature is not yet implemented
  • update alignSelf example in demo
  • fix peerdeps warnings

Breaking Changes

  • moved styled-components as an external. This means that you will need to install your own styled-components