Releases: jbetancur/react-flexybox
Releases · jbetancur/react-flexybox
v2.5.0
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.0
- #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
- #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
- No longer use the minified build as an entry point
- allows the library used to decide how to minify
v2.1.0
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
- Fix prop warning for
align-items: baseline
- fix container fluid demo
v2.0.0
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