Releases: SU-SWS/decanter
Releases · SU-SWS/decanter
6.2.0
6.1.3
6.1.2
6.1.1
6.1.0
What's new
- Updates to all NPM packages and dependencies
- New nvm version requirement setting at 14.8.0
- D8CORE-2490: All new refactored alert component
- D8CORE-2544: Link is external A11y changes to brandbar
- D8CORE-1403: A11y changes to footer
- Add search_input_id variable for masthead search box template
- Minor semantic changes to template tags.
Upgrading from 6.0.6
Template changes to a few components (footer, search, alerts) may require you to
update your markup or adjust your twig variables.
New versions of nvm required. Run nvm install
& nvm use
before updating your
npm packages.
New npm package versions. Run npm install
or npm update
to get the latest.
Removed a few SVGs out of dist/assets
that are no longer being used in the
components. Please switch to core/src/img
if you were using them.
New FontAwesome font for fa-solid-900 that will need to be added to your fonts
if you moved them somewhere outside of a webpack build.
6.0.6
What's new
- 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)
Upgrading from 6.0.5
- Nothing special required unless you used check.png directly as that is gone now. Switch to check.svg.
6.0.5
6.0.4
What's new
- 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.
Upgrading from 6.0.3
- Nothing special required.
6.0.3
6.0.2
What's new
- 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
Upgrading from 6.0.1
- Nothing special required but if you had special styles on the brand bar
<section>
element you will want to refactor to use the css class.