bootstrap-styled
Version:
Bootstrap Styled is a front-end ecosystem for React made with Bootstrap 4 philosophy, using the power of css-in-js thanks to styled-components.
513 lines (278 loc) • 31.5 kB
Markdown
## [2.7.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.7.1...v2.7.2) (2019-12-02)
### Bug Fixes
* **variables:** added more variables for tooltip ([b0cf947](https://github.com/bootstrap-styled/bootstrap-styled/commit/b0cf947e694ca9618cfc7cda31ad77740a872e3a))
## [2.7.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.7.0...v2.7.1) (2019-12-02)
### Bug Fixes
* **dependencies:** remove core-js dependency ([ff68592](https://github.com/bootstrap-styled/bootstrap-styled/commit/ff68592216062ae5ff2846eb4762b6b7d0852034))
# [2.7.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.6.2...v2.7.0) (2019-12-02)
### Features
* **utilities:** added $utilities to theme ([426047f](https://github.com/bootstrap-styled/bootstrap-styled/commit/426047fb3122480aa39cb861d5ea22b342650e9d))
## [2.6.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.6.1...v2.6.2) (2019-12-02)
### Bug Fixes
* **colors:** updated colors from bs 4 ([b2f8535](https://github.com/bootstrap-styled/bootstrap-styled/commit/b2f8535adc1e17693adba01ee28c0becbba711b8))
## [2.6.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.6.0...v2.6.1) (2019-12-02)
### Bug Fixes
* **esm:** added core-js and features set and map ([172544f](https://github.com/bootstrap-styled/bootstrap-styled/commit/172544f1064696ed8441a026853576618c08338a))
* **theme:** replace rgba call by Color ([e6b6134](https://github.com/bootstrap-styled/bootstrap-styled/commit/e6b61341cc7d29ba08b212a4844c0b455bf27c0f))
# [2.6.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.5.3...v2.6.0) (2019-12-01)
### Bug Fixes
* **dependencies:** upgrade all dependencies ([1b66a63](https://github.com/bootstrap-styled/bootstrap-styled/commit/1b66a63ffc6b81daf2a231caa5cbf7080c6b617b))
* **spacers:** BREAKING CHANGE spacers is now a map, added negative spacers. if you rely on $spacers[1].x , you will have to rely on $spacers[1] ([8712246](https://github.com/bootstrap-styled/bootstrap-styled/commit/87122465989a5b4e8c3a5037870ea35a78fef61c))
### Features
* **colors:** updated coloors and added negative spacers ([42ddc14](https://github.com/bootstrap-styled/bootstrap-styled/commit/42ddc1483545fd4344b93761e8b891f83a60dc38))
## [2.5.3](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.5.2...v2.5.3) (2019-09-26)
### Bug Fixes
* **typescripts:** disable typescript due to https://github.com/bootstrap-styled/bootstrap-styled/issues/83#issuecomment-535666014 ([b712061](https://github.com/bootstrap-styled/bootstrap-styled/commit/b712061)), closes [/github.com/bootstrap-styled/bootstrap-styled/issues/83#issuecomment-535666014](https://github.com//github.com/bootstrap-styled/bootstrap-styled/issues/83/issues/issuecomment-535666014)
## [2.5.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.5.1...v2.5.2) (2019-09-11)
### Bug Fixes
* **typescript:** Move typescript definition to the root of the project ([864c5af](https://github.com/bootstrap-styled/bootstrap-styled/commit/864c5af))
## [2.5.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.5.0...v2.5.1) (2019-09-10)
### Bug Fixes
* **babel:** copy files in lib ([6e67ede](https://github.com/bootstrap-styled/bootstrap-styled/commit/6e67ede))
# [2.5.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.13...v2.5.0) (2019-07-30)
### Features
* **typescript:** added typescript definition ([0ffeaf8](https://github.com/bootstrap-styled/bootstrap-styled/commit/0ffeaf8))
## [2.4.13](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.12...v2.4.13) (2019-03-11)
### Bug Fixes
* **documentation:** Remove react-styleguidist and upgrade @rollup-umd/documentation that use react-s ([90998f5](https://github.com/bootstrap-styled/bootstrap-styled/commit/90998f5)), closes [#88](https://github.com/bootstrap-styled/bootstrap-styled/issues/88)
## [2.4.12](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.11...v2.4.12) (2019-03-03)
### Bug Fixes
* **combiningThemes:** fix import of createMakeTheme ([3e7205d](https://github.com/bootstrap-styled/bootstrap-styled/commit/3e7205d))
## [2.4.11](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.10...v2.4.11) (2019-02-06)
### Bug Fixes
* **merge:** resolv ocnflict. ([94afa55](https://github.com/bootstrap-styled/bootstrap-styled/commit/94afa55))
* **variables:** added variable for btn-border-width ([e27a8e9](https://github.com/bootstrap-styled/bootstrap-styled/commit/e27a8e9))
## [2.4.10](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.9...v2.4.10) (2019-02-02)
### Bug Fixes
* **dependencies:** fix terser ([df0631e](https://github.com/bootstrap-styled/bootstrap-styled/commit/df0631e))
## [2.4.9](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.8...v2.4.9) (2019-02-02)
### Bug Fixes
* **dependencies:** install terser@3.41.1 (see https://github.com/webpack-contrib/terser-webpack-plugin/issues/66) ([7a14400](https://github.com/bootstrap-styled/bootstrap-styled/commit/7a14400))
## [2.4.8](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.7...v2.4.8) (2019-02-02)
### Bug Fixes
* **dependencies:** revert rollup-umd-scripts to latest public version ([f8dcded](https://github.com/bootstrap-styled/bootstrap-styled/commit/f8dcded))
* **dependencies:** Upgrade all dependencies and updated link of documentation ([a517b32](https://github.com/bootstrap-styled/bootstrap-styled/commit/a517b32))
* **dependencies:** Upgrade all dependencies and updated link of documentation ([b3db203](https://github.com/bootstrap-styled/bootstrap-styled/commit/b3db203))
## [2.4.7](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.6...v2.4.7) (2019-01-03)
### Bug Fixes
* **button:** fixed linear-gradient values ([4f45049](https://github.com/bootstrap-styled/bootstrap-styled/commit/4f45049))
* **dependencies:** upgrade all dependencies ([a795401](https://github.com/bootstrap-styled/bootstrap-styled/commit/a795401))
## [2.4.6](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.5...v2.4.6) (2018-12-29)
### Bug Fixes
* **dependencies:** fix test and upgrade dependencies ([da41983](https://github.com/bootstrap-styled/bootstrap-styled/commit/da41983))
## [2.4.5](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.4...v2.4.5) (2018-12-22)
### Bug Fixes
* **documentation:** improve presentation ([441b643](https://github.com/bootstrap-styled/bootstrap-styled/commit/441b643))
* **documentation:** improve presentation ([5191fc8](https://github.com/bootstrap-styled/bootstrap-styled/commit/5191fc8))
## [2.4.4](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.3...v2.4.4) (2018-12-22)
### Bug Fixes
* **documentation:** added logo in intro and in readme ([9db033c](https://github.com/bootstrap-styled/bootstrap-styled/commit/9db033c))
* **documentation:** added logo in intro and in readme ([ddde74f](https://github.com/bootstrap-styled/bootstrap-styled/commit/ddde74f))
* **documentation:** added logo in intro and in readme ([766efe6](https://github.com/bootstrap-styled/bootstrap-styled/commit/766efe6))
## [2.4.3](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.2...v2.4.3) (2018-12-22)
### Bug Fixes
* **dependencies:** Upgrade all dependencies ([a5e5739](https://github.com/bootstrap-styled/bootstrap-styled/commit/a5e5739))
## [2.4.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.1...v2.4.2) (2018-12-21)
### Bug Fixes
* **dependencies:** Upgrade all dependencies ([131c051](https://github.com/bootstrap-styled/bootstrap-styled/commit/131c051))
## [2.4.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.4.0...v2.4.1) (2018-12-20)
### Bug Fixes
* **variables:** Added variable `$card-group-margin`, `$grid-gutter-width`, remove `$grid-gutter-widt ([78c659e](https://github.com/bootstrap-styled/bootstrap-styled/commit/78c659e))
# [2.4.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.3.1...v2.4.0) (2018-12-19)
### Features
* **withWidth:** Added withWith higher order component and breakpoints documentation (inspired from MUI) ([55fbd11](https://github.com/bootstrap-styled/bootstrap-styled/commit/55fbd11)), closes [#12](https://github.com/bootstrap-styled/bootstrap-styled/issues/12) [#31](https://github.com/bootstrap-styled/bootstrap-styled/issues/31)
## [2.3.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.3.0...v2.3.1) (2018-12-16)
### Bug Fixes
* **greenkeeper:** fix greenkeeper executing sonar ([943b0b5](https://github.com/bootstrap-styled/bootstrap-styled/commit/943b0b5))
# [2.3.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.2.5...v2.3.0) (2018-12-16)
### Features
* **greenkeeper:** added greenkeeper and updated all dependencies ([7b23edc](https://github.com/bootstrap-styled/bootstrap-styled/commit/7b23edc))
## [2.2.5](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.2.4...v2.2.5) (2018-12-10)
### Bug Fixes
* **documentation:** introduction was having incorrect badge ([974bf80](https://github.com/bootstrap-styled/bootstrap-styled/commit/974bf80))
## [2.2.4](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.2.3...v2.2.4) (2018-12-09)
### Bug Fixes
* **documentation:** introduction was having incorrect badge ([ca0434e](https://github.com/bootstrap-styled/bootstrap-styled/commit/ca0434e))
## [2.2.3](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.2.2...v2.2.3) (2018-12-09)
### Bug Fixes
* **dependencies:** update some dependencies ([609236b](https://github.com/bootstrap-styled/bootstrap-styled/commit/609236b))
## [2.2.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.2.1...v2.2.2) (2018-12-07)
### Bug Fixes
* **toMakeTheme:** deep merge into a new object instead of theme ([2b6f3a1](https://github.com/bootstrap-styled/bootstrap-styled/commit/2b6f3a1))
## [2.2.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.2.0...v2.2.1) (2018-12-07)
### Bug Fixes
* **documentation:** added +x on jsdoc.sh ([d25772f](https://github.com/bootstrap-styled/bootstrap-styled/commit/d25772f))
# [2.2.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.1.2...v2.2.0) (2018-12-07)
### Bug Fixes
* **ci:** build ([f06cef0](https://github.com/bootstrap-styled/bootstrap-styled/commit/f06cef0))
* **dependencies:** Upgrade many deps, semantic-release, babel 7, remove color ([b4fd289](https://github.com/bootstrap-styled/bootstrap-styled/commit/b4fd289))
* **documentation:** Using [@rollup-umd](https://github.com/rollup-umd)/documentation and [@bootstrap-styled](https://github.com/bootstrap-styled)/documentation for the documentation engine ([0eebaa2](https://github.com/bootstrap-styled/bootstrap-styled/commit/0eebaa2))
### Features
* **dependencies:** update to babel7, update semantic-release, replace color with [@bootstrap-styled](https://github.com/bootstrap-styled)/color ([5038425](https://github.com/bootstrap-styled/bootstrap-styled/commit/5038425))
## [2.1.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.1.1...v2.1.2) (2018-12-03)
### Bug Fixes
* **exports:** corrected mistake with makeTheme export ([b1338b1](https://github.com/bootstrap-styled/bootstrap-styled/commit/b1338b1))
## [2.1.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.1.0...v2.1.1) (2018-12-03)
### Bug Fixes
* **theme:** refractored the makeOriginal after we removed all seperate components makeThemes. ([91e7773](https://github.com/bootstrap-styled/bootstrap-styled/commit/91e7773))
# [2.1.0](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.0.4...v2.1.0) (2018-11-28)
### Bug Fixes
* **documentation:** added new sections and explications. ([f2fd8d3](https://github.com/bootstrap-styled/bootstrap-styled/commit/f2fd8d3))
* **test:** updated bs checksum following previous commit ([51b3e31](https://github.com/bootstrap-styled/bootstrap-styled/commit/51b3e31))
* **variables:** added missing navbar variables ([74ffbf9](https://github.com/bootstrap-styled/bootstrap-styled/commit/74ffbf9))
### Features
* **toMakeTheme:** toMakeTheme now operates a deepMerge on the theme and userTheme, allowing lists of makeThemes to be passed. ([bb7e117](https://github.com/bootstrap-styled/bootstrap-styled/commit/bb7e117))
## [2.0.4](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.0.3...v2.0.4) (2018-11-17)
### Bug Fixes
* **name:** adding meta _name to makeOriginal ([ab39ca8](https://github.com/bootstrap-styled/bootstrap-styled/commit/ab39ca8))
## [2.0.3](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.0.2...v2.0.3) (2018-11-14)
### Bug Fixes
* **dependencies:** updated dependencies ([a4bf736](https://github.com/bootstrap-styled/bootstrap-styled/commit/a4bf736))
## [2.0.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v2.0.1...v2.0.2) (2018-11-14)
### Bug Fixes
* **version:** restore version development number and release 2.0.2 ([8a1a6e7](https://github.com/bootstrap-styled/bootstrap-styled/commit/8a1a6e7))
## [1.0.4](https://github.com/bootstrap-styled/bootstrap-styled/compare/v1.0.3...v1.0.4) (2018-11-14)
### Performance Improvements
* **v4:** Move v4 to [@bootstrap-styled](https://github.com/bootstrap-styled)/v4 BREAKING CHANGE\n update to react 16.6.3 and styled-components 4. This package will now only export theming function. New documentation ([23c0d71](https://github.com/bootstrap-styled/bootstrap-styled/commit/23c0d71))
## [1.0.3](https://github.com/bootstrap-styled/bootstrap-styled/compare/v1.0.2...v1.0.3) (2018-11-12)
### Bug Fixes
* **build tag:** changed to the rigfht url -_-, if i do one more build im gonna kill myself ([64a41a1](https://github.com/bootstrap-styled/bootstrap-styled/commit/64a41a1))
## [1.0.2](https://github.com/bootstrap-styled/bootstrap-styled/compare/v1.0.1...v1.0.2) (2018-11-12)
### Bug Fixes
* **doc:** updated documentation and styled. ([6fcfa66](https://github.com/bootstrap-styled/bootstrap-styled/commit/6fcfa66))
## [1.0.1](https://github.com/bootstrap-styled/bootstrap-styled/compare/v1.0.0...v1.0.1) (2018-11-12)
### Performance Improvements
* **package.json:** removed scope from name ([8b360cd](https://github.com/bootstrap-styled/bootstrap-styled/commit/8b360cd))
# 1.0.0 (2018-11-09)
### Bug Fixes
* improved Drawer ([792ed69](https://github.com/bootstrap-styled/bootstrap-styled/commit/792ed69))
* minor bugs & feat: Drawer component props docker. Run build dist, if you pull this commit ([b30cfc9](https://github.com/bootstrap-styled/bootstrap-styled/commit/b30cfc9))
* updating from dev branch ([0f3e7a5](https://github.com/bootstrap-styled/bootstrap-styled/commit/0f3e7a5))
* **.npmrc:** added package-lock=false ([5b92bc2](https://github.com/bootstrap-styled/bootstrap-styled/commit/5b92bc2))
* **Alert:** Corrected warnings related to `autoHideDuration` props. ([e1a1097](https://github.com/bootstrap-styled/bootstrap-styled/commit/e1a1097))
* **Alert:** Removed console.log() ([cfdaa44](https://github.com/bootstrap-styled/bootstrap-styled/commit/cfdaa44))
* **Alert:** removed unecessary variable ([f0fdc03](https://github.com/bootstrap-styled/bootstrap-styled/commit/f0fdc03))
* **BootstrapProvider:** BREAKING CHANGE move to bootstrap-styled-provider ([78a91f5](https://github.com/bootstrap-styled/bootstrap-styled/commit/78a91f5))
* **build:** updated semantic-release, installed ci scripts dependencies, install new [@yeutech](https://github.com/yeutech)/rollup-umd-scripts and [@yeutech-lab](https://github.com/yeutech-lab)/rollup-umd-documentation ([bb62068](https://github.com/bootstrap-styled/bootstrap-styled/commit/bb62068))
* **CHANGELOG:** removed ([51dd61a](https://github.com/bootstrap-styled/bootstrap-styled/commit/51dd61a))
* **ci:** prepare documentation script updated with changelog and code of conduct ([3dc7226](https://github.com/bootstrap-styled/bootstrap-styled/commit/3dc7226))
* **ci:** update .gitlab-ci.yml ([add8e2d](https://github.com/bootstrap-styled/bootstrap-styled/commit/add8e2d))
* **CI:** fixing CI ([519e206](https://github.com/bootstrap-styled/bootstrap-styled/commit/519e206))
* **CI:** trying to fix CI ([b893d73](https://github.com/bootstrap-styled/bootstrap-styled/commit/b893d73))
* **composeLink:** Addded theme and full props description. ([2f77fc7](https://github.com/bootstrap-styled/bootstrap-styled/commit/2f77fc7))
* **dependencies:** added more dependencies ([d070869](https://github.com/bootstrap-styled/bootstrap-styled/commit/d070869))
* **dependencies:** Installed semantic releases and updated jest ([37c80e4](https://github.com/bootstrap-styled/bootstrap-styled/commit/37c80e4))
* **dependencies:** upgrade ci dependencies ([54b2f08](https://github.com/bootstrap-styled/bootstrap-styled/commit/54b2f08))
* **dependencies:** Upgrade environment (semantic-release, rollup-documentation, rollup-umd-scripts)... ([65be205](https://github.com/bootstrap-styled/bootstrap-styled/commit/65be205))
* **devDeps:** remove ci scripts packages ([2aadb53](https://github.com/bootstrap-styled/bootstrap-styled/commit/2aadb53))
* **doc:** Upgrade [@yeutech-lab](https://github.com/yeutech-lab)/rollup-umd-documentation to 2.3.18, react-styleguidist to 7.1.0 and [@yeutech](https://github.com/yeutech)/rollup-umd-ci-release-transitive to 1.1.3 ([233ec12](https://github.com/bootstrap-styled/bootstrap-styled/commit/233ec12))
* **docs/introductions:** added some doc ([c649e3a](https://github.com/bootstrap-styled/bootstrap-styled/commit/c649e3a))
* **documentation:** fix deployement by removing CODE_OF_CONDUCT.md and CHANGELOG.md ([74bfee9](https://github.com/bootstrap-styled/bootstrap-styled/commit/74bfee9))
* **documentation:** updated some deps + improved quality of documentation. ([cb44db1](https://github.com/bootstrap-styled/bootstrap-styled/commit/cb44db1))
* **documentation:** variable ([09d8997](https://github.com/bootstrap-styled/bootstrap-styled/commit/09d8997))
* **Drawer:** fixed theming issue ([2f82f9c](https://github.com/bootstrap-styled/bootstrap-styled/commit/2f82f9c))
* **Drawer/*:** Reimplemented lost `docked` props and corrected related example. ([548724e](https://github.com/bootstrap-styled/bootstrap-styled/commit/548724e))
* **eslint:** corrected following standards ([c2026e5](https://github.com/bootstrap-styled/bootstrap-styled/commit/c2026e5))
* **Input:** added box-sizing to correct widt: 100% breaking when padding applied ([3cfab62](https://github.com/bootstrap-styled/bootstrap-styled/commit/3cfab62))
* **Input:** added default tag "input" ([ee54c84](https://github.com/bootstrap-styled/bootstrap-styled/commit/ee54c84))
* **Input:** corrected default value of Input ([7e04fad](https://github.com/bootstrap-styled/bootstrap-styled/commit/7e04fad))
* **Input:** removed old commit due to bug. ([13b05a5](https://github.com/bootstrap-styled/bootstrap-styled/commit/13b05a5))
* **Input:** using input for default tag ([2040d56](https://github.com/bootstrap-styled/bootstrap-styled/commit/2040d56))
* **lint:** fix many lint react/sort-comp ([9e0977a](https://github.com/bootstrap-styled/bootstrap-styled/commit/9e0977a))
* **makeExtend:** removed all extended variables as they were redundant. ([2165a64](https://github.com/bootstrap-styled/bootstrap-styled/commit/2165a64))
* **package-lock.json:** data corupted ([dbee2df](https://github.com/bootstrap-styled/bootstrap-styled/commit/dbee2df))
* **package.json:** added testUrl to jest config ([4924bbe](https://github.com/bootstrap-styled/bootstrap-styled/commit/4924bbe))
* **package.json:** chagned wrong url ([aecc477](https://github.com/bootstrap-styled/bootstrap-styled/commit/aecc477))
* **package.json:** corrected wrong repo url ([50dd9c0](https://github.com/bootstrap-styled/bootstrap-styled/commit/50dd9c0))
* **package.json:** corrected wrong url and registryu ([fc2e8fa](https://github.com/bootstrap-styled/bootstrap-styled/commit/fc2e8fa))
* **package.json:** correcter wrong deps ([9fe06dd](https://github.com/bootstrap-styled/bootstrap-styled/commit/9fe06dd))
* **package.json:** rollup-umd-doc 2.3.19 ([6397ce9](https://github.com/bootstrap-styled/bootstrap-styled/commit/6397ce9))
* **package.json:** Updated "rollup-umd-scripts" to 0.13.0 ([0291c3f](https://github.com/bootstrap-styled/bootstrap-styled/commit/0291c3f))
* **package.json:** wrong registry address ([3f0728b](https://github.com/bootstrap-styled/bootstrap-styled/commit/3f0728b))
* **package.json:** wrong repios url ([f1ca2a1](https://github.com/bootstrap-styled/bootstrap-styled/commit/f1ca2a1))
* **page:** fix build of page failing ([15677a3](https://github.com/bootstrap-styled/bootstrap-styled/commit/15677a3))
* **release:** GitHub release https://github.com/bootstrap-styled/bootstrap-styled ([b00f400](https://github.com/bootstrap-styled/bootstrap-styled/commit/b00f400))
* **repository:** fix issues and repository url ([c06d486](https://github.com/bootstrap-styled/bootstrap-styled/commit/c06d486))
* **src/utils/*:** added makeScopedTheme + tests ([4f7eab3](https://github.com/bootstrap-styled/bootstrap-styled/commit/4f7eab3))
* **tests:** corrected test issuyes ([047bc52](https://github.com/bootstrap-styled/bootstrap-styled/commit/047bc52))
* **utils:** added test for dynamicSscopedTheme ([148f6c5](https://github.com/bootstrap-styled/bootstrap-styled/commit/148f6c5))
* **variable utils:** removed dependency css-mixins that was importing utils that are only used internally to this repos. ([f73d8f5](https://github.com/bootstrap-styled/bootstrap-styled/commit/f73d8f5))
* **yml and packge:** remove rollup um doc for tagging ([55ebfa8](https://github.com/bootstrap-styled/bootstrap-styled/commit/55ebfa8))
### Features
* **bump:** need to bump ([8c2a8b9](https://github.com/bootstrap-styled/bootstrap-styled/commit/8c2a8b9))
* **changelog:** removed ([567edbc](https://github.com/bootstrap-styled/bootstrap-styled/commit/567edbc))
* **clean:** need to jump to 1.6.0 ([7adaad9](https://github.com/bootstrap-styled/bootstrap-styled/commit/7adaad9))
* **doc:** Bump over 1.6.6 ([24d11d8](https://github.com/bootstrap-styled/bootstrap-styled/commit/24d11d8))
* **gh:** release to GitHub. ([3ed0d29](https://github.com/bootstrap-styled/bootstrap-styled/commit/3ed0d29))
* **package.json:** Initialized commitizen. ([ff03cfd](https://github.com/bootstrap-styled/bootstrap-styled/commit/ff03cfd))
* **utils:** added makeScopedTheme and toMakeScopedTheme functions. ([b4aed09](https://github.com/bootstrap-styled/bootstrap-styled/commit/b4aed09))
### Performance Improvements
* **doc:** using doc made with bs ([560a785](https://github.com/bootstrap-styled/bootstrap-styled/commit/560a785))
* **ok:** BREAKING CHANGE we need go over 1.6.5 ([0368096](https://github.com/bootstrap-styled/bootstrap-styled/commit/0368096))
# [1.9.0](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.8.1...v1.9.0) (2018-11-06)
### Features
* **gh:** release to GitHub. ([3ed0d29](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/3ed0d29))
## [1.8.1](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.8.0...v1.8.1) (2018-10-13)
### Bug Fixes
* **makeExtend:** removed all extended variables as they were redundant. ([2165a64](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/2165a64))
# [1.8.0](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.8...v1.8.0) (2018-10-12)
### Features
* **utils:** added makeScopedTheme and toMakeScopedTheme functions. ([b4aed09](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/b4aed09))
## [1.7.8](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.7...v1.7.8) (2018-10-04)
### Bug Fixes
* **.npmrc:** added package-lock=false ([5b92bc2](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/5b92bc2))
* **CI:** fixing CI ([519e206](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/519e206))
* **CI:** trying to fix CI ([b893d73](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/b893d73))
* **docs/introductions:** added some doc ([c649e3a](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/c649e3a))
* **eslint:** corrected following standards ([c2026e5](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/c2026e5))
* **package.json:** chagned wrong url ([aecc477](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/aecc477))
* **package.json:** corrected wrong url and registryu ([fc2e8fa](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/fc2e8fa))
* **package.json:** correcter wrong deps ([9fe06dd](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/9fe06dd))
* **package.json:** rollup-umd-doc 2.3.19 ([6397ce9](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/6397ce9))
* **src/utils/*:** added makeScopedTheme + tests ([4f7eab3](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/4f7eab3))
* **utils:** added test for dynamicSscopedTheme ([148f6c5](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/148f6c5))
* **yml and packge:** remove rollup um doc for tagging ([55ebfa8](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/55ebfa8))
## [1.7.7](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.6...v1.7.7) (2018-09-27)
### Bug Fixes
* **package-lock.json:** data corupted ([dbee2df](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/dbee2df))
* **package.json:** added testUrl to jest config ([4924bbe](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/4924bbe))
* **package.json:** corrected wrong repo url ([50dd9c0](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/50dd9c0))
* **package.json:** wrong registry address ([3f0728b](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/3f0728b))
* **package.json:** wrong repios url ([f1ca2a1](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/f1ca2a1))
## [1.7.6](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.5...v1.7.6) (2018-09-25)
### Bug Fixes
* **page:** fix build of page failing ([15677a3](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/15677a3))
## [1.7.5](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.4...v1.7.5) (2018-09-12)
### Bug Fixes
* **devDeps:** remove ci scripts packages ([2aadb53](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/2aadb53))
## [1.7.4](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.3...v1.7.4) (2018-07-19)
### Bug Fixes
* **dependencies:** upgrade ci dependencies ([54b2f08](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/54b2f08))
* **doc:** Upgrade [@yeutech-lab](https://module.kopaxgroup.com/yeutech-lab)/rollup-umd-documentation to 2.3.18, react-styleguidist to 7.1.0 and [@yeutech](https://module.kopaxgroup.com/yeutech)/rollup-umd-ci-release-transitive to 1.1.3 ([233ec12](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/233ec12))
* **Input:** using input for default tag ([2040d56](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/2040d56))
## [1.7.3](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.2...v1.7.3) (2018-07-19)
### Bug Fixes
* **Input:** removed old commit due to bug. ([13b05a5](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/13b05a5))
* **tests:** corrected test issuyes ([047bc52](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/047bc52))
* updating from dev branch ([0f3e7a5](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/0f3e7a5))
## [1.7.2](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.1...v1.7.2) (2018-07-18)
### Bug Fixes
* **documentation:** fix deployement by removing CODE_OF_CONDUCT.md and CHANGELOG.md ([74bfee9](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/74bfee9))
## [1.7.1](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.7.0...v1.7.1) (2018-07-18)
### Bug Fixes
* **Alert:** Corrected warnings related to `autoHideDuration` props. ([e1a1097](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/e1a1097))
* **Alert:** Removed console.log() ([cfdaa44](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/cfdaa44))
* **Alert:** removed unecessary variable ([f0fdc03](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/f0fdc03))
* **build:** updated semantic-release, installed ci scripts dependencies, install new [@yeutech](https://module.kopaxgroup.com/yeutech)/rollup-umd-scripts and [@yeutech-lab](https://module.kopaxgroup.com/yeutech-lab)/rollup-umd-documentation ([bb62068](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/bb62068))
* **ci:** prepare documentation script updated with changelog and code of conduct ([3dc7226](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/3dc7226))
* **documentation:** variable ([09d8997](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/09d8997))
* **Drawer:** fixed theming issue ([2f82f9c](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/2f82f9c))
* **Drawer/*:** Reimplemented lost `docked` props and corrected related example. ([548724e](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/548724e))
* **Input:** added box-sizing to correct widt: 100% breaking when padding applied ([3cfab62](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/3cfab62))
* **Input:** added default tag "input" ([ee54c84](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/ee54c84))
* **Input:** corrected default value of Input ([7e04fad](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/7e04fad))
* **package.json:** Updated "rollup-umd-scripts" to 0.13.0 ([0291c3f](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/0291c3f))
# [1.7.0](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/compare/v1.6.6...v1.7.0) (2018-06-16)
### Features
* **changelog:** removed ([567edbc](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/567edbc))
* **doc:** Bump over 1.6.6 ([24d11d8](https://module.kopaxgroup.com/bootstrap-styled/bootstrap-styled.yeutech.com/commit/24d11d8))