Releases: Financial-Times/dotcom-page-kit
v10.3.0 Changes on search bar
What's Changed
Modify and change structure and design of drawer search bar and searchbar by @danieleruiz in #1047
Full changelog: v10.2.0...v10.3.0
v10.2.0
v10.1.0 Replace myFT logo with My Account in sticky header
What's Changed
- Replace sticky header myFT link with My Account / Sign in by @GlynnPhillips in #1042
Full Changelog: v10.0.1...v10.1.0
v9.6.0 Replace myFT with My Account in the sticky header
What's Changed
- Replace sticky header myFT link with My Account / Sign in - v9 by @GlynnPhillips in #1045
Full Changelog: v9.5.1...v9.6.0
v10.0.1 - Add correct o-header peer dependency and engine versions
What's Changed
In v9.5.0 o-header was only updated in the dev dependencies and missed from the peer dependencies, this has been fixed in this change.
It also includes updates to the package-lock to reflect the engines that are now supported in v10
- fix: Update o-header peer dependency by @GlynnPhillips in #1043
Full Changelog: v10.0.0...v10.0.1
v10.0.0 - Add option to use sass-embed for faster sass build times!
What's Changed
- Add Platforms team as codeowner of dotcom-build-sass package by @joelcarr in #1041
- Drop Node 16 and npm 7 by @joelcarr in #1040
- feat!(build-sass): support sass-embedded by @debugwand in #1038
Full Changelog: v9.5.0...v10.0.0
v9.5.1
What's Changed
- fix: Update o-header peer dependency by @GlynnPhillips in #1044
Full Changelog: v9.5.0...v9.5.1
v9.5.0
What's Changed
- Update My Account header styles to latest o-header by @GlynnPhillips in #1039
Full Changelog: v9.4.1...v9.5.0
v10.0.0-beta.0
Optionally allow user to use sass-embedded rather than sass for building CSS.
This requires sass-loader to use at least v10. This can cause breaking changes if your SASS has imported local things without setting the right path, e.g. using components/video
rather than ../../components/video
from a file such as client/components/something/_item.scss
, where that file is included in client/main.scss
prependData
option is deprecated in favour of additionalData
option
v9.4.1
What's Changed
- My Account & myFT entry points rollout by @GlynnPhillips in #1035
- ADSDEV-1856/Remove-references-to-smartmatch by @MarjanMagharehi in #1036
- Add id attribute to the Ask FT buttons by @Ventzy in #1037
New Contributors
- @MarjanMagharehi made their first contribution in #1036
Full Changelog: v9.4.0...v9.4.1