diff --git a/CHANGELOG.md b/CHANGELOG.md index d115666ae..cb6338a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,225 +1,495 @@ -# Changelog - -Version 7.0.0-alpha.2 2021-04-13 ---------------------------------------------- -- ADAPT-000: Remove animation variants but add translate variants (#814) -- ADAPT-000: Misc additions (#806) -- ADAPT-1856: Misc v7 changes take 2 (#808) -- ADAPT-000: Move things from TW Utilities to Components (#809) -- ADAPT-1783: Update README.md for v7 (#810) -- ADAPT-1073: Unstructured WYSIWYG content styles as TW component (#813) -- Add skiplink component (#812) -- ADAPT-000 Remove animation variants but add translate variants (#814) - -Version 7.0.0-alpha.1 2021-02-24 ---------------------------------------------- -- Initial TailwindCSS build out. -- This version is still highly volitile and we do not recommend you upgrade - existing version 6 projects. -- No warranty, documentation, or stability guarenteed. Use at your own risk. - -Version 6.0.6 2020-05-27 ---------------------------------------------- -- Fixes a typo in the grid-media-min comments (#641) -- Create CODE_OF_CONDUCT.md (#676) -- Removed conflicting background styles on checkboxes (#644) -- DECANTER-193: Accordion/FAQ and development environment. (#642) -- Add aria-expanded="false" to main nav parent links in the twig template (#681) -- D8CORE-1632: Add variables to quote template (#678) - -Version 6.0.5 2020-02-27 ---------------------------------------------- -- D8CORE-1329: removed the width 100% for xs breakpoint with buttons. (#631) - -Version 6.0.4 2020-02-21 ---------------------------------------------- -- Remove header html element and duplicate ids from local footer component (#630) -- D8CORE-1334: adjusting the padding to make the text appear centered in local footer login button (#627) -- Changing the search icon to red from the grey (#616) -- Uglify dist output in JS and CSS. - -Version 6.0.3 2020-02-06 ---------------------------------------------- -- Fixes 6.0.2 build fail. Shea is again, sorry. -- Commits the changes to the updates in package.json - -Version 6.0.2 2020-02-06 ---------------------------------------------- -- Change font size of `@big-paragraph` to 2.1rem and line height to 1.7; (#608) -- modify date-stacked to not use `@big-paragraph` because we don't want the line height. -- Make date stacked component switch to mobile font size at sm breakpoint instead of md. -- Change `@type-f` font size from 0.8em to 0.9em and remove uppercase style (#609) -- Brand bar wrapper change to div from section. (#613) -- Add cool grey color variables and update package.json (#614) --- `$su-color-cool-grey-75`, `$su-color-cool-grey-50`, `$su-color-cool-grey-25`, `$su-color-cool-grey-15` - -Version 6.0.1 2020-01-13 ---------------------------------------------- -- Fixed tugboat builds for previews on PRs -- Restored the `.centered-container` class. Totally did not mean to remove it along with the other layouts. -- Fixed empty cell logic in lockup.twig -- Fixed failing webpack build. Shea is sorry about that one. - -Version 6.0.0 2019-12-20 ---------------------------------------------- -- Deprecated: su-aspect-ratio-1x1 & su-aspect-ratio-4x3 classes. -- Removed all of the KSS Styleguide build in favor of new website. -- Removed lando.default.yml as you should be using the npm servers. -- Removed Gruntfile.js and fully switched over to npm scripts. -- Removed webpack url-loader and added /core/dist/assets so that images are no longer embedded in the css -- Removed /core/dist/css/decanter-grid.css as it was empty anyhow. -- Removed /core/dist/css/decanter-no-markup.css as it was empty anyhow. -- Removed /core/dist/js/decanter-grid.js as it was empty except for webpack stuff. -- Removed /core/src/js/decanter-grid.js as we now use the decanter-grid.scss as our webpack entry point. -- Removed the scss file import from /core/src/js/decanter-no-markup.js so that it includes just javascript and no sass. -- Removed nearly all of the layouts found in /core/src/scss/layout as they added 4500 lines of css bloat that were not being used. The files and css have been moved to an examples folder. -- Removed all the deprecated code from Version 5. -- New Component: Secondary Navigation -- /core/src/js/decanter.js no imports both the SASS and Javascript files. -- New SASSDOCs code commenting conventions for all SASS files instead of abusing the KSS style. -- New JSDOCs code commenting conventions for all JavaScript files instead of just whatever. -- New Variant: Card Icon -- New Examples folder for adding examples of templates/recipies/documentation/whatever. -- New Dependency: Font Awesome because, well, it's awesome. - -Version 5.2.0 2019-12-20 ---------------------------------------------- -- This is the last Version 5 release with new features. -- Added CODE_OF_CONDUCT.md -- New Variant: `su-card--icon` -- New Component: Media -- Changed Aspect Ratio CSS class names. Deprecated old ones. -- Changed
margin and set to `margin(0)` -- New Mixin: `@card` -- Updates to caption mixin -- Updates to the credits mixin -- Updates to the small-paragraphs mixin -- Buttons are now bolder (font style) -- Deprecated: %card-base placeholder -- Card.twig template has some pretty large changes to the schmea to allow for different media types. -- hero.twig template variable change from hero_cta_link to hero_link - -Version 6.0.0-alpha.1 2019-10-31 ---------------------------------------------- -- Removed deprecated code -- LOTS of wonderful new changes - -Version 5.1.0 2019-10-31 ---------------------------------------------- -- Updated codeclimate linting settings -- Updated nvmrc to version 11.14.0 -- Removed line length lint requirement for sass -- Added tugboat builds -- Fixed bug with grunt browsersync and Webpack -- Added terms of use policy statement -- Changed all variables to have the prefix `$su-` -- Added new color function to support color maps with named colors -- New Component: Date Stacked -- New Component: Masthead -- New Variant: `su-card--link` -- New Variant: `su-card--minimal` -- New Variant: `su-global-footer--bright` -- New Variant: `su-global-footer--dark` -- New Variant: `su-hero--caption` -- New Variant: `su-link--download` -- New Variant: `su-link--internal` -- New Variant: `su-link--jump` -- New Variant: `su-link--video` -- New Mixin: `aspect-ratio()` -- New Mixin: `ie-only()` -- New Mixin: `link-glyph()` -- New Mixin: `link-icon()` -- New Function: `breakpoint-previous` -- New Typography styles: - -- `.su-type-a`: Display Type A (used for H1 heading) - -- `.su-type-b`: Display Type B (used for H2 heading) - -- `.su-type-c`: Display Type C (used for H3 heading) - -- `.su-type-d`: Display Type D (used for H4 heading) - -- `.su-type-e`: Display Type E (used for H5 heading) - -- `.su-type-f`: Display Type F (used for H6 heading) -- Change to @type-a and @type-b sizes at xs and sm breakpoints -- Template Update: `card.twig` has new regions and variables -- Template Update: `hero.twig` has new regions and variables -- Bugfix: Main Menu CSS -- Bugfix: Flex grid where grid classes now populate up breakpoints -- Bugfix: whitespace issues in `brand-bar.twig`, `global-footer.twig`, `link.twig`, `lockup.twig`, `logo.twig`, `main-nav.twig`, `site-search.twig` -- Deprecated: all variables that didn't start with `$su-` -- Deprecated: mixin `action-link` -- Deprecated: mixin `external-link` -- Deprecated: mixin `more-link` -- `grid-media-only` mixin now does ALL -- Modular scale now goes to 9! -- Added fort-awesome and fonts -- Updated npm package dependency versions -- Updated webpack config - - -Version 5.0.1 2019-05-22 ---------------------------------------------- -- Fix CSS grid gaps not displaying on Edge issue and other minor grid related issue -- Fix main nav color variants css selector specificity issues -- Add drop shadow to md breakpoint mobile menu -- Main Navigation components now fires openNav, closeNav, openSubnav, closeSubnav events -- "More info" link icon now inherits color from the link itself -- Adjust linter settings -- Add favicon to style guide -- Update README - -Version 5.0.0 2019-03-27 ---------------------------------------------- -- New Webpack Build System -- Two revamped and improved Grid Systems with 6 breakpoints - - Flexbox based, class generated grid system - - CSS Grid based mixin supported grid system -- A modular scale system that includes both modular spacing and modular typography mixins -- LOTS of new components and variants, including Stanford branded elements such as 20 versions of logo lockups, global footer, brand bars - check them out! -- LOTS of new SASS/SCSS mixins, functions and placeholders to help you in your project -- LOTS of usable Twig templates for both components and layouts -- Revamped and refreshed the KSS theme with a new look and feel; plus new navigation -- Moved source code from core/ to src/ to better align with Webpack projects -- Code Climate and Linter file updates -- Removed the generated style guide from Git -- Moved .lando.yml to .lando.default.yml -- Deprecated and replaced a number of Grunt commands with Webpack and NPM scripts -- Removed the font files and put them on a CDN -- Dropped the Atomic design structure for components to allow for less strict component creation - -Version 4.1.0 2018-08-16 ---------------------------------------------- -- Added class-based grid system -- Added new Flexbox grid mixins - -Version 4.0.0 2018-08-09 ---------------------------------------------- -- Added new CSS Grid mixins -- Added new example site layout templates levering CSS Grid mixins -- Eliminated Neat -- (Temporarily) eliminated class-based system with Neat (to be re-introduced using Flexbox in future point version) -- Added LiveReload to Grunt workflow -- Other tweaks and bug fixes - -Version 3.1.0 2018-08-09 ---------------------------------------------- -- Added all available Source Sans Pro font styles -- Added sensible img tag defaults -- Fix to require kss npm package to be installed globally -- Other small tweaks and bug fixes - -Version 3.0.0 2018-05-16 ---------------------------------------------- -- Updated to latest stable release of Bourbon (5.0.0) -- Added autoprefixer and postcss for better vendor prefix support - -Version 2.1.0 2018-05-10 ---------------------------------------------- -- KSS Node generating style guide and pattern library -- More components, variables, and mixins - -Version 2.0.0 2017-12-18 ---------------------------------------------- -- Base HTML element styles -- Base component styles -- Grid system -- Revised load order of variables, vendors, mixins, and components -- Removed vendor code from repository -- Introduced Atomic Design naming conventions +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [7.0.0-alpha.5](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.3...7.0.0-alpha.5) + +- Automatic Release Testing [`#832`](https://github.com/SU-SWS/decanter/pull/832) +- Update README.md [`#831`](https://github.com/SU-SWS/decanter/pull/831) + +#### [7.0.0-alpha.3](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.2...7.0.0-alpha.3) + +> 21 May 2021 + +- Add package npm script for autorelease. [`#830`](https://github.com/SU-SWS/decanter/pull/830) +- ADAPT-000: Move workflow file [`#829`](https://github.com/SU-SWS/decanter/pull/829) +- Set autorelease branch to v7 [`#828`](https://github.com/SU-SWS/decanter/pull/828) +- ADAPT-2518: Added autorelease github action. [`#825`](https://github.com/SU-SWS/decanter/pull/825) +- Create label.yml [`#826`](https://github.com/SU-SWS/decanter/pull/826) +- ADAPT-1771: Linting Configuration [`#821`](https://github.com/SU-SWS/decanter/pull/821) +- ADAPT-2435 Add text-shadow TailwindCSS utility [`#820`](https://github.com/SU-SWS/decanter/pull/820) +- ADAPT-000: Move Tailwind plugins from devdependencies to dependencies [`#818`](https://github.com/SU-SWS/decanter/pull/818) +- back to dev. [`d784988`](https://github.com/SU-SWS/decanter/commit/d784988bb454da2571ae629d5128cfaa1f5cc047) + +#### [7.0.0-alpha.2](https://github.com/SU-SWS/decanter/compare/7.0.0-alpha.1...7.0.0-alpha.2) + +> 13 April 2021 + +- Adapt-000 Remove animation variants but add translate variants [`#814`](https://github.com/SU-SWS/decanter/pull/814) +- Add skiplink component [`#812`](https://github.com/SU-SWS/decanter/pull/812) +- ADAPT-1073: Unstructured WYSIWYG content styles as TW component [`#813`](https://github.com/SU-SWS/decanter/pull/813) +- ADAPT-1783: Update README.md for v7 [`#810`](https://github.com/SU-SWS/decanter/pull/810) +- ADAPT-000: Move things from TW Utilities to Components [`#809`](https://github.com/SU-SWS/decanter/pull/809) +- Adapt-1856: Misc v7 changes take 2 [`#808`](https://github.com/SU-SWS/decanter/pull/808) +- ADAPT-000: Misc additions [`#806`](https://github.com/SU-SWS/decanter/pull/806) +- ADAPT-000: Add options to fontSize.js for the modular scale steps [`#805`](https://github.com/SU-SWS/decanter/pull/805) + +#### [7.0.0-alpha.1](https://github.com/SU-SWS/decanter/compare/6.2.3...7.0.0-alpha.1) + +> 24 February 2021 + +- ADAPT-000: Add more variants [`#803`](https://github.com/SU-SWS/decanter/pull/803) +- ADAPT-000: Adds Colors to the example page [`#804`](https://github.com/SU-SWS/decanter/pull/804) +- Finish up global footer [`#802`](https://github.com/SU-SWS/decanter/pull/802) +- Add other link style utilities for nested links and add global footer [`#801`](https://github.com/SU-SWS/decanter/pull/801) +- Adapt-1808: Use TW box shadows for v7 [`#799`](https://github.com/SU-SWS/decanter/pull/799) +- ADAPT-000: Link color utility [`#800`](https://github.com/SU-SWS/decanter/pull/800) +- ADAPT-1786: V7 utility classes [`#796`](https://github.com/SU-SWS/decanter/pull/796) +- ADAPT 1756 - Continuous v7 prep work [`#795`](https://github.com/SU-SWS/decanter/pull/795) +- Netlify builds. [`#794`](https://github.com/SU-SWS/decanter/pull/794) +- No more components [`#792`](https://github.com/SU-SWS/decanter/pull/792) +- Adapt-1756 Misc v7 prep work [`#790`](https://github.com/SU-SWS/decanter/pull/790) +- DEC-000: Update file-loader public path in Webpack Config [`#786`](https://github.com/SU-SWS/decanter/pull/786) +- V7 colors [`#787`](https://github.com/SU-SWS/decanter/pull/787) +- Remove Template Files. [`#765`](https://github.com/SU-SWS/decanter/pull/765) +- Version 7 Initial Start. [`#764`](https://github.com/SU-SWS/decanter/pull/764) +- TAILWIND 2.0 UPGRADE. [`1c4dd81`](https://github.com/SU-SWS/decanter/commit/1c4dd816a71a5d2745f1d04b99dc6da0b710aee8) +- Bring back spacing as not all things are responsive spacing. [`0596ef7`](https://github.com/SU-SWS/decanter/commit/0596ef740d8b7e7fd7ca5b30acc488b3035096e8) +- Removed large components and created separated renders. [`02352a9`](https://github.com/SU-SWS/decanter/commit/02352a96190c68a32b8af6c7fd2eac88d264045e) + +#### [6.2.3](https://github.com/SU-SWS/decanter/compare/6.2.2...6.2.3) + +> 13 April 2021 + +- ADAPT-578: modified <a> text color for Info, Success and default Alerts [`#817`](https://github.com/SU-SWS/decanter/pull/817) +- Netlify Build Preview - No more Tugboat [`#798`](https://github.com/SU-SWS/decanter/pull/798) +- D8CORE-2950: adding mailto icon [`#776`](https://github.com/SU-SWS/decanter/pull/776) +- Back to dev. [`e5bb7bb`](https://github.com/SU-SWS/decanter/commit/e5bb7bb0e29c37f927730b43d11588b901563b1f) + +#### [6.2.2](https://github.com/SU-SWS/decanter/compare/6.2.1...6.2.2) + +> 20 January 2021 + +- D8CORE-2610: Deprecation notice about C, G, J, and Q lockup [`#789`](https://github.com/SU-SWS/decanter/pull/789) +- Bump ini from 1.3.5 to 1.3.8 [`#784`](https://github.com/SU-SWS/decanter/pull/784) +- Add new colors from identity guide and deprecate old color [`#768`](https://github.com/SU-SWS/decanter/pull/768) +- Back to dev. [`161bf9f`](https://github.com/SU-SWS/decanter/commit/161bf9fc0c373d2ed322010dd5800845f5a32271) + +#### [6.2.1](https://github.com/SU-SWS/decanter/compare/6.2.0...6.2.1) + +> 30 November 2020 + +- D8CORE-2529: changing the condition that makes the link not appear [`#775`](https://github.com/SU-SWS/decanter/pull/775) +- Back to dev. [`ec3608c`](https://github.com/SU-SWS/decanter/commit/ec3608c93b839b7671b484f41e3449affe63532e) + +#### [6.2.0](https://github.com/SU-SWS/decanter/compare/6.1.3...6.2.0) + +> 5 November 2020 + +- Different way of setting up modular spacing [`#704`](https://github.com/SU-SWS/decanter/pull/704) +- D8CORE-2632: changing the green for a11y reason [`#767`](https://github.com/SU-SWS/decanter/pull/767) +- D8CORE-1261: Revised table styles. [`#617`](https://github.com/SU-SWS/decanter/pull/617) +- Create auto-label action [`#763`](https://github.com/SU-SWS/decanter/pull/763) +- Add stale action. [`#762`](https://github.com/SU-SWS/decanter/pull/762) +- D8CORE-1623: Adding a mixin and icons for a simple icon before dis… [`#690`](https://github.com/SU-SWS/decanter/pull/690) +- Deprecate Kalam & Noto Sans. [`#761`](https://github.com/SU-SWS/decanter/pull/761) +- Misc fixes [`a41b662`](https://github.com/SU-SWS/decanter/commit/a41b662f1f1cda0bc37484e9a7631a3403f1ece5) +- Back to dev. [`de37e13`](https://github.com/SU-SWS/decanter/commit/de37e1392687722c7cbdd8f3ff5243dc91b02e11) + +#### [6.1.3](https://github.com/SU-SWS/decanter/compare/6.1.2...6.1.3) + +> 23 September 2020 + +- Change vendor imports to use the ~ convention. [`#759`](https://github.com/SU-SWS/decanter/pull/759) +- D8CORE-2529: if there is a link but no content set the link to null [`#756`](https://github.com/SU-SWS/decanter/pull/756) +- D8CORE-2652: adding styles to the alerts for buttons [`#732`](https://github.com/SU-SWS/decanter/pull/732) +- D8CORE-2536: adding aria-label [`#716`](https://github.com/SU-SWS/decanter/pull/716) +- back to dev. [`433786f`](https://github.com/SU-SWS/decanter/commit/433786f6391a0c9545cc8e1e682a64f0c00ef340) + +#### [6.1.2](https://github.com/SU-SWS/decanter/compare/6.1.1...6.1.2) + +> 9 September 2020 + +- D8CORE-2630: fixup! on the specifity [`#731`](https://github.com/SU-SWS/decanter/pull/731) +- back to dev. [`54351aa`](https://github.com/SU-SWS/decanter/commit/54351aafc76f9d7cbffa39cd483ca15a1aaa5810) + +#### [6.1.1](https://github.com/SU-SWS/decanter/compare/6.1.0...6.1.1) + +> 3 September 2020 + +- D8CORE-2630: Updating the alert basic link hover colors and underline for accessibility [`#730`](https://github.com/SU-SWS/decanter/pull/730) +- D8CORE-2376: Local Footer Lockup Overrides [`#729`](https://github.com/SU-SWS/decanter/pull/729) +- Back to dev. [`6917861`](https://github.com/SU-SWS/decanter/commit/6917861cb30609b25f924259fe9e9731a1338294) + +#### [6.1.0](https://github.com/SU-SWS/decanter/compare/6.0.6...6.1.0) + +> 1 September 2020 + +- D8CORE-2490: All new alerts [`#725`](https://github.com/SU-SWS/decanter/pull/725) +- D8CORE-2544: added (link is external) to the brandbar [`#717`](https://github.com/SU-SWS/decanter/pull/717) +- Bump websocket-extensions from 0.1.3 to 0.1.4 [`#693`](https://github.com/SU-SWS/decanter/pull/693) +- Bump elliptic from 6.5.2 to 6.5.3 [`#703`](https://github.com/SU-SWS/decanter/pull/703) +- D8CORE-1403: addressing accessibility issue with footer [`#698`](https://github.com/SU-SWS/decanter/pull/698) +- Bump lodash from 4.17.15 to 4.17.19 [`#699`](https://github.com/SU-SWS/decanter/pull/699) +- Add search_input_id variable so that the name and ID attributes can be different for the search input field [`#688`](https://github.com/SU-SWS/decanter/pull/688) +- Update README.md [`7833391`](https://github.com/SU-SWS/decanter/commit/7833391186c2d4e5eb90cf61910fbe03fee3b535) +- Back to dev 6.0.7-dev [`09d6f03`](https://github.com/SU-SWS/decanter/commit/09d6f0341626f2ce4ac769fe6114f3007e520438) + +#### [6.0.6](https://github.com/SU-SWS/decanter/compare/6.0.5...6.0.6) + +> 27 May 2020 + +- D8CORE-1632: Add variables to quote template [`#678`](https://github.com/SU-SWS/decanter/pull/678) +- Add aria-expanded="false" to main nav parent links in the twig template so the attribute is there on load; update package-lock.json to current decanter version [`#681`](https://github.com/SU-SWS/decanter/pull/681) +- DECANTER-193: Accordion/FAQ and development environment. [`#642`](https://github.com/SU-SWS/decanter/pull/642) +- Removed conflicting background styles on checkboxes [`#644`](https://github.com/SU-SWS/decanter/pull/644) +- Create CODE_OF_CONDUCT.md [`#676`](https://github.com/SU-SWS/decanter/pull/676) +- Fixes a typo in the grid-media-min comments [`#641`](https://github.com/SU-SWS/decanter/pull/641) +- back to dev. [`2283856`](https://github.com/SU-SWS/decanter/commit/2283856eac20ba2038a87d6a72b7975af0ea0325) + +#### [6.0.5](https://github.com/SU-SWS/decanter/compare/6.0.4...6.0.5) + +> 27 February 2020 + +- D8CORE-1329: removed the width 100% for xs breakpoint with buttons. [`#631`](https://github.com/SU-SWS/decanter/pull/631) +- back to dev. [`2745509`](https://github.com/SU-SWS/decanter/commit/27455091cb150177fdf9f680b4cc0dbf594100fe) + +#### [6.0.4](https://github.com/SU-SWS/decanter/compare/6.0.3...6.0.4) + +> 21 February 2020 + +- D8CORE-1198 D8CORE-1199: Remove header html element and duplicate ids [`#630`](https://github.com/SU-SWS/decanter/pull/630) +- D8CORE-1334: adjusting the padding to make the text appear centered [`#627`](https://github.com/SU-SWS/decanter/pull/627) +- D8CORE-925: changing the icon to red from the grey [`#616`](https://github.com/SU-SWS/decanter/pull/616) +- back to dev. [`26c493a`](https://github.com/SU-SWS/decanter/commit/26c493aeb6c9ba6892f36f382c7621f0540d79b9) + +#### [6.0.3](https://github.com/SU-SWS/decanter/compare/6.0.2...6.0.3) + +> 6 February 2020 + +- It is good to publish things when you change versions. [`#615`](https://github.com/SU-SWS/decanter/pull/615) +- back to dev. [`85ebd2e`](https://github.com/SU-SWS/decanter/commit/85ebd2eaa9679af5ee28ac6d4a5fac6c682c62c0) + +#### [6.0.2](https://github.com/SU-SWS/decanter/compare/6.0.1...6.0.2) + +> 6 February 2020 + +- D8CORE-1259: Add cool grey color variables and update package.json [`#614`](https://github.com/SU-SWS/decanter/pull/614) +- Brand bar wrapper change. [`#613`](https://github.com/SU-SWS/decanter/pull/613) +- Change @type-f font size from 0.8em to 0.9em and remove uppercase style [`#609`](https://github.com/SU-SWS/decanter/pull/609) +- Change @big-paragraph font size and line height [`#608`](https://github.com/SU-SWS/decanter/pull/608) +- Back to dev. [`b02d114`](https://github.com/SU-SWS/decanter/commit/b02d11462815d8ed5c05b6fc087492efd133ffe5) + +#### [6.0.1](https://github.com/SU-SWS/decanter/compare/6.0.0...6.0.1) + +> 13 January 2020 + +- Restore .centered-container and fix webpack alias for font-awesome. [`#605`](https://github.com/SU-SWS/decanter/pull/605) +- Improve conditionals in template to support an empty cell2 [`#601`](https://github.com/SU-SWS/decanter/pull/601) + +#### [6.0.0](https://github.com/SU-SWS/decanter/compare/6.0.0-alpha.1...6.0.0) + +> 20 December 2019 + +- SassDoc — Regroup Sass [`#599`](https://github.com/SU-SWS/decanter/pull/599) +- 559 ms placeholders b [`#597`](https://github.com/SU-SWS/decanter/pull/597) +- 435 icon card [`#593`](https://github.com/SU-SWS/decanter/pull/593) +- Small and big descriptions. [`#595`](https://github.com/SU-SWS/decanter/pull/595) +- Metalsmith [`#561`](https://github.com/SU-SWS/decanter/pull/561) +- D8 core 724 button hover [`#537`](https://github.com/SU-SWS/decanter/pull/537) +- Remove max-width on `flex-container` [`#535`](https://github.com/SU-SWS/decanter/pull/535) +- Linting Cleanup [`#532`](https://github.com/SU-SWS/decanter/pull/532) +- 508: Create media component [`#509`](https://github.com/SU-SWS/decanter/pull/509) +- Update CHANGELOG.md [`#533`](https://github.com/SU-SWS/decanter/pull/533) +- Global footer font-weight and spacing tweak [`#531`](https://github.com/SU-SWS/decanter/pull/531) +- Secondary Nav Component - DEC-71 [`#528`](https://github.com/SU-SWS/decanter/pull/528) +- 5.1.0 [`#530`](https://github.com/SU-SWS/decanter/pull/530) +- Delete iconfinder_Rocket_701485.svg [`c107ca1`](https://github.com/SU-SWS/decanter/commit/c107ca17e918a1bdf55a6ffc384e18d5463df5f1) +- Update package.json [`2e812df`](https://github.com/SU-SWS/decanter/commit/2e812df44187ba23e932f4666790e1ad1e2a714c) +- Update README.md [`7fee3c4`](https://github.com/SU-SWS/decanter/commit/7fee3c409d9b630bfd9f90be951659b2d47cfe73) + +#### [6.0.0-alpha.1](https://github.com/SU-SWS/decanter/compare/5.2.0...6.0.0-alpha.1) + +> 30 October 2019 + +- Use percentage for html root font size instead of px so people can scale up using browser font size preferences [`#521`](https://github.com/SU-SWS/decanter/pull/521) +- D8CORE-105: Local footer. [`#510`](https://github.com/SU-SWS/decanter/pull/510) +- Update tags with HTML5 semantic tags. [`#421`](https://github.com/SU-SWS/decanter/pull/421) +- Update package.json [`bc185c4`](https://github.com/SU-SWS/decanter/commit/bc185c41cd27719d58e2e5957e1002c9eaae8d2e) +- Update package.json [`45b4c6d`](https://github.com/SU-SWS/decanter/commit/45b4c6d968fee923e09e387c0fab55da04ac90c9) +- Merge fix with master. [`c3ee0a1`](https://github.com/SU-SWS/decanter/commit/c3ee0a146dca9e8c8de19cc49d505a2abf847dfe) + +#### [5.2.0](https://github.com/SU-SWS/decanter/compare/5.1.0...5.2.0) + +> 20 December 2019 + +- Refactor deprecated '@elseif' conditionals to supported '@else if' syntax [`#600`](https://github.com/SU-SWS/decanter/pull/600) +- added in section in PR template as per discussion with Caryl [`#560`](https://github.com/SU-SWS/decanter/pull/560) +- Create CODE_OF_CONDUCT.md [`#591`](https://github.com/SU-SWS/decanter/pull/591) +- More card variants with different media options - image icon, video, embed [`#451`](https://github.com/SU-SWS/decanter/pull/451) +- Update _button.scss [`#536`](https://github.com/SU-SWS/decanter/pull/536) +- Remove max-width on `flex-container` [`#535`](https://github.com/SU-SWS/decanter/pull/535) +- 508: Create media component [`#509`](https://github.com/SU-SWS/decanter/pull/509) +- Update CHANGELOG.md [`#533`](https://github.com/SU-SWS/decanter/pull/533) +- Global footer font-weight and spacing tweak [`#531`](https://github.com/SU-SWS/decanter/pull/531) + +#### [5.1.0](https://github.com/SU-SWS/decanter/compare/5.0.1...5.1.0) + +> 30 October 2019 + +- 5.1.0 [`#530`](https://github.com/SU-SWS/decanter/pull/530) +- Updated packages and configuration files. [`#527`](https://github.com/SU-SWS/decanter/pull/527) +- Use rem instead of em for big button font size so it doesn't blow up in sections if we set a large base font size; finetune big button padding for smaller breakpoints [`#522`](https://github.com/SU-SWS/decanter/pull/522) +- Change sizes of link icons to use px instead of em to prevent occasional clipping [`#523`](https://github.com/SU-SWS/decanter/pull/523) +- D8CORE-628: Add caption option to hero banner. [`#517`](https://github.com/SU-SWS/decanter/pull/517) +- Use percentage for html root font size instead of px so people can scale up using browser font size preferences [`#526`](https://github.com/SU-SWS/decanter/pull/526) +- Mixins documention update — @centered-column [`#448`](https://github.com/SU-SWS/decanter/pull/448) +- Adds Tugboat and fixes npm dependencies. [`#518`](https://github.com/SU-SWS/decanter/pull/518) +- Update _hero.scss [`#513`](https://github.com/SU-SWS/decanter/pull/513) +- Create Aspect Ratio Mixin [`#445`](https://github.com/SU-SWS/decanter/pull/445) +- Adding global footer variants and link tweaks for legibility, change layout at MD breakpoint to match Figma [`#500`](https://github.com/SU-SWS/decanter/pull/500) +- Add parameter to @link-icon to adjust vertical position of icon and different options for $animate parameter [`#504`](https://github.com/SU-SWS/decanter/pull/504) +- Delete card-2019-08-28.twig [`#506`](https://github.com/SU-SWS/decanter/pull/506) +- Update _input.scss [`#507`](https://github.com/SU-SWS/decanter/pull/507) +- Scale down type-a and type-b font size at xs and sm breakpoints, repurpose splash font and minor typography tweaks [`#498`](https://github.com/SU-SWS/decanter/pull/498) +- Add 4 new @modular-spacing steps (#6 to #9) and modify 2 existing steps (#3 and #4) [`#503`](https://github.com/SU-SWS/decanter/pull/503) +- add su- prefix to Decanter core and component variables, deprecate old names [`#452`](https://github.com/SU-SWS/decanter/pull/452) +- Includevar [`#496`](https://github.com/SU-SWS/decanter/pull/496) +- Put appearance back for select dropdowns [`#479`](https://github.com/SU-SWS/decanter/pull/479) +- Split input.scss into several files and add new input-base placeholder [`#476`](https://github.com/SU-SWS/decanter/pull/476) +- Add focus outline back to default buttons [`#473`](https://github.com/SU-SWS/decanter/pull/473) +- Add 'paper' option for box-shadow mixin [`#470`](https://github.com/SU-SWS/decanter/pull/470) +- Nav placeholders, color map, styles, twig files [`#466`](https://github.com/SU-SWS/decanter/pull/466) +- fix deprecation message [`#458`](https://github.com/SU-SWS/decanter/pull/458) +- su-card--link: Hide image on xs breakpoint [`#457`](https://github.com/SU-SWS/decanter/pull/457) +- date stacked component initial commit [`#373`](https://github.com/SU-SWS/decanter/pull/373) +- Add a variant for Card where the whole card is a link and add option to turn headline into a link [`#444`](https://github.com/SU-SWS/decanter/pull/444) +- Create Masthead component [`#439`](https://github.com/SU-SWS/decanter/pull/439) +- Link variants [`#450`](https://github.com/SU-SWS/decanter/pull/450) +- Create TERMSOFUSE.txt [`#441`](https://github.com/SU-SWS/decanter/pull/441) +- 436 437 cards [`#440`](https://github.com/SU-SWS/decanter/pull/440) +- DEC-381: Responsive flex classes with responsive gutters [`#425`](https://github.com/SU-SWS/decanter/pull/425) +- Use svg icons as "mask" so their colors could be changed using CSS background-color [`#426`](https://github.com/SU-SWS/decanter/pull/426) +- 424 default link style [`#427`](https://github.com/SU-SWS/decanter/pull/427) +- Update package.json [`#438`](https://github.com/SU-SWS/decanter/pull/438) +- Set up color maps for Decanter and refactor main nav colors to refer to color maps [`#420`](https://github.com/SU-SWS/decanter/pull/420) +- Move PR template [`#416`](https://github.com/SU-SWS/decanter/pull/416) +- Fix skiplink target so it doesn't take up space and cause overflow [`#415`](https://github.com/SU-SWS/decanter/pull/415) +- package.locl.json file is back [`2359738`](https://github.com/SU-SWS/decanter/commit/2359738309849cb718d6754e26964fb7b6e9a072) +- Updated package and lock files. [`77be408`](https://github.com/SU-SWS/decanter/commit/77be408dbd33975fa49bfa9a7fe9a97d944df348) + +#### [5.0.1](https://github.com/SU-SWS/decanter/compare/5.0.0...5.0.1) + +> 22 May 2019 + +- Release 5.0.1 [`#417`](https://github.com/SU-SWS/decanter/pull/417) +- Fix CSS grid gaps not displaying on Edge issue and other minor grid related issues [`#413`](https://github.com/SU-SWS/decanter/pull/413) +- More link fixup [`#388`](https://github.com/SU-SWS/decanter/pull/388) +- forgot to rebuild .js after final lint fixes [`#387`](https://github.com/SU-SWS/decanter/pull/387) +- add openNav, closeNav, openSubnav, closeSubnav events [`#379`](https://github.com/SU-SWS/decanter/pull/379) +- Fix main nav color variants and work with new linting rules [`#380`](https://github.com/SU-SWS/decanter/pull/380) +- add favicon to style guide [`#377`](https://github.com/SU-SWS/decanter/pull/377) +- Adjust linters. [`#370`](https://github.com/SU-SWS/decanter/pull/370) +- update readme.md to match Scott's intro on homepage.md [`#371`](https://github.com/SU-SWS/decanter/pull/371) +- Update README.md [`#369`](https://github.com/SU-SWS/decanter/pull/369) + +### [5.0.0](https://github.com/SU-SWS/decanter/compare/4.1.0...5.0.0) + +> 27 March 2019 + +- move the images we need for the styleguide's homepage into kss-assets [`#368`](https://github.com/SU-SWS/decanter/pull/368) +- Update README.md [`#367`](https://github.com/SU-SWS/decanter/pull/367) +- Update UPGRADE.md [`#363`](https://github.com/SU-SWS/decanter/pull/363) +- package.locl.json file is back [`#366`](https://github.com/SU-SWS/decanter/pull/366) +- Added more to changelog [`#364`](https://github.com/SU-SWS/decanter/pull/364) +- Update homepage.md [`#362`](https://github.com/SU-SWS/decanter/pull/362) +- 90 basic webpack [`#334`](https://github.com/SU-SWS/decanter/pull/334) +- Changelog for v5 [`#360`](https://github.com/SU-SWS/decanter/pull/360) +- Type Styles [`#354`](https://github.com/SU-SWS/decanter/pull/354) +- remove reference to search icon in main-nav twig and json; add documentation to Noto Sans [`#359`](https://github.com/SU-SWS/decanter/pull/359) +- Refactor site-search so the icon can be turned into inline CSS by Webpack [`#350`](https://github.com/SU-SWS/decanter/pull/350) +- Replace KSS nav with main-nav component [`#348`](https://github.com/SU-SWS/decanter/pull/348) +- Refactor card component using placeholder and match Figma design [`#332`](https://github.com/SU-SWS/decanter/pull/332) +- Use %placeholder and @extend on button mixins to see if it makes code less repetitive [`#347`](https://github.com/SU-SWS/decanter/pull/347) +- Cut down on media queries generated by @modular-spacing [`#343`](https://github.com/SU-SWS/decanter/pull/343) +- Main Nav Light on Dark Background Color Variant [`#344`](https://github.com/SU-SWS/decanter/pull/344) +- Reorganize files for CTA so it's consistent with other components [`#345`](https://github.com/SU-SWS/decanter/pull/345) +- Update main-nav.twig [`#331`](https://github.com/SU-SWS/decanter/pull/331) +- get rid of ID [`#342`](https://github.com/SU-SWS/decanter/pull/342) +- 5 Lines Lockup + Variants [`#289`](https://github.com/SU-SWS/decanter/pull/289) +- Update _alert--info.scss [`#330`](https://github.com/SU-SWS/decanter/pull/330) +- Add linear gradient background mixin [`#304`](https://github.com/SU-SWS/decanter/pull/304) +- Tweaking modular-spacing mixin to be more user friendly [`#309`](https://github.com/SU-SWS/decanter/pull/309) +- 120 Skiplinks [`#303`](https://github.com/SU-SWS/decanter/pull/303) +- 72 main nav [`#264`](https://github.com/SU-SWS/decanter/pull/264) +- Update _input.scss [`#301`](https://github.com/SU-SWS/decanter/pull/301) +- Update README.md [`#302`](https://github.com/SU-SWS/decanter/pull/302) +- 298-change "sticky-footer" mixin to target <footer> selector [`#299`](https://github.com/SU-SWS/decanter/pull/299) +- Set base font size for each breakpoint [`#295`](https://github.com/SU-SWS/decanter/pull/295) +- doc: add period [`#294`](https://github.com/SU-SWS/decanter/pull/294) +- 151 global footer tweaks [`#293`](https://github.com/SU-SWS/decanter/pull/293) +- Small bugfix for mobile. [`#291`](https://github.com/SU-SWS/decanter/pull/291) +- 282: Fix modular-spacing mixins and variables [`#290`](https://github.com/SU-SWS/decanter/pull/290) +- Fluid centered container. [`#286`](https://github.com/SU-SWS/decanter/pull/286) +- 188 Button Tweak [`#287`](https://github.com/SU-SWS/decanter/pull/287) +- Added Noto Sans Sanskrit font to package. [`#285`](https://github.com/SU-SWS/decanter/pull/285) +- Add region attribute variables to grid templates. [`#284`](https://github.com/SU-SWS/decanter/pull/284) +- Grids [`#271`](https://github.com/SU-SWS/decanter/pull/271) +- minor fixes to some of the comments in SCSS files. [`#278`](https://github.com/SU-SWS/decanter/pull/278) +- Cta fixes [`#275`](https://github.com/SU-SWS/decanter/pull/275) +- 215 Logo lockup [`#252`](https://github.com/SU-SWS/decanter/pull/252) +- 89 browsersync [`#272`](https://github.com/SU-SWS/decanter/pull/272) +- 189 Alert Component [`#263`](https://github.com/SU-SWS/decanter/pull/263) +- 216 Create site search component [`#262`](https://github.com/SU-SWS/decanter/pull/262) +- 266: Update scss file to reference logo.twig and update twig file to … [`#267`](https://github.com/SU-SWS/decanter/pull/267) +- 246 homepage [`#258`](https://github.com/SU-SWS/decanter/pull/258) +- reversed order of modular scale type mixin [`#260`](https://github.com/SU-SWS/decanter/pull/260) +- 122 hero [`#259`](https://github.com/SU-SWS/decanter/pull/259) +- 195 added all Stanford approved fonts [`#248`](https://github.com/SU-SWS/decanter/pull/248) +- change class for logo to match new naming conventions. [`#257`](https://github.com/SU-SWS/decanter/pull/257) +- px to rem [`#256`](https://github.com/SU-SWS/decanter/pull/256) +- 219 Modular typography [`#250`](https://github.com/SU-SWS/decanter/pull/250) +- fixup! wip. [`#255`](https://github.com/SU-SWS/decanter/pull/255) +- 79 card [`#241`](https://github.com/SU-SWS/decanter/pull/241) +- make color change on hover & focus less abrupt [`#253`](https://github.com/SU-SWS/decanter/pull/253) +- 249: Change CTA icon to a variable [`#251`](https://github.com/SU-SWS/decanter/pull/251) +- 223 brand bar [`#243`](https://github.com/SU-SWS/decanter/pull/243) +- Color swatches. [`#244`](https://github.com/SU-SWS/decanter/pull/244) +- 238 cleanup [`#240`](https://github.com/SU-SWS/decanter/pull/240) +- resolve 184: stop importing .css file into .scss [`#239`](https://github.com/SU-SWS/decanter/pull/239) +- 133 CTA Molecules [`#212`](https://github.com/SU-SWS/decanter/pull/212) +- Removes old symlink package [`#213`](https://github.com/SU-SWS/decanter/pull/213) +- Deploy using grunt [`#211`](https://github.com/SU-SWS/decanter/pull/211) +- 151 footer [`#208`](https://github.com/SU-SWS/decanter/pull/208) +- KSS - Custom Theme [`#186`](https://github.com/SU-SWS/decanter/pull/186) +- Table accessibility fix [`#206`](https://github.com/SU-SWS/decanter/pull/206) +- 90 basic webpack (#334) [`#90`](https://github.com/SU-SWS/decanter/issues/90) +- Delete _index.scss [`327df94`](https://github.com/SU-SWS/decanter/commit/327df94af34b0e600395227a6ceb3c873f8e5c98) +- Added composer.json [`fcc4f17`](https://github.com/SU-SWS/decanter/commit/fcc4f17cb46a7fb29b1354db6c436f6210cf0a77) +- Updated demo link in README.md. [`440f297`](https://github.com/SU-SWS/decanter/commit/440f2978297fd5b571dcf3717ff95914b5134fc0) + +#### [4.1.0](https://github.com/SU-SWS/decanter/compare/4.0.0...4.1.0) + +> 16 August 2018 + +- Decanter 161 grid version v04 [`#204`](https://github.com/SU-SWS/decanter/pull/204) +- Revert "Decanter 161 grid version v04 (#187)" [`#203`](https://github.com/SU-SWS/decanter/pull/203) +- Decanter 161 grid version v04 [`#187`](https://github.com/SU-SWS/decanter/pull/187) +- update package.json with latest in prep for npm release [`6a4725a`](https://github.com/SU-SWS/decanter/commit/6a4725a21fc19b7970349699113a33d41de82e92) +- updated changelog [`56dc6eb`](https://github.com/SU-SWS/decanter/commit/56dc6eb72463110ee5cf3b8799bd5f41a3a5a3e2) +- Update CHANGELOG.md [`efa6d2d`](https://github.com/SU-SWS/decanter/commit/efa6d2de344160e514e1109b5196d9248a616143) + +### [4.0.0](https://github.com/SU-SWS/decanter/compare/3.1.0...4.0.0) + +> 9 August 2018 + +- Decanter 161 grid version [`#179`](https://github.com/SU-SWS/decanter/pull/179) +- update version number [`6c8bb64`](https://github.com/SU-SWS/decanter/commit/6c8bb64f050d2202f8f34789cb4dee8d3d42812e) +- Update README.md [`12501d7`](https://github.com/SU-SWS/decanter/commit/12501d7d857bea6b47935e73dbda0986f8540af7) + +#### [3.1.0](https://github.com/SU-SWS/decanter/compare/3.0.0...3.1.0) + +> 9 August 2018 + +- Small Tweaks and Fixes [`#176`](https://github.com/SU-SWS/decanter/pull/176) +- added semibold and other source sans pro font styles that were missing [`#173`](https://github.com/SU-SWS/decanter/pull/173) +- ARCH-184 added images element and all necessary files to apply image defaults [`#175`](https://github.com/SU-SWS/decanter/pull/175) +- don't require kss npm package to be installed globally [`#172`](https://github.com/SU-SWS/decanter/pull/172) +- Fixes [`#154`](https://github.com/SU-SWS/decanter/pull/154) +- Update issue templates [`#116`](https://github.com/SU-SWS/decanter/pull/116) +- Create PULL_REQUEST_TEMPLATE.md [`#117`](https://github.com/SU-SWS/decanter/pull/117) +- Lando db ver [`#118`](https://github.com/SU-SWS/decanter/pull/118) +- pushing up issue templates no change from local [`c244c67`](https://github.com/SU-SWS/decanter/commit/c244c67e30829ad025f5743dcf906175341d106f) +- update version number [`577080c`](https://github.com/SU-SWS/decanter/commit/577080c4cd11e23ba8c8cd76c04e3c4a55271c71) +- Update README.md [`0bea3b4`](https://github.com/SU-SWS/decanter/commit/0bea3b417fa9020f0d3d6395223427799a2dd1af) + +### [3.0.0](https://github.com/SU-SWS/decanter/compare/2.1.0...3.0.0) + +> 16 May 2018 + +- Bourbon update [`#115`](https://github.com/SU-SWS/decanter/pull/115) +- Create CONTRIBUTING.md [`46c0e7f`](https://github.com/SU-SWS/decanter/commit/46c0e7fc05c1541d06162e2bd27a57c41d057208) + +#### [2.1.0](https://github.com/SU-SWS/decanter/compare/2.0.0...2.1.0) + +> 7 May 2018 + +- renamed all twig and json files to no longer include .html [`#111`](https://github.com/SU-SWS/decanter/pull/111) +- Icon postcard block completed with approval from John on the design [`#104`](https://github.com/SU-SWS/decanter/pull/104) +- removed FA from project; updagraded to latest normalize [`#101`](https://github.com/SU-SWS/decanter/pull/101) +- #107 specify node version [`#108`](https://github.com/SU-SWS/decanter/pull/108) +- update neat-omega, grunt, grunt-sass, jquery, and associated dependencies [`#106`](https://github.com/SU-SWS/decanter/pull/106) +- Quote tweaks [`#105`](https://github.com/SU-SWS/decanter/pull/105) +- Quote element [`#100`](https://github.com/SU-SWS/decanter/pull/100) +- Clean up, more components and elements [`#97`](https://github.com/SU-SWS/decanter/pull/97) +- Document the variables. [`#95`](https://github.com/SU-SWS/decanter/pull/95) +- prep for drupalcamp session; general clean up and org [`#94`](https://github.com/SU-SWS/decanter/pull/94) +- Newbranchname [`#92`](https://github.com/SU-SWS/decanter/pull/92) +- Kss [`#87`](https://github.com/SU-SWS/decanter/pull/87) +- Added lando config files. [`4bcd989`](https://github.com/SU-SWS/decanter/commit/4bcd9893f3c2b2d84fb8c6172bef32100ca1c796) +- Issue #51: Add KSS styleguide generator. [`376a2bf`](https://github.com/SU-SWS/decanter/commit/376a2bfad8d4a480ef5e7706e949ee5c068e0c0b) +- Added more KSS stuff. [`85c5498`](https://github.com/SU-SWS/decanter/commit/85c54981f17dfb93712b9e1a6efab96c32b4aac9) + +#### [2.0.0](https://github.com/SU-SWS/decanter/compare/1.0.0-alpha3...2.0.0) + +> 21 December 2017 + +- Updated release date in changelog [`#64`](https://github.com/SU-SWS/decanter/pull/64) +- DECANTER-000: Clearing out v1 [`d586b2e`](https://github.com/SU-SWS/decanter/commit/d586b2ea85c45baacd05b02b132f221e7e6f8a16) +- initial commit, cleaned up file org, new grunt and json files, removed depr items [`bf13ac4`](https://github.com/SU-SWS/decanter/commit/bf13ac47d7d89c1f1236f2ef3c55db1b74c17a2e) +- hero banner component [`7f16174`](https://github.com/SU-SWS/decanter/commit/7f161740067fbc73be4e0cc9a272fb8998f1dbdb) + +#### [1.0.0-alpha3](https://github.com/SU-SWS/decanter/compare/1.0.0-alpha2...1.0.0-alpha3) + +> 18 December 2017 + +- Handoff [`#51`](https://github.com/SU-SWS/decanter/pull/51) +- Update _card.scss to use the material shadow function instead of mixin. [`69501d1`](https://github.com/SU-SWS/decanter/commit/69501d1ca5bb31b1c9a963e59dbacf150dc68fcf) + +#### [1.0.0-alpha2](https://github.com/SU-SWS/decanter/compare/1.0.0-alpha1...1.0.0-alpha2) + +> 20 June 2017 + +- Homesite17 [`#50`](https://github.com/SU-SWS/decanter/pull/50) + +#### 1.0.0-alpha1 + +> 20 May 2017 + +- Prevent font loading leakage. [`#48`](https://github.com/SU-SWS/decanter/pull/48) +- grid-media enhancements [`#47`](https://github.com/SU-SWS/decanter/pull/47) +- Responsive grid collapse. [`#46`](https://github.com/SU-SWS/decanter/pull/46) +- New documentation branch. [`#44`](https://github.com/SU-SWS/decanter/pull/44) +- Properties [`#45`](https://github.com/SU-SWS/decanter/pull/45) +- Documentation [`#42`](https://github.com/SU-SWS/decanter/pull/42) +- Font Loading Strategy [`#43`](https://github.com/SU-SWS/decanter/pull/43) +- There is full browser support for <blockquote> and <q> elements. Apparently nobody has really bothered to implement them, but they are there, in the spec, being awesome. [`#41`](https://github.com/SU-SWS/decanter/pull/41) +- .card component [`#39`](https://github.com/SU-SWS/decanter/pull/39) +- Document and add to Color System [`#37`](https://github.com/SU-SWS/decanter/pull/37) +- Breakpoint helper improvements [`#36`](https://github.com/SU-SWS/decanter/pull/36) +- Flex Containers, flex-items-per-row [`#35`](https://github.com/SU-SWS/decanter/pull/35) +- Refactor flex-container to make it easier to input parameters [`#32`](https://github.com/SU-SWS/decanter/pull/32) +- Conditionalize BPH helper output [`#33`](https://github.com/SU-SWS/decanter/pull/33) +- Suggested Updates for default container maps [`#30`](https://github.com/SU-SWS/decanter/pull/30) +- centered-container [`#29`](https://github.com/SU-SWS/decanter/pull/29) +- Items per row [`#28`](https://github.com/SU-SWS/decanter/pull/28) +- Adjust container width [`#26`](https://github.com/SU-SWS/decanter/pull/26) +- Twigs [`#21`](https://github.com/SU-SWS/decanter/pull/21) +- Refactor container system [`#23`](https://github.com/SU-SWS/decanter/pull/23) +- standards and enforcement [`#20`](https://github.com/SU-SWS/decanter/pull/20) +- Namespace rollup files: [`#16`](https://github.com/SU-SWS/decanter/pull/16) +- Integration [`#12`](https://github.com/SU-SWS/decanter/pull/12) +- Compile [`#11`](https://github.com/SU-SWS/decanter/pull/11) +- Docs [`#10`](https://github.com/SU-SWS/decanter/pull/10) +- Initialize bitters scaffold [`#4`](https://github.com/SU-SWS/decanter/pull/4) +- Linters Standards and Bug Fixes [`#9`](https://github.com/SU-SWS/decanter/pull/9) +- Add sass-import-once plugin [`#6`](https://github.com/SU-SWS/decanter/pull/6) +- Dot file configuration. [`#5`](https://github.com/SU-SWS/decanter/pull/5) +- update package.json [`#3`](https://github.com/SU-SWS/decanter/pull/3) +- Add package.json file [`#2`](https://github.com/SU-SWS/decanter/pull/2) +- Adding folders [`#1`](https://github.com/SU-SWS/decanter/pull/1) +- Dot file configuration. git attributes, editor attributes, code climate engines, and linting [`104ede1`](https://github.com/SU-SWS/decanter/commit/104ede14908e27402fc0189b3d19ee6a844009ee) +- Add empty important comment before properties mixin to hijack source map (I don’t know why this works. It’s magic) [`8f2120d`](https://github.com/SU-SWS/decanter/commit/8f2120d7a523bbe69decdb4970686a7b942f0a15) +- !fixup !test - Ad-hoc source mapping [`d78192d`](https://github.com/SU-SWS/decanter/commit/d78192d6b9c11a174ad66afb628fcfd9d713e52c) diff --git a/package-lock.json b/package-lock.json index 975b13c8e..2aabea3ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "decanter", - "version": "7.0.0-dev", + "version": "7.0.0-alpha.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 33f1fef0e..fe282218b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "decanter", "description": "Pattern Library and CSS Framework.", "author": "Stanford University", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "homepage": "https://github.com/SU-SWS/decanter", "license": "MIT", "scripts": {