UNPKG

react-flexview

Version:

A react component to abstract over flexbox

199 lines (112 loc) 8.08 kB
# Change Log ## [v6.0.1](https://github.com/buildo/react-flexview/tree/v6.0.1) (2020-08-20) [Full Changelog](https://github.com/buildo/react-flexview/compare/v6.0.0...v6.0.1) ## [v6.0.0](https://github.com/buildo/react-flexview/tree/v6.0.0) (2020-08-20) [Full Changelog](https://github.com/buildo/react-flexview/compare/v5.0.0...v6.0.0) #### New features: - more justify/align props? [#70](https://github.com/buildo/react-flexview/issues/70) ## [v5.0.0](https://github.com/buildo/react-flexview/tree/v5.0.0) (2020-04-20) [Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.4...v5.0.0) #### Breaking: - Allow to pass a ref for the underlying div [#80](https://github.com/buildo/react-flexview/issues/80) #### New features: - stricter children prop typings [#78](https://github.com/buildo/react-flexview/issues/78) ## [v4.0.4](https://github.com/buildo/react-flexview/tree/v4.0.4) (2019-09-16) [Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.3...v4.0.4) ## [v4.0.3](https://github.com/buildo/react-flexview/tree/v4.0.3) (2019-01-25) [Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.2...v4.0.3) #### New features: - Remove lodash deps [#72](https://github.com/buildo/react-flexview/issues/72) ## [v4.0.2](https://github.com/buildo/react-flexview/tree/v4.0.2) (2019-01-23) [Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.1...v4.0.2) #### New features: - Typescript 2.9.2 failed when compiling typelevel-ts dependency [#69](https://github.com/buildo/react-flexview/issues/69) #### Fixes (bugs & defects): - unsafe check in development [#67](https://github.com/buildo/react-flexview/issues/67) ## [v4.0.1](https://github.com/buildo/react-flexview/tree/v4.0.1) (2018-07-06) [Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.0...v4.0.1) ## [v4.0.0](https://github.com/buildo/react-flexview/tree/v4.0.0) (2018-07-02) [Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.2...v4.0.0) #### Breaking: - Should work without CSS in modern browsers [#66](https://github.com/buildo/react-flexview/issues/66) ## [v3.0.2](https://github.com/buildo/react-flexview/tree/v3.0.2) (2018-05-21) [Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.1...v3.0.2) #### Fixes (bugs & defects): - ref prop type is broken [#63](https://github.com/buildo/react-flexview/issues/63) ## [v3.0.1](https://github.com/buildo/react-flexview/tree/v3.0.1) (2018-01-18) [Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.0...v3.0.1) #### Fixes (bugs & defects): - using the type FlexView.Props does not work [#57](https://github.com/buildo/react-flexview/issues/57) ## [v3.0.0](https://github.com/buildo/react-flexview/tree/v3.0.0) (2018-01-18) [Full Changelog](https://github.com/buildo/react-flexview/compare/v2.0.2...v3.0.0) #### Breaking: - move @types deps to dev deps [#55](https://github.com/buildo/react-flexview/issues/55) ## [v2.0.2](https://github.com/buildo/react-flexview/tree/v2.0.2) (2017-12-07) [Full Changelog](https://github.com/buildo/react-flexview/compare/v2.0.1...v2.0.2) #### Fixes (bugs & defects): - FlexView.Props type annotations are not working in VSCode [#52](https://github.com/buildo/react-flexview/issues/52) ## [v2.0.1](https://github.com/buildo/react-flexview/tree/v2.0.1) (2017-12-05) [Full Changelog](https://github.com/buildo/react-flexview/compare/v2.0.0...v2.0.1) #### Fixes (bugs & defects): - Module not found: can't resolve `react-flexview/lib/flexView.css` [#50](https://github.com/buildo/react-flexview/issues/50) ## [v2.0.0](https://github.com/buildo/react-flexview/tree/v2.0.0) (2017-12-05) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.13...v2.0.0) #### Breaking: - replace flow with Typescript [#40](https://github.com/buildo/react-flexview/issues/40) ## [v1.0.13](https://github.com/buildo/react-flexview/tree/v1.0.13) (2017-07-04) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.12...v1.0.13) #### New features: - Update reactr-flexview.d.ts file for @types/react@15.0.34 compatibility [#45](https://github.com/buildo/react-flexview/issues/45) ## [v1.0.12](https://github.com/buildo/react-flexview/tree/v1.0.12) (2017-06-22) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.11...v1.0.12) #### Fixes (bugs & defects): - one more problem with logWarnings accessing undefined `child.props` [#43](https://github.com/buildo/react-flexview/issues/43) ## [v1.0.11](https://github.com/buildo/react-flexview/tree/v1.0.11) (2017-06-22) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.10...v1.0.11) #### Fixes (bugs & defects): - Typescript: ref is not typed correctly [#41](https://github.com/buildo/react-flexview/issues/41) ## [v1.0.10](https://github.com/buildo/react-flexview/tree/v1.0.10) (2017-06-21) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.9...v1.0.10) #### New features: - Typescript: Props should be strict [#37](https://github.com/buildo/react-flexview/issues/37) #### Fixes (bugs & defects): - TypeError: Cannot read property 'props' of undefined [#36](https://github.com/buildo/react-flexview/issues/36) ## [v1.0.9](https://github.com/buildo/react-flexview/tree/v1.0.9) (2017-06-12) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.8...v1.0.9) #### Fixes (bugs & defects): - Still not working reliably... [#34](https://github.com/buildo/react-flexview/issues/34) ## [v1.0.8](https://github.com/buildo/react-flexview/tree/v1.0.8) (2017-06-10) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.7...v1.0.8) #### Fixes (bugs & defects): - #30 breaks brc :( [#32](https://github.com/buildo/react-flexview/issues/32) ## [v1.0.7](https://github.com/buildo/react-flexview/tree/v1.0.7) (2017-06-09) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.6...v1.0.7) #### Fixes (bugs & defects): - IE11: `hAlignContent='center'` fails if children use `margin: auto` [#30](https://github.com/buildo/react-flexview/issues/30) ## [v1.0.6](https://github.com/buildo/react-flexview/tree/v1.0.6) (2017-05-03) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.5...v1.0.6) #### Fixes (bugs & defects): - Add index signature to props (typescript definition file) [#27](https://github.com/buildo/react-flexview/issues/27) ## [v1.0.5](https://github.com/buildo/react-flexview/tree/v1.0.5) (2017-04-15) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.4...v1.0.5) #### Fixes (bugs & defects): - FlexView logs warning when not needed [#23](https://github.com/buildo/react-flexview/issues/23) ## [v1.0.4](https://github.com/buildo/react-flexview/tree/v1.0.4) (2017-04-10) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.3...v1.0.4) #### New features: - add warning if grow={true} and shrink={false} [#21](https://github.com/buildo/react-flexview/issues/21) ## [v1.0.3](https://github.com/buildo/react-flexview/tree/v1.0.3) (2017-02-24) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.2...v1.0.3) ## [v1.0.2](https://github.com/buildo/react-flexview/tree/v1.0.2) (2017-02-10) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.1...v1.0.2) #### New features: - add Flow/TypeScript support [#15](https://github.com/buildo/react-flexview/issues/15) #### Fixes (bugs & defects): - should not bind `this` when it's not necessary [#13](https://github.com/buildo/react-flexview/issues/13) ## [v1.0.1](https://github.com/buildo/react-flexview/tree/v1.0.1) (2016-09-05) [Full Changelog](https://github.com/buildo/react-flexview/compare/v1.0.0...v1.0.1) #### Fixes (bugs & defects): - should import `tcomb` from `tcomb-react` [#6](https://github.com/buildo/react-flexview/issues/6) ## [v1.0.0](https://github.com/buildo/react-flexview/tree/v1.0.0) (2016-09-02) #### Fixes (bugs & defects): - clean sass [#3](https://github.com/buildo/react-flexview/issues/3)