UNPKG

@fishtank/fishtank-vue

Version:

[Fish Tank VueJS Component Module](http://fishtank.bna.com)

765 lines (471 loc) 49.1 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="4.3.1"></a> ## [4.3.1](https://github.com/bloombergbna/fishtank-vue/compare/v4.3.0...v4.3.1) (2019-03-01) ### Bug Fixes * Fixed 'style.success' with '.success' in success alert component ([280db90](https://github.com/bloombergbna/fishtank-vue/commit/280db90)) * fixed circular dependancy error in FishTankCheckbox ([09ab01a](https://github.com/bloombergbna/fishtank-vue/commit/09ab01a)) * Refactored checkbox to leverage css modules ([fbc2c08](https://github.com/bloombergbna/fishtank-vue/commit/fbc2c08)) <a name="4.3.0"></a> # [4.3.0](https://github.com/bloombergbna/fishtank-vue/compare/v4.3.0-1...v4.3.0) (2019-02-26) ### Bug Fixes * Refactored FishTankCard to use CSS Module ([a9b83f0](https://github.com/bloombergbna/fishtank-vue/commit/a9b83f0)) * refactored Radios to use CSS modules ([bf09f7d](https://github.com/bloombergbna/fishtank-vue/commit/bf09f7d)) <a name="4.3.0-1"></a> # [4.3.0-1](https://github.com/bloombergbna/fishtank-vue/compare/v4.3.0-0...v4.3.0-1) (2019-02-25) ### Bug Fixes * rollup-plugin-vue@4.7.2 has a dependancy of vue-runtime-helpers. Added to dependancies ([fbe0870](https://github.com/bloombergbna/fishtank-vue/commit/fbe0870)) <a name="4.3.0-0"></a> # [4.3.0-0](https://github.com/bloombergbna/fishtank-vue/compare/v4.2.0...v4.3.0-0) (2019-02-25) ### Bug Fixes * added fishtank/space to css scope for buttonGroup ([f2c00f4](https://github.com/bloombergbna/fishtank-vue/commit/f2c00f4)) * adjust css cascade of icon color for BaseAlert; minot edits to AlertSuccess ([ffda5a9](https://github.com/bloombergbna/fishtank-vue/commit/ffda5a9)) * Update to eslint rules related to kebab casing, and line breaks ([1b3b1ae](https://github.com/bloombergbna/fishtank-vue/commit/1b3b1ae)) * Updated package.json with new version of icons-vue ([f0a72d4](https://github.com/bloombergbna/fishtank-vue/commit/f0a72d4)) ### Features * added margin prop to Box ([02c9ba8](https://github.com/bloombergbna/fishtank-vue/commit/02c9ba8)) * added Tag prop to box to allow box to generate semantic elements like section, aside, article, etc. We have a limited list of semantic HTML5 elements related to layout, but can be expanded if needed. ([aa6af83](https://github.com/bloombergbna/fishtank-vue/commit/aa6af83)) <a name="4.2.0"></a> # [4.2.0](https://github.com/bloombergbna/fishtank-vue/compare/v4.1.1...v4.2.0) (2019-02-21) ### Bug Fixes * fixed css import for Box component styles ([39efb65](https://github.com/bloombergbna/fishtank-vue/commit/39efb65)) ### Features * merge BLAW dropdown, renamed FishTankSelect, and applied accessibility features - aria tagging and keyboard navigation ([2bf176a](https://github.com/bloombergbna/fishtank-vue/commit/2bf176a)) <a name="4.1.0-3"></a> # [4.1.0-3](https://github.com/bloombergbna/fishtank-vue/compare/v4.1.0-2...v4.1.0-3) (2019-02-12) <a name="4.1.1"></a> ## [4.1.1](https://github.com/bloombergbna/fishtank-vue/compare/v4.1.0...v4.1.1) (2019-02-20) <a name="4.1.0"></a> # [4.1.0](https://github.com/bloombergbna/fishtank-vue/compare/v4.1.0-2...v4.1.0) (2019-02-20) ### Features * add css modules to stles ([9a65674](https://github.com/bloombergbna/fishtank-vue/commit/9a65674)) * added accessiblity toggle on click and tab with and without highlight for accordions ([e7bad01](https://github.com/bloombergbna/fishtank-vue/commit/e7bad01)) * Added FishTankText documentation ([42a373f](https://github.com/bloombergbna/fishtank-vue/commit/42a373f)) * Added FishTankText documentation ([99ca569](https://github.com/bloombergbna/fishtank-vue/commit/99ca569)) * Added Heading component - beta ([226fcd1](https://github.com/bloombergbna/fishtank-vue/commit/226fcd1)) * added keyboard tabbing and click events to accordion component and it's children ([96e6261](https://github.com/bloombergbna/fishtank-vue/commit/96e6261)) * added method to accordions on click to clear focus state when element is clicked by mouse ([e486883](https://github.com/bloombergbna/fishtank-vue/commit/e486883)) * added smooth transitioning between clickin and tabbing accessibility highlighting ([a3961ec](https://github.com/bloombergbna/fishtank-vue/commit/a3961ec)) * Box documentation ([5b42952](https://github.com/bloombergbna/fishtank-vue/commit/5b42952)) * merge BLAW dropdown, renamed FishTankSelect, and applied accessibility features - aria tagging and keyboard navigation ([b95a2b7](https://github.com/bloombergbna/fishtank-vue/commit/b95a2b7)) * removed bem style notation from css ([5fc2a0d](https://github.com/bloombergbna/fishtank-vue/commit/5fc2a0d)) * Removed the debug code. ([5f29ccc](https://github.com/bloombergbna/fishtank-vue/commit/5f29ccc)) * tab and click accessiblity functionality added to booth accordion default, and small options ([b6a97a4](https://github.com/bloombergbna/fishtank-vue/commit/b6a97a4)) * updated accessbility tabbing and highlighting to match parent accordion when tabbing or using mouse ([eb216ad](https://github.com/bloombergbna/fishtank-vue/commit/eb216ad)) * Updated box component to use cssmodules ([6ca32f7](https://github.com/bloombergbna/fishtank-vue/commit/6ca32f7)) * Updated inline dev documentation for Text, Switch, and Radio components ([4999275](https://github.com/bloombergbna/fishtank-vue/commit/4999275)) * Updated rollup config to provide minified builds by default, and provide minufied and unminified builds in dist ([053bc69](https://github.com/bloombergbna/fishtank-vue/commit/053bc69)) ======= >>>>>>> f4aac58b9515abc1ff901acc89586eee59e01b54 <a name="4.1.0-3"></a> # [4.1.0-3](https://github.com/bloombergbna/fishtank-vue/compare/v4.1.0-2...v4.1.0-3) (2019-02-12) ### Features * add css modules to stles ([9a65674](https://github.com/bloombergbna/fishtank-vue/commit/9a65674)) * Added FishTankText documentation ([99ca569](https://github.com/bloombergbna/fishtank-vue/commit/99ca569)) * Added FishTankText documentation ([42a373f](https://github.com/bloombergbna/fishtank-vue/commit/42a373f)) * Added Heading component - beta ([226fcd1](https://github.com/bloombergbna/fishtank-vue/commit/226fcd1)) * Box documentation ([5b42952](https://github.com/bloombergbna/fishtank-vue/commit/5b42952)) * removed bem style notation from css ([5fc2a0d](https://github.com/bloombergbna/fishtank-vue/commit/5fc2a0d)) * Removed the debug code. ([5f29ccc](https://github.com/bloombergbna/fishtank-vue/commit/5f29ccc)) * Updated box component to use cssmodules ([6ca32f7](https://github.com/bloombergbna/fishtank-vue/commit/6ca32f7)) * Updated inline dev documentation for Text, Switch, and Radio components ([4999275](https://github.com/bloombergbna/fishtank-vue/commit/4999275)) * Updated rollup config to provide minified builds by default, and provide minufied and unminified builds in dist ([053bc69](https://github.com/bloombergbna/fishtank-vue/commit/053bc69)) <a name="4.1.0-2"></a> # [4.1.0-2](https://github.com/bloombergbna/fishtank-vue/compare/v4.0.2...v4.1.0-2) (2019-02-04) ### Features * addded basic group toggle functionality to group accordions ([5f2dfbf](https://github.com/bloombergbna/fishtank-vue/commit/5f2dfbf)) * addded basic group toggle functionality to group accordions ([b17cfea](https://github.com/bloombergbna/fishtank-vue/commit/b17cfea)) * added css modules to accordion component ([df0d5e1](https://github.com/bloombergbna/fishtank-vue/commit/df0d5e1)) * added css modules to accordion component ([7c1b511](https://github.com/bloombergbna/fishtank-vue/commit/7c1b511)) * added documentation to FishTankCheckbox ([e1054e8](https://github.com/bloombergbna/fishtank-vue/commit/e1054e8)) * added documentation to FishTankCheckbox ([3f1339d](https://github.com/bloombergbna/fishtank-vue/commit/3f1339d)) * added documentation to FishTankCheckbox ([21f753c](https://github.com/bloombergbna/fishtank-vue/commit/21f753c)) * basic functionality to accordion group added ([89fc054](https://github.com/bloombergbna/fishtank-vue/commit/89fc054)) * basic functionality to accordion group added ([62813af](https://github.com/bloombergbna/fishtank-vue/commit/62813af)) * changes to accordion group ([8ba4551](https://github.com/bloombergbna/fishtank-vue/commit/8ba4551)) * changes to accordion group ([acf240f](https://github.com/bloombergbna/fishtank-vue/commit/acf240f)) * cleaned up console errors on accordion group ([8d49cc8](https://github.com/bloombergbna/fishtank-vue/commit/8d49cc8)) * cleaned up console errors on accordion group ([977723c](https://github.com/bloombergbna/fishtank-vue/commit/977723c)) * fixed margin errors in accordion styles ([09f5df2](https://github.com/bloombergbna/fishtank-vue/commit/09f5df2)) * fixed margin errors in accordion styles ([786d57f](https://github.com/bloombergbna/fishtank-vue/commit/786d57f)) * minor changes to accordion large structure ([55d88a7](https://github.com/bloombergbna/fishtank-vue/commit/55d88a7)) * minor changes to accordion large structure ([2a5fec3](https://github.com/bloombergbna/fishtank-vue/commit/2a5fec3)) * minor changes to accordion large structure ([dfd178e](https://github.com/bloombergbna/fishtank-vue/commit/dfd178e)) * minor changes to accordion large structure ([3fa6d41](https://github.com/bloombergbna/fishtank-vue/commit/3fa6d41)) * modified alignment of labels within buttons ([45eae06](https://github.com/bloombergbna/fishtank-vue/commit/45eae06)) * Refactored Box to remove dependancy on vue-property-decorator ([5d1624c](https://github.com/bloombergbna/fishtank-vue/commit/5d1624c)) * Refactored Box to remove dependancy on vue-property-decorator ([9ac0636](https://github.com/bloombergbna/fishtank-vue/commit/9ac0636)) * renamed fishtank accordion large to fishtank accordion ([eb34c29](https://github.com/bloombergbna/fishtank-vue/commit/eb34c29)) * renamed fishtank accordion large to fishtank accordion ([92534ad](https://github.com/bloombergbna/fishtank-vue/commit/92534ad)) * updated styles on accordian component ([1e60c34](https://github.com/bloombergbna/fishtank-vue/commit/1e60c34)) * updated styles on accordian component ([e0d5068](https://github.com/bloombergbna/fishtank-vue/commit/e0d5068)) <a name="4.1.0-1"></a> # [4.1.0-1](https://github.com/bloombergbna/fishtank-vue/compare/v4.1.0-0...v4.1.0-1) (2019-01-28) ### Features * Refactored Box to remove dependancy on vue-property-decorator ([9ac0636](https://github.com/bloombergbna/fishtank-vue/commit/9ac0636)) <a name="4.1.0-0"></a> # [4.1.0-0](https://github.com/bloombergbna/fishtank-vue/compare/v4.0.2...v4.1.0-0) (2019-01-28) ### Features * added documentation to FishTankCheckbox ([3f1339d](https://github.com/bloombergbna/fishtank-vue/commit/3f1339d)) <a name="4.0.2"></a> ## [4.0.2](https://github.com/bloombergbna/fishtank-vue/compare/v4.0.1...v4.0.2) (2019-01-18) ### Bug Fixes * added vue-property-decorator as a temporary dependancy to the project, to support FishTankBox ([9e86aed](https://github.com/bloombergbna/fishtank-vue/commit/9e86aed)) <a name="4.0.1"></a> ## [4.0.1](https://github.com/bloombergbna/fishtank-vue/compare/v4.0.0...v4.0.1) (2019-01-17) ### Bug Fixes * moved ts-lib to dependancies ([d13f803](https://github.com/bloombergbna/fishtank-vue/commit/d13f803)) <a name="4.0.0"></a> # [4.0.0](https://github.com/bloombergbna/fishtank-vue/compare/v4.0.0-1...v4.0.0) (2019-01-17) ### Bug Fixes * scss dependancy import for FishTankTag ([2b62b5a](https://github.com/bloombergbna/fishtank-vue/commit/2b62b5a)) * scss dependancy import for FishTankTag ([66848ca](https://github.com/bloombergbna/fishtank-vue/commit/66848ca)) ### Features * added postcss variable script to process styles using css variables for backwards compatibility for IE ([47a9368](https://github.com/bloombergbna/fishtank-vue/commit/47a9368)) <a name="4.0.0-1"></a> # [4.0.0-1](https://github.com/bloombergbna/fishtank-vue/compare/v4.0.0-0...v4.0.0-1) (2019-01-16) ### Bug Fixes * Adjust css import for tags to properly insert space css-properties stylesheet ([9a2c442](https://github.com/bloombergbna/fishtank-vue/commit/9a2c442)) * Format and TS syntax fixes for Box, radio and Tags; CSS fixes for Radios and Tags. Updates Text input styles to use css modules. Updated utility scripts ([ba0e0e4](https://github.com/bloombergbna/fishtank-vue/commit/ba0e0e4)) <a name="4.0.0-0"></a> # [4.0.0-0](https://github.com/bloombergbna/fishtank-vue/compare/v3.9.0-0...v4.0.0-0) (2019-01-15) * Merge pull request #2 from BGOV/feat-css-edits-docs-release ([18ab095](https://github.com/bloombergbna/fishtank-vue/commit/18ab095)), closes [#2](https://github.com/bloombergbna/fishtank-vue/issues/2) ### Bug Fixes * fixing TS errors and CSS import errors breaking the build ([beced49](https://github.com/bloombergbna/fishtank-vue/commit/beced49)) ### Features * added accordion componention component with basic styles ([088e660](https://github.com/bloombergbna/fishtank-vue/commit/088e660)) * added accordion componention component with basic styles ([8820d82](https://github.com/bloombergbna/fishtank-vue/commit/8820d82)) * added accordion group component ([a19dee1](https://github.com/bloombergbna/fishtank-vue/commit/a19dee1)) * added accordion group component ([ad1bd89](https://github.com/bloombergbna/fishtank-vue/commit/ad1bd89)) * added animation to chevrons ([de0bfd1](https://github.com/bloombergbna/fishtank-vue/commit/de0bfd1)) * added animation to chevrons ([35a6f8d](https://github.com/bloombergbna/fishtank-vue/commit/35a6f8d)) * added disabled state to accordion component ([5b57046](https://github.com/bloombergbna/fishtank-vue/commit/5b57046)) * added disabled state to accordion component ([e27874d](https://github.com/bloombergbna/fishtank-vue/commit/e27874d)) * added drop down panel and chevron replacement on accordion ([be578db](https://github.com/bloombergbna/fishtank-vue/commit/be578db)) * added drop down panel and chevron replacement on accordion ([73d26f0](https://github.com/bloombergbna/fishtank-vue/commit/73d26f0)) * Added FishTankBox component. Component in current development, in alpha state. ([b6e760d](https://github.com/bloombergbna/fishtank-vue/commit/b6e760d)) * Added FishTankBox component. Component in current development, in alpha state. ([39b3e78](https://github.com/bloombergbna/fishtank-vue/commit/39b3e78)) * added props to accordion component ([ec0a4f2](https://github.com/bloombergbna/fishtank-vue/commit/ec0a4f2)) * added props to accordion component ([9435c5a](https://github.com/bloombergbna/fishtank-vue/commit/9435c5a)) * cleaned out all component scss files with the exception of the unused alert.scss for the Alert Error, Info, & Success Components ([e838928](https://github.com/bloombergbna/fishtank-vue/commit/e838928)) * cleaned out all component scss files with the exception of the unused alert.scss for the Alert Error, Info, & Success Components ([60efc6e](https://github.com/bloombergbna/fishtank-vue/commit/60efc6e)) * cleared button group scss files and added styles within button group component ([c00233c](https://github.com/bloombergbna/fishtank-vue/commit/c00233c)) * cleared button group scss files and added styles within button group component ([0c9d0f0](https://github.com/bloombergbna/fishtank-vue/commit/0c9d0f0)) * cleared text component style sheet and added styles within component ([4c70ddc](https://github.com/bloombergbna/fishtank-vue/commit/4c70ddc)) * cleared text component style sheet and added styles within component ([6b794ac](https://github.com/bloombergbna/fishtank-vue/commit/6b794ac)) * code cleanup on checkbox component ([25db18b](https://github.com/bloombergbna/fishtank-vue/commit/25db18b)) * code cleanup on checkbox component ([4a6f266](https://github.com/bloombergbna/fishtank-vue/commit/4a6f266)) * fixed lintin errors in content loaders & cards ([64e40a4](https://github.com/bloombergbna/fishtank-vue/commit/64e40a4)) * fixed lintin errors in content loaders & cards ([6e826b3](https://github.com/bloombergbna/fishtank-vue/commit/6e826b3)) * fixed merge conflicts ([a4aef62](https://github.com/bloombergbna/fishtank-vue/commit/a4aef62)) * fixed merge conflicts ([2e2b0b5](https://github.com/bloombergbna/fishtank-vue/commit/2e2b0b5)) * moved scss styles within accordion component ([f1a7eea](https://github.com/bloombergbna/fishtank-vue/commit/f1a7eea)) * re-added empty previously deleted emptly .scss files ([f7e6c45](https://github.com/bloombergbna/fishtank-vue/commit/f7e6c45)) * re-added empty previously deleted emptly .scss files ([15214ae](https://github.com/bloombergbna/fishtank-vue/commit/15214ae)) * removed Cards scss files and added styles within Cards component ([6ffcb8c](https://github.com/bloombergbna/fishtank-vue/commit/6ffcb8c)) * removed Cards scss files and added styles within Cards component ([cc2901c](https://github.com/bloombergbna/fishtank-vue/commit/cc2901c)) * removed input checkbox scss files and added styles within input checkbox component ([0ff8ed8](https://github.com/bloombergbna/fishtank-vue/commit/0ff8ed8)) * removed input checkbox scss files and added styles within input checkbox component ([c25fcc9](https://github.com/bloombergbna/fishtank-vue/commit/c25fcc9)) * removed Modals scss files and added styles within Modals component ([149d836](https://github.com/bloombergbna/fishtank-vue/commit/149d836)) * removed Modals scss files and added styles within Modals component ([bc49526](https://github.com/bloombergbna/fishtank-vue/commit/bc49526)) * removed spinner scss files and added styles within spinner component ([427caaf](https://github.com/bloombergbna/fishtank-vue/commit/427caaf)) * removed spinner scss files and added styles within spinner component ([2156b41](https://github.com/bloombergbna/fishtank-vue/commit/2156b41)) * removed styles for radio button and added them within the component ([b27a2c3](https://github.com/bloombergbna/fishtank-vue/commit/b27a2c3)) * removed styles for radio button and added them within the component ([0e6cafe](https://github.com/bloombergbna/fishtank-vue/commit/0e6cafe)) * removed Switch scss files and added styles within Switch component ([be9ba05](https://github.com/bloombergbna/fishtank-vue/commit/be9ba05)) * removed Switch scss files and added styles within Switch component ([9aa954c](https://github.com/bloombergbna/fishtank-vue/commit/9aa954c)) * removed Tags scss file ([39e5f6c](https://github.com/bloombergbna/fishtank-vue/commit/39e5f6c)) * removed Tags scss file ([6f41aef](https://github.com/bloombergbna/fishtank-vue/commit/6f41aef)) * removed text inputs scss files and added styles within text inputs component ([f655cb1](https://github.com/bloombergbna/fishtank-vue/commit/f655cb1)) * removed text inputs scss files and added styles within text inputs component ([7a71cce](https://github.com/bloombergbna/fishtank-vue/commit/7a71cce)) * Single accordion component ([760e073](https://github.com/bloombergbna/fishtank-vue/commit/760e073)) * updated chevron toggle ([a8f61d7](https://github.com/bloombergbna/fishtank-vue/commit/a8f61d7)) * updated chevron toggle ([f258e91](https://github.com/bloombergbna/fishtank-vue/commit/f258e91)) * updated scss for Button FAB ([7b6025c](https://github.com/bloombergbna/fishtank-vue/commit/7b6025c)) * updated scss for Button FAB ([b4923d3](https://github.com/bloombergbna/fishtank-vue/commit/b4923d3)) * updated scss for buttons Gradients, Outline Dark, and Outline Dark Small ([741ce0b](https://github.com/bloombergbna/fishtank-vue/commit/741ce0b)) * updated scss for buttons Gradients, Outline Dark, and Outline Dark Small ([9f02496](https://github.com/bloombergbna/fishtank-vue/commit/9f02496)) * updated style placement of feature icon and feature label components ([5513b7b](https://github.com/bloombergbna/fishtank-vue/commit/5513b7b)) * updated style placement of feature icon and feature label components ([6790d05](https://github.com/bloombergbna/fishtank-vue/commit/6790d05)) * updated styles button Ouline, button Outline Small, and button Destructive components ([34317c8](https://github.com/bloombergbna/fishtank-vue/commit/34317c8)) * updated styles button Ouline, button Outline Small, and button Destructive components ([fc1f38d](https://github.com/bloombergbna/fishtank-vue/commit/fc1f38d)) * updated styles on the alert components ([0820341](https://github.com/bloombergbna/fishtank-vue/commit/0820341)) * updated styles on the alert components ([835b51a](https://github.com/bloombergbna/fishtank-vue/commit/835b51a)) * updated styles to buttonPrimary and buttonSecondary components ([19bafb0](https://github.com/bloombergbna/fishtank-vue/commit/19bafb0)) * updated styles to buttonPrimary and buttonSecondary components ([658465f](https://github.com/bloombergbna/fishtank-vue/commit/658465f)) * updates to outline button scss and ghost button component ([e4f8023](https://github.com/bloombergbna/fishtank-vue/commit/e4f8023)) * updates to outline button scss and ghost button component ([2b8cb1c](https://github.com/bloombergbna/fishtank-vue/commit/2b8cb1c)) ### BREAKING CHANGES * Moved css out of individual css files, into component <a name="3.9.0-0"></a> # [3.9.0-0](https://github.com/bloombergbna/fishtank-vue/compare/v3.8.0...v3.9.0-0) (2019-01-08) ### Bug Fixes * fixed paginate component dependancy tree ([eadda53](https://github.com/bloombergbna/fishtank-vue/commit/eadda53)) ### Features * Add pagination component ([9c844be](https://github.com/bloombergbna/fishtank-vue/commit/9c844be)) <a name="3.8.0"></a> # [3.8.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.8.0-2...v3.8.0) (2019-01-03) ### Features * added props to dynamically handle aria label text from users ([457b202](https://github.com/bloombergbna/fishtank-vue/commit/457b202)) * Added Radio accessibility features and fixed some TS errors ([5f5e623](https://github.com/bloombergbna/fishtank-vue/commit/5f5e623)) * aria-labels added to cards; card content, card headers, and card container ([3ac69b4](https://github.com/bloombergbna/fishtank-vue/commit/3ac69b4)) * New radio group element providing grouping and accessibility focus state for collection of radio elements ([5a5cc33](https://github.com/bloombergbna/fishtank-vue/commit/5a5cc33)) * removed unnecessary props and added role and aria-label to headings for header card ([0ac6d40](https://github.com/bloombergbna/fishtank-vue/commit/0ac6d40)) <a name="3.8.0-2"></a> # [3.8.0-2](https://github.com/bloombergbna/fishtank-vue/compare/v3.8.0-1...v3.8.0-2) (2018-12-17) ### Features * added accessibility features to modals ([ee5dee1](https://github.com/bloombergbna/fishtank-vue/commit/ee5dee1)) * added aria label for feature button Icon and removed console error ([f9dd0e7](https://github.com/bloombergbna/fishtank-vue/commit/f9dd0e7)) * updated version of rollup-plugin-vue and other dependancies to leverage css-modules in build components ([8b4fc8d](https://github.com/bloombergbna/fishtank-vue/commit/8b4fc8d)) <a name="3.8.0-1"></a> # [3.8.0-1](https://github.com/bloombergbna/fishtank-vue/compare/v3.8.0-0...v3.8.0-1) (2018-12-13) ### Features * testing postcss & css module integration in rollup build ([0dec7b6](https://github.com/bloombergbna/fishtank-vue/commit/0dec7b6)) <a name="3.8.0-0"></a> # [3.8.0-0](https://github.com/bloombergbna/fishtank-vue/compare/v3.7.0...v3.8.0-0) (2018-12-13) ### Features * achieved toggle on error state when input is edited when on field with an error ([221fb3f](https://github.com/bloombergbna/fishtank-vue/commit/221fb3f)) * achieved toggle on error state when input is edited when on field with an error ([15ec074](https://github.com/bloombergbna/fishtank-vue/commit/15ec074)) * added Error Icon to error message ([a9ba44a](https://github.com/bloombergbna/fishtank-vue/commit/a9ba44a)) * addressed merge conflicts ([c049c2d](https://github.com/bloombergbna/fishtank-vue/commit/c049c2d)) * assigned different inputs their own return values for testing on the views/InputText page ([c4e77d7](https://github.com/bloombergbna/fishtank-vue/commit/c4e77d7)) * assigned different inputs their own return values for testing on the views/InputText page ([486dbf4](https://github.com/bloombergbna/fishtank-vue/commit/486dbf4)) * changed to updateValue method ([5e570ab](https://github.com/bloombergbna/fishtank-vue/commit/5e570ab)) * changed to updateValue method ([4dd39cd](https://github.com/bloombergbna/fishtank-vue/commit/4dd39cd)) * cleaned up some styles on the tag to match designs ([24173b5](https://github.com/bloombergbna/fishtank-vue/commit/24173b5)) * code refactor and cleanup ([f7549d8](https://github.com/bloombergbna/fishtank-vue/commit/f7549d8)) * code refactor and cleanup ([aa6bcba](https://github.com/bloombergbna/fishtank-vue/commit/aa6bcba)) * further updates to FAB button ([04a1ff6](https://github.com/bloombergbna/fishtank-vue/commit/04a1ff6)) * refactored Tags to leverage text component ([59be77c](https://github.com/bloombergbna/fishtank-vue/commit/59be77c)) * removed clear icon 'x' from number input field and it's associated clear functionality ([f7405f8](https://github.com/bloombergbna/fishtank-vue/commit/f7405f8)) * speed up animations for Button FAB ([26a8b7f](https://github.com/bloombergbna/fishtank-vue/commit/26a8b7f)) * speed up animations for Button FAB ([da3c7ac](https://github.com/bloombergbna/fishtank-vue/commit/da3c7ac)) * speed up animations for Button FAB ([08bac05](https://github.com/bloombergbna/fishtank-vue/commit/08bac05)) * updates to input text ([ff10447](https://github.com/bloombergbna/fishtank-vue/commit/ff10447)) <a name="3.7.0"></a> # [3.7.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.6.0...v3.7.0) (2018-12-10) ### Features * Added semi-bold prop to text; updated fishtank-vue dependancies ([4d083ed](https://github.com/bloombergbna/fishtank-vue/commit/4d083ed)) <a name="3.6.0"></a> # [3.6.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.5.0...v3.6.0) (2018-12-07) ### Features * FishTankText component added; in beta ([ed72b95](https://github.com/bloombergbna/fishtank-vue/commit/ed72b95)) <a name="3.5.0"></a> # [3.5.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.5.0-0...v3.5.0) (2018-12-06) ### Features * added Error Icon to error message ([f49159c](https://github.com/bloombergbna/fishtank-vue/commit/f49159c)) * updated inline documentation attributes for buttons ([e5305b2](https://github.com/bloombergbna/fishtank-vue/commit/e5305b2)) <a name="3.5.0-0"></a> # [3.5.0-0](https://github.com/bloombergbna/fishtank-vue/compare/v3.4.1...v3.5.0-0) (2018-12-03) ### Bug Fixes * added aria-busy prop updates to a11y mixin; applied a11y to loaders ([141496f](https://github.com/bloombergbna/fishtank-vue/commit/141496f)) * Continued renaming or components, to support css module refactor ([099f7b4](https://github.com/bloombergbna/fishtank-vue/commit/099f7b4)) * Fixed textarea size update when typing ([ce71d3d](https://github.com/bloombergbna/fishtank-vue/commit/ce71d3d)) * fixing dependancy import issues preventing proper build ([a4f0ef9](https://github.com/bloombergbna/fishtank-vue/commit/a4f0ef9)) * removed duplicated textarea prop type ([956bbe3](https://github.com/bloombergbna/fishtank-vue/commit/956bbe3)) * removed unused pdependancies from production build ([7119ff1](https://github.com/bloombergbna/fishtank-vue/commit/7119ff1)) * Renamed a collection of components in advance of css refactor using css modules. ([6e402c2](https://github.com/bloombergbna/fishtank-vue/commit/6e402c2)) * Renamed components to match Fish Tank naming conventions and future css module refactor ([8a81c0b](https://github.com/bloombergbna/fishtank-vue/commit/8a81c0b)) * reset content on unit test files ([c038e66](https://github.com/bloombergbna/fishtank-vue/commit/c038e66)) * updated docs to reference a item from token array, rather than a token object. ([6e90b1f](https://github.com/bloombergbna/fishtank-vue/commit/6e90b1f)) ### Features * Added accessibility labels to some existing components. For Button group, added accessibility interactions to support button groups and focus on selected items ([15dbe4c](https://github.com/bloombergbna/fishtank-vue/commit/15dbe4c)) * added close functionality to text inputs, and css to fall more in line with design documentation ([ca52ab4](https://github.com/bloombergbna/fishtank-vue/commit/ca52ab4)) * added documentation to content loaders for props; type, default values, requirement, descriptions, and 'available themes ' for themes ([8328f97](https://github.com/bloombergbna/fishtank-vue/commit/8328f97)) * added inline prop documentation for spinner's props 'size' and 'theme'. Did not add documentation for 'align' or 'loading' as they were not included in the markdown documentation ([03d4fcc](https://github.com/bloombergbna/fishtank-vue/commit/03d4fcc)) * added name prop and default button type to base button elements ([a033feb](https://github.com/bloombergbna/fishtank-vue/commit/a033feb)) * Added postcss to build process for css assets ([a69e068](https://github.com/bloombergbna/fishtank-vue/commit/a69e068)) * added token, introduction, and description custom content blocks, fishtank propsdoc component to filter and display props object ([79ea0a1](https://github.com/bloombergbna/fishtank-vue/commit/79ea0a1)) * added token, introduction, and description custom content blocks, fishtank propsdoc component to filter and display props object ([f080253](https://github.com/bloombergbna/fishtank-vue/commit/f080253)) * added/fixed page loader view, which was overwritten in error ([2c96455](https://github.com/bloombergbna/fishtank-vue/commit/2c96455)) * adding accesibility props and fixes to fishtank-vue components ([cb08b3f](https://github.com/bloombergbna/fishtank-vue/commit/cb08b3f)) * changes to FAB button documentation ([e326ffb](https://github.com/bloombergbna/fishtank-vue/commit/e326ffb)) * create loading animation methods and inline styles in spinner svgs ([d50c609](https://github.com/bloombergbna/fishtank-vue/commit/d50c609)) * create loading animation methods and inline styles in spinner svgs ([ab5c6b5](https://github.com/bloombergbna/fishtank-vue/commit/ab5c6b5)) * create loading animation methods and inline styles in spinner svgs ([befeffa](https://github.com/bloombergbna/fishtank-vue/commit/befeffa)) * first iteration of content loaders documentation ([036bd00](https://github.com/bloombergbna/fishtank-vue/commit/036bd00)) * first iteration of content loaders documentation ([5408a51](https://github.com/bloombergbna/fishtank-vue/commit/5408a51)) * Input Text ([850e36b](https://github.com/bloombergbna/fishtank-vue/commit/850e36b)) * Refactored Dependancy TS definitions. ([c6c05f4](https://github.com/bloombergbna/fishtank-vue/commit/c6c05f4)) * removed double tab focus on feature button label ([29ceb72](https://github.com/bloombergbna/fishtank-vue/commit/29ceb72)) * removed unused imports from button feature Icon ([1ec3e7b](https://github.com/bloombergbna/fishtank-vue/commit/1ec3e7b)) * updated page content loaders documentation ([f45d971](https://github.com/bloombergbna/fishtank-vue/commit/f45d971)) * updated page content loaders documentation ([b4e3cae](https://github.com/bloombergbna/fishtank-vue/commit/b4e3cae)) * updated page loader documentation ([66d0a1c](https://github.com/bloombergbna/fishtank-vue/commit/66d0a1c)) * updated page loader documentation ([881b895](https://github.com/bloombergbna/fishtank-vue/commit/881b895)) * updated page loader documentation ([6d92301](https://github.com/bloombergbna/fishtank-vue/commit/6d92301)) * updates/changes to FAB button documentation ([9d82eca](https://github.com/bloombergbna/fishtank-vue/commit/9d82eca)) <a name="3.4.1"></a> ## [3.4.1](https://github.com/bloombergbna/fishtank-vue/compare/v3.4.0...v3.4.1) (2018-11-16) <a name="3.4.0"></a> # [3.4.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.3.0...v3.4.0) (2018-11-16) ### Bug Fixes * Continued renaming or components, to support css module refactor ([60c29f0](https://github.com/bloombergbna/fishtank-vue/commit/60c29f0)) * FAB Button - minor button styling changes, and toggle on mini fab options. ([e631234](https://github.com/bloombergbna/fishtank-vue/commit/e631234)) * Fixed textarea size update when typing ([fad12d7](https://github.com/bloombergbna/fishtank-vue/commit/fad12d7)) * fixing dependancy import issues preventing proper build ([d78b476](https://github.com/bloombergbna/fishtank-vue/commit/d78b476)) * minor changes to fab button style fix ([f5ac6b5](https://github.com/bloombergbna/fishtank-vue/commit/f5ac6b5)) * Renamed a collection of components in advance of css refactor using css modules. ([9a3ce06](https://github.com/bloombergbna/fishtank-vue/commit/9a3ce06)) * Renamed components to match Fish Tank naming conventions and future css module refactor ([ed87e7f](https://github.com/bloombergbna/fishtank-vue/commit/ed87e7f)) ### Features * Added accessibility labels to some existing components. For Button group, added accessibility interactions to support button groups and focus on selected items ([347c0c3](https://github.com/bloombergbna/fishtank-vue/commit/347c0c3)) * Added docs custom block loader ([030515a](https://github.com/bloombergbna/fishtank-vue/commit/030515a)) * added/fixed page loader view, which was overwritten in error ([3f49814](https://github.com/bloombergbna/fishtank-vue/commit/3f49814)) * adding accesibility props and fixes to fishtank-vue components ([9b3e596](https://github.com/bloombergbna/fishtank-vue/commit/9b3e596)) * adding accesibility props and fixes to fishtank-vue components ([31d2b48](https://github.com/bloombergbna/fishtank-vue/commit/31d2b48)) * changes to FAB button documentation ([386343f](https://github.com/bloombergbna/fishtank-vue/commit/386343f)) * first iteration of content loaders documentation ([a1269bb](https://github.com/bloombergbna/fishtank-vue/commit/a1269bb)) * refactored Tags ([c94b9fa](https://github.com/bloombergbna/fishtank-vue/commit/c94b9fa)) * Refactored Tags ([9046945](https://github.com/bloombergbna/fishtank-vue/commit/9046945)) * removed double tab focus on feature button label ([d29b23d](https://github.com/bloombergbna/fishtank-vue/commit/d29b23d)) * removed unused imports from button feature Icon ([f21720b](https://github.com/bloombergbna/fishtank-vue/commit/f21720b)) * updated page content loaders documentation ([20d9bd9](https://github.com/bloombergbna/fishtank-vue/commit/20d9bd9)) * updated page content loaders documentation ([fbf47ef](https://github.com/bloombergbna/fishtank-vue/commit/fbf47ef)) * updated page loader documentation ([196962e](https://github.com/bloombergbna/fishtank-vue/commit/196962e)) * updated page loader documentation ([8b68b93](https://github.com/bloombergbna/fishtank-vue/commit/8b68b93)) * updated page loader documentation ([4edfbf9](https://github.com/bloombergbna/fishtank-vue/commit/4edfbf9)) * updates/changes to FAB button documentation ([5cc8172](https://github.com/bloombergbna/fishtank-vue/commit/5cc8172)) <a name="3.3.0"></a> # [3.3.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.3.0-beta.0...v3.3.0) (2018-10-31) ### Bug Fixes * added focus state style for radio buttons ([baf2605](https://github.com/bloombergbna/fishtank-vue/commit/baf2605)) * Refactor of input checkbox styles ([7d5565e](https://github.com/bloombergbna/fishtank-vue/commit/7d5565e)) * Refactor of input checkbox styles ([d00ff3d](https://github.com/bloombergbna/fishtank-vue/commit/d00ff3d)) ### Features * Add align class to ft-loader-spinner; ([5317c3d](https://github.com/bloombergbna/fishtank-vue/commit/5317c3d)), closes [#86](https://github.com/bloombergbna/fishtank-vue/issues/86) * added Alert Result Loader ([0b31539](https://github.com/bloombergbna/fishtank-vue/commit/0b31539)) * added AlertList content loader to list of components, and updated index.ts and ContentLoaders.vue files. ([7936471](https://github.com/bloombergbna/fishtank-vue/commit/7936471)) * added animation speed, primary color, and secondary colors to all themes for content loader, so component is fully customizable, all of these added props are not required and have standard default values ([1e09df0](https://github.com/bloombergbna/fishtank-vue/commit/1e09df0)) * added Commitee Result Loader ([5b37f5c](https://github.com/bloombergbna/fishtank-vue/commit/5b37f5c)) * added congressional staffers list content loader component ([648bc15](https://github.com/bloombergbna/fishtank-vue/commit/648bc15)) * added Directories Result Loader ([b6ce428](https://github.com/bloombergbna/fishtank-vue/commit/b6ce428)) * added Legislative Result Content Shader Component ([f6a119e](https://github.com/bloombergbna/fishtank-vue/commit/f6a119e)) * added Members of Congress Content Loader Component ([aa71c77](https://github.com/bloombergbna/fishtank-vue/commit/aa71c77)) * added News List Content Loader Component. Made some sizing adjustments to other content loader components ([4879f33](https://github.com/bloombergbna/fishtank-vue/commit/4879f33)) * added News Result Content Loader Componenet ([411f69f](https://github.com/bloombergbna/fishtank-vue/commit/411f69f)) * added Profile Result Content Loader Component ([a9a087b](https://github.com/bloombergbna/fishtank-vue/commit/a9a087b)) * added props to customizable content loader, so devs can alter width and height ([6373743](https://github.com/bloombergbna/fishtank-vue/commit/6373743)) * Created button group component ([873f551](https://github.com/bloombergbna/fishtank-vue/commit/873f551)) * Fish Tank Button Group component ([f092c83](https://github.com/bloombergbna/fishtank-vue/commit/f092c83)) * made changes in attempt to address type check console errors for ContentLoader Component's loaderHeight, loaderWidths, and Speed props. ([22dd111](https://github.com/bloombergbna/fishtank-vue/commit/22dd111)) * minor change to page loader ([6973f77](https://github.com/bloombergbna/fishtank-vue/commit/6973f77)) * moved accessibility global class script into an external mixin. ([92f2728](https://github.com/bloombergbna/fishtank-vue/commit/92f2728)) * removed compiler error by declaring module vue-content-loader in vue-shim.d.ts ([894ffe6](https://github.com/bloombergbna/fishtank-vue/commit/894ffe6)) * removed compiler errors for Alert Result loader ([27f383d](https://github.com/bloombergbna/fishtank-vue/commit/27f383d)) * removed format errors for Content Loader Alert list component ([0f0af36](https://github.com/bloombergbna/fishtank-vue/commit/0f0af36)) * Unit tests for Button group, and button group button ([19c6b83](https://github.com/bloombergbna/fishtank-vue/commit/19c6b83)) * updated Content Loader, turned all Content Loader Prefabs and made them accessible by passing in themes into the new Loader Content component. Next steps will be to make default width and required health props available for devs when they make their own custom loaders ([5436e18](https://github.com/bloombergbna/fishtank-vue/commit/5436e18)) <a name="3.3.0-beta.0"></a> # [3.3.0-beta.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.2.0-beta.0...v3.3.0-beta.0) (2018-10-19) <a name="3.2.0-beta.0"></a> # [3.2.0-beta.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.2.0...v3.2.0-beta.0) (2018-10-19) ### Bug Fixes * minor styling changes to text area component ([ed9ccf9](https://github.com/bloombergbna/fishtank-vue/commit/ed9ccf9)) ### Features * updated package.json to reference fishtank vue-treeselect ([287402a](https://github.com/bloombergbna/fishtank-vue/commit/287402a)) <a name="3.1.1"></a> ## [3.1.1](https://github.com/bloombergbna/fishtank-vue/compare/v3.1.0...v3.1.1) (2018-10-11) ### Bug Fixes * Remove eslint comment typo ([803ab7a](https://github.com/bloombergbna/fishtank-vue/commit/803ab7a)) <a name="3.2.0"></a> # [3.2.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.1.0...v3.2.0) (2018-10-15) <a name="3.2.1"></a> ## [3.2.1](https://github.com/bloombergbna/fishtank-vue/compare/v3.1.0...v3.2.1) (2018-10-15) <a name="3.1.1"></a> ## [3.1.1](https://github.com/bloombergbna/fishtank-vue/compare/v3.1.0...v3.1.1) (2018-10-15) ### Bug Fixes * Remove eslint comment typo ([803ab7a](https://github.com/bloombergbna/fishtank-vue/commit/803ab7a)) <a name="3.1.0"></a> # [3.1.0](https://github.com/bloombergbna/fishtank-vue/compare/v3.0.0...v3.1.0) (2018-10-11) ### Features * Added FishTankRenderedMarkup component powered by PrismJS ([9ff6ac2](https://github.com/bloombergbna/fishtank-vue/commit/9ff6ac2)) * Created FishTankTextAreaInput ([8f0fc38](https://github.com/bloombergbna/fishtank-vue/commit/8f0fc38)) * Created FishTankTextAreaInput ([74adc74](https://github.com/bloombergbna/fishtank-vue/commit/74adc74)) * Created FishTankTextAreaInput ([3464a80](https://github.com/bloombergbna/fishtank-vue/commit/3464a80)) * Created FishTankTextAreaInput ([fdcaa6f](https://github.com/bloombergbna/fishtank-vue/commit/fdcaa6f)) <a name="3.0.0"></a> # [3.0.0](https://github.com/bloombergbna/fishtank-vue/compare/v2.0.0...v3.0.0) (2018-10-03) ### Features * Created button group component ([b42913f](https://github.com/bloombergbna/fishtank-vue/commit/b42913f)) * Fish Tank Button Group component ([5ea0d3b](https://github.com/bloombergbna/fishtank-vue/commit/5ea0d3b)) * Heavy refactor of removeable tags ([3868223](https://github.com/bloombergbna/fishtank-vue/commit/3868223)) * moved accessibility global class script into an external mixin. ([ec7fab4](https://github.com/bloombergbna/fishtank-vue/commit/ec7fab4)) * refactor of original tag supporting refactor work on removable tags. ([5787bc3](https://github.com/bloombergbna/fishtank-vue/commit/5787bc3)) * Unit tests for Button group, and button group button ([909c466](https://github.com/bloombergbna/fishtank-vue/commit/909c466)) * Button Featue Icon now working ([36f18fd](https://github.com/bloombergbna/fishtank-vue/commit/36f18fdfddf798cb91cd2cca4e81c868e9652a35)) * Button Feature Label is now working ([0dd5664](https://github.com/bloombergbna/fishtank-vue/commit/0dd566486828062fca47f095868015f1e1af269d)) * changes added to documentation ([289ec5b](https://github.com/bloombergbna/fishtank-vue/commit/289ec5bb3d498bbe85451784d49d5d46957e99b9)) * added icons to button options using templates and slots ([d0850bf](https://github.com/bloombergbna/fishtank-vue/commit/d0850bf3ad008f9d02b9118b86f0aca803792f95)) * links to mini fab options for FAB using props ([6e33d1f](https://github.com/bloombergbna/fishtank-vue/commit/6e33d1fb332933b88fff0a3e0336d92a949dce6d)) * Developer focused docs for Button Group components ([ceff467](https://github.com/bloombergbna/fishtank-vue/commit/ceff467f9ca71c7d9cceacac4e9b8d802d922c0b)) ### BREAKING CHANGES * update to model binding structure of removeable tags docs: Created documentation for tags <a name="2.0.0"></a> # [2.0.0](https://github.com/bloombergbna/fishtank-vue/compare/v1.1.0...v2.0.0) (2018-09-20) ### Documentation * Added example images for InputText docs. ([a6ca8e4](https://github.com/bloombergbna/fishtank-vue/commit/a6ca8e4)) ### Features * refactored Checkbox ([fb11849](https://github.com/bloombergbna/fishtank-vue/commit/fb11849)) * Merge pull request #48 from bakpa79/docs/input-text ([ef64817](https://github.com/bloombergbna/fishtank-vue/commit/ef64817)), closes [#48](https://github.com/bloombergbna/fishtank-vue/issues/48) ### BREAKING CHANGES * Changed bindings in InputCheckbox. use only v-model to bind to model data/variable. Value is now similar to input element value * Changed bindings in InputCheckbox. use only v-model to bind to model data/variable. Value is now similar to input element value * refactored binding props for checkboxes <a name="1.1.0"></a> # [1.1.0](https://github.com/bloombergbna/fishtank-vue/compare/v1.1.0-beta.0...v1.1.0) (2018-09-14) <a name="1.1.0-beta.0"></a> # [1.1.0-beta.0](https://github.com/bloombergbna/fishtank-vue/compare/v0.4.1...v1.1.0-beta.0) (2018-09-13) ### Features * fixes broken Switch component ([d63acba](https://github.com/bloombergbna/fishtank-vue/commit/d63acba)) <a name="0.4.1"></a> ## [0.4.1](https://github.com/bloombergbna/fishtank-vue/compare/v0.4.0...v0.4.1) (2018-09-12) <a name="0.4.0"></a> # [0.4.0](https://github.com/bloombergbna/fishtank-vue/compare/v0.3.2...v0.4.0) (2018-09-11) ### Features * added vue component gradient button ([bf0dc6c](https://github.com/bloombergbna/fishtank-vue/commit/bf0dc6c)) * Added vue component Outline button, made supporting file changes ([#28](https://github.com/bloombergbna/fishtank-vue/issues/28)) ([150bc43](https://github.com/bloombergbna/fishtank-vue/commit/150bc43)) * Added White Button Vue Component, made the appropiate file changes to support the white button vue component in Buttons.vue, index.ts, and _buttons.scss. Created file components/ButtonWhite.vue -Amirah ([5c60022](https://github.com/bloombergbna/fishtank-vue/commit/5c60022)) * Button Gradient Unit Test and minor changes to Button Gradient component as required of the unit test(changes should not be rolled back as they will run errors in test environment, the component itself continues to run as intended ([58e2ba1](https://github.com/bloombergbna/fishtank-vue/commit/58e2ba1)) * edited gradient button component to take in props for end color, start color, and gradient direction ([29f6ac6](https://github.com/bloombergbna/fishtank-vue/commit/29f6ac6)) * made changes to unit test. Added to test to check gradient button for passed style, linear gradient. ([7610382](https://github.com/bloombergbna/fishtank-vue/commit/7610382)) <a name="0.3.1"></a> ## 0.3.1 (2018-08-16) <a name="0.3.2"></a> ## 0.3.2 (2018-08-16) ### Bug Fixes * added .github folder to npm ignore ([d946d83](https://github.com/bloombergbna/fishtank-vue/commit/d946d83)) * Removed InputCheckbox test ([a287115](https://github.com/bloombergbna/fishtank-vue/commit/a287115)) * stop tracking package-lock.json file ([cab1dcd](https://github.com/bloombergbna/fishtank-vue/commit/cab1dcd)) * stop tracking package-lock.json file ([630156c](https://github.com/bloombergbna/fishtank-vue/commit/630156c)) ### Features * Added Checkbox test/review page ([b369e06](https://github.com/bloombergbna/fishtank-vue/commit/b369e06)) * Added Checkbox test/review page ([a3ff979](https://github.com/bloombergbna/fishtank-vue/commit/a3ff979)) * Added InputCheckbox.vue ([f994036](https://github.com/bloombergbna/fishtank-vue/commit/f994036)) * Added issue requests and pull request guideline docs. ([3b29c1b](https://github.com/bloombergbna/fishtank-vue/commit/3b29c1b)) * Added WIP Inpout Switch component ([3b838fd](https://github.com/bloombergbna/fishtank-vue/commit/3b838fd)) * Added WIP Inpout Switch component ([c28afe3](https://github.com/bloombergbna/fishtank-vue/commit/c28afe3)) * Binary. Removeable, and Multiselect tags ([#16](https://github.com/bloombergbna/fishtank-vue/issues/16)) ([f272d49](https://github.com/bloombergbna/fishtank-vue/commit/f272d49)) * radio ([#18](https://github.com/bloombergbna/fishtank-vue/issues/18)) ([930cd0c](https://github.com/bloombergbna/fishtank-vue/commit/930cd0c)) * Removed checkboxes from router ([b510eb6](https://github.com/bloombergbna/fishtank-vue/commit/b510eb6)) ### BREAKING CHANGES * Deleted work in progress checkbox, switch, and tag components <a name="0.3.1"></a> ## 0.3.1 (2018-08-16) ### Bug Fixes * added .github folder to npm ignore ([d946d83](https://github.com/bloombergbna/fishtank-vue/commit/d946d83)) * Removed InputCheckbox test ([a287115](https://github.com/bloombergbna/fishtank-vue/commit/a287115)) * stop tracking package-lock.json file ([cab1dcd](https://github.com/bloombergbna/fishtank-vue/commit/cab1dcd)) * stop tracking package-lock.json file ([630156c](https://github.com/bloombergbna/fishtank-vue/commit/630156c)) ### Features * Added Checkbox test/review page ([b369e06](https://github.com/bloombergbna/fishtank-vue/commit/b369e06)) * Added Checkbox test/review page ([a3ff979](https://github.com/bloombergbna/fishtank-vue/commit/a3ff979)) * Added InputCheckbox.vue ([f994036](https://github.com/bloombergbna/fishtank-vue/commit/f994036)) * Added issue requests and pull request guideline docs. ([3b29c1b](https://github.com/bloombergbna/fishtank-vue/commit/3b29c1b)) * Added WIP Inpout Switch component ([3b838fd](https://github.com/bloombergbna/fishtank-vue/commit/3b838fd)) * Added WIP Inpout Switch component ([c28afe3](https://github.com/bloombergbna/fishtank-vue/commit/c28afe3)) * Binary. Removeable, and Multiselect tags ([#16](https://github.com/bloombergbna/fishtank-vue/issues/16)) ([f272d49](https://github.com/bloombergbna/fishtank-vue/commit/f272d49)) * radio ([#18](https://github.com/bloombergbna/fishtank-vue/issues/18)) ([930cd0c](https://github.com/bloombergbna/fishtank-vue/commit/930cd0c)) * Removed checkboxes from router ([b510eb6](https://github.com/bloombergbna/fishtank-vue/commit/b510eb6)) ### BREAKING CHANGES * Deleted work in progress checkbox, switch, and tag components