Skip to content

Latest commit

 

History

History
532 lines (246 loc) · 21.4 KB

CHANGELOG.md

File metadata and controls

532 lines (246 loc) · 21.4 KB

3.4.0 (2020-02-18)

Bug Fixes

  • dependencies: upgrade all dependencies (d1219ca)
  • peerDepedencies: allow styled-components v4 and v5 and react 16.9.0 (e706702)

Features

  • button: add props.color option 'dark' & 'light' (cdf8197)

3.3.0 (2019-12-28)

Features

  • button: add props.color option 'white' (35cf344), closes #178

3.2.2 (2019-12-02)

Bug Fixes

  • tooltip: added more tooltips variables (b20ad05)
  • tooltip: added new tooltip variables (063f0b3)

3.2.1 (2019-11-13)

Bug Fixes

  • dependencies: upgrade all dependencies (3b01e6f)
  • documentation: fixing link loading whole page (e0ee814)
  • Modal: using UNSAFE_componentWillUpdate (7612eeb)
  • Tooltip: Use the $tooltip-arrow-color variable within the component style (86e827d)

3.2.0 (2019-10-04)

Features

  • Col: add option for order-* (3816fb7)

3.1.6 (2019-09-26)

Bug Fixes

3.1.5 (2019-09-16)

Bug Fixes

  • cards: remove bad file in tests (f38c3ac), closes #152

3.1.4 (2019-09-11)

Bug Fixes

  • dependencies: upgrade react to v16.9.0 (3504270)

3.1.3 (2019-09-11)

Bug Fixes

  • dependencies: Upgrade many dependencies (4936096)

3.1.2 (2019-09-11)

Bug Fixes

  • typescript: Moved typescript definition to root of the package (ff21225)

3.1.1 (2019-09-10)

Bug Fixes

  • Collapse: collapse can now work without the BootstrapProvider (fe80f0f), closes #125
  • dependencies: upgrade bootstrap-styled dependency (3354be9)
  • react: locked version of react >=16.0.0 <=16.8.6 due to #144 (58adafa)

3.1.0 (2019-07-27)

Features

  • typescript: added typescript definition (19b4af1)

3.0.16 (2019-06-17)

Bug Fixes

  • dependencies: upgrade all dependencies (6e895ae)

3.0.15 (2019-05-18)

Bug Fixes

  • Select component: fixed Select component for SSR (d8e6828), closes #121

3.0.14 (2019-05-13)

Bug Fixes

  • dependencies: upgrade all dependencies (eca3f20)
  • Grid: fix example missing imporrts (f394b4f)

3.0.13 (2019-04-18)

Bug Fixes

  • ListGroupItem: added missing css rule. (2cb3034)

3.0.12 (2019-03-11)

Bug Fixes

  • TetherContent: import isFunction from correct module (33f71e7)

3.0.11 (2019-03-11)

Bug Fixes

  • documentation: Remove react-styleguidist and install @rollup-umd/documentation@2.0.0 that inclu (2e5759b)

3.0.10 (2019-03-11)

Bug Fixes

  • doc: using @rollup-umd/deploy to deploy page (1b72ffb)

3.0.9 (2019-03-10)

Bug Fixes

  • documentation: testing release with @rollup-umd/deploy (02977e5)

3.0.8 (2019-03-10)

Bug Fixes

  • documentation: fixed bug wiht Tooltip (286316d)
  • documentation: Fixed some minor documentation bugs. (3706154)

3.0.7 (2019-03-10)

Bug Fixes

  • dependencies: upgrade all dependencies (4a3a80f)
  • TetherContent: use portals to fix bounds issues in tethered content. (bebe9e1)

3.0.6 (2019-02-26)

Bug Fixes

  • Code: changed defaultProps from a tag to code tag. (442c4f3)

3.0.5 (2019-02-25)

Bug Fixes

  • dependencies: Upgrade all dependencies, using @rollup-umd/rollup for rollup configuration (d091060)
  • documentation: corrected typo mistake and improved layout. (28dbd13)

3.0.4 (2019-02-05)

Bug Fixes

  • Button: resolv issue #82, $btn-border-width variable (f6fc779)

3.0.3 (2019-02-04)

Bug Fixes

  • Col: Add .col by default if no other cols are provided (9333e51), closes #74

3.0.2 (2019-02-02)

Bug Fixes

3.0.1 (2019-02-02)

Bug Fixes

  • dependencies: Upgrade all dependencies and fix documentation (a6a2018)

3.0.0 (2019-02-02)

Bug Fixes

  • Fa: Remove Fa from v4 as it is not bootstrap related at all (66a1f7d), closes #67 #67

BREAKING CHANGES

  • Fa: Fa and FaStacked are removed

2.0.22 (2019-02-01)

Bug Fixes

  • Row: Fix box-sizing within (c7f46bf), closes #74

2.0.21 (2019-02-01)

Bug Fixes

  • dependencies: removed sinon (duplicate use with jest) (02f0280)
  • Dropdown: corrected mistake in defaultprops theme values. (49aacf6)
  • InputGroupButton: corrected theme varibale default mistake + improved example. (1bedf2b)

2.0.20 (2019-01-31)

Bug Fixes

  • dependencies: Upgrade all dependencies (5166708)

2.0.19 (2019-01-31)

Bug Fixes

  • dependencies: Upgrade all dependencies (719124d)

2.0.18 (2019-01-31)

Bug Fixes

  • Row: Row was having wrong defaultProps (5577cae), closes #74

2.0.17 (2019-01-23)

Bug Fixes

  • Dropdown: added defaultProptype group=false. (9b545cf)
  • eslint: corrected minor bug. (bf4c84b)
  • FormCustom: moved props spreading to Input rather than Label. (1524e22)
  • Tr: fixed className issue. (b8feea3)

2.0.16 (2019-01-11)

Bug Fixes

  • dependencies: remove useless dependencies react-redux and redux (c3dec75)

2.0.15 (2019-01-03)

Bug Fixes

2.0.14 (2019-01-03)

Bug Fixes

  • release: fixed released version (6654260)

2.0.13 (2019-01-03)

Bug Fixes

  • dependencies: upgrade dependencies (542acd1)

2.0.12 (2019-01-02)

Bug Fixes

  • col: adding missing classname .col to component (b520494)

2.0.11 (2019-01-02)

Bug Fixes

  • font-awesome: added missing size to PropTypes (b0d8b57)
  • propTypes: fix propTypes tag, set to any (91832ba)

2.0.10 (2018-12-30)

Bug Fixes

  • dependencies: upgrade dependencies and use Proptypes.any for every prop tag (c53ea2d)

2.0.9 (2018-12-29)

Bug Fixes

  • dependencies: update rollup to v1.0.0 and fixed unit test for Collapse by ignoring react/prop-types errors =/ (fc63c39)

2.0.8 (2018-12-23)

Bug Fixes

  • Img: alt can now also be of type object (useful for using in react-intl (173e59d)

2.0.7 (2018-12-22)

Bug Fixes

  • documentation: Added logo to readme and introduction, update package description (04e80c0)
  • documentation: Added logo to readme and introduction, update package description (973d3f3)

2.0.6 (2018-12-22)

Bug Fixes

  • tag: allow tag to be any type due to new warning (698cf19)

2.0.5 (2018-12-21)

Bug Fixes

  • exports: Using named function even if no css (7a1e60b)
  • exports: Using named function even if no css (fd88a7a)

2.0.4 (2018-12-21)

Bug Fixes

  • button: Added props hover and focus, prop tag accept any prop types (1f718c9)
  • card: added props hover and focus, props tag now accept any propType. (552ba36)
  • dependencies: update all dependencies (f297449)

2.0.3 (2018-12-21)

Bug Fixes

2.0.2 (2018-12-21)

Bug Fixes

  • depdencies: Upgrade all dependencies (07e2dfe)

2.0.1 (2018-12-20)

Bug Fixes

2.0.0 (2018-12-18)

Features

BREAKING CHANGES

  • container: ContainerFluid was removed

1.3.3 (2018-12-18)

Bug Fixes

  • dependencies: Update to 1.3.3 (c0c6bf8)

1.3.2 (2018-12-18)

Bug Fixes

  • dependencies: Updated css-mixins to get cursor fix, and updated old dependencies (a5cc995)

1.3.1 (2018-12-16)

Bug Fixes

  • greenkeeper: fix sonar running on greenkeeper test (52f9aca)

1.3.0 (2018-12-16)

Bug Fixes

Features

  • greekeeper: Added greenkeeper and upgrade all dependencies to latest (96ab32b)

1.2.11 (2018-12-10)

Bug Fixes

  • gitter: added gitter badges (5b4362f)

1.2.10 (2018-12-09)

Bug Fixes

  • dependencies: Update many dependencies (be4259b)

1.2.9 (2018-12-07)

Bug Fixes

1.2.8 (2018-12-04)

Bug Fixes

  • CI: travis.yml. (21374e4)
  • styleguide: reimplemented configuration. (83e8872)

1.2.7 (2018-12-04)

Bug Fixes

  • CI: broken. (d9e0827)
  • CI: commented styleguide related lines in travis.yml (a436a54)
  • dependencies: removed wrong package. (646528a)
  • documentation: removed rollup-umd-doc due to module conflict. Will be added on next push (90e114e)
  • propTypes: fixed theme proptypes ino certain components. (61c82ff)
  • theme: BREAKING CHANGE: removed makeThemes by components and theme/. Theme and MakeTheme can only be imported from bootstrap-styled. (9ef4b7f)

1.2.6 (2018-11-17)

Bug Fixes

  • dependencies: Update to bootstrap-styled v2.0.4 (90fd7bf)

1.2.5 (2018-11-14)

Bug Fixes

  • doc: fix prepare.sh error (db4248a)

1.2.4 (2018-11-14)

Bug Fixes

1.2.3 (2018-11-14)

Bug Fixes

  • description: update package description (b36a90f)

1.2.2 (2018-11-14)

Bug Fixes

  • package.json: added react-dom in tags (ca8927d)
  • templates: fix github templates (2ee49e3)

1.2.1 (2018-11-14)

Bug Fixes

1.2.0 (2018-11-14)

Bug Fixes

  • dependencies: upgrade many dependencies (7b9fff1)

Features

  • dependencies: clear CHANGELOG (will be regenerated) (51410a2)