2.1 KiB
2.1 KiB
Changelog
1.0.2
- new grist logo
1.0.1
- fix france-transfert/tchap/webconf logos (there were not the correct design)
1.0.0
Mark stable release!
- new service logos
- dev: add routes to test all homepage variants
0.1.8
- homepage: new "description" prop on
<HomepageContent>to easily add custom content under the tagline. This matches this HTML:<div class="lasuite-homepage__desc-container"></div>. - gaufre: new
variantprop on<Gaufre>to impact visuals. Set tosmallorresponsive. Matches CSS classeslasuite-gaufre-btn--smallandlasuite-gaufre-btn--responsive.
0.1.6
- gaufre: hide the button if the gaufre.js script is not available
- gaufre: match DSFR tertiary button styling (gray-ish button border)
- gaufre: add a "button pressed" style
- gaufre: support DSFR dark theme via the
html[data-fr-scheme="dark"]CSS selector
0.1.5
- homepage tagline: hide breaklines on mobile devices
0.1.3
Notable thing:
- the embedded DSFR styles required for the La Suite styles to work are now generated behind a specific CSS selector to have somewhat scoped CSS
- there is a new
dist/css/prefixed-dsfr.cssthat includes the "scoped" DSFR styles - the
dist/css/required-dsfr.csshas been renamed todist/css/raw-dsfr.cssand still includes the untransformed DSFR styles - the
dist/css/homepage-full.cssfile contains the scoped DSFR styles
Small changes:
- red border styling on top is now applied on header, not on homepage container
- fix tagline outputting an unnecessary trailing br tag
- fix homepage content background photo sizing
- fix spacing issue on the bottom of the ProConnect button
Dev :
- dev components are now all in a
devfolder to better understand what is generated in the npm package and what is used only while developing - better test the "full" and "standalone" CSS versions of the homepage
0.1.2
- Export more CSS in
dist/cssto enable fine-grained CSS usage. It prevents having to include the Gaufre CSS two times if we consume both homepage and gaufre CSS files.
0.1.1
- Add new services icons in public/logos.
0.1.0
First release!