integration v0.1.3
This commit is contained in:
@@ -1,12 +1,33 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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.css` that includes the "scoped" DSFR styles
|
||||||
|
- the `dist/css/required-dsfr.css` has been renamed to `dist/css/raw-dsfr.css` and still includes the untransformed DSFR styles
|
||||||
|
- the `dist/css/homepage-full.css` file 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 `dev` folder 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
|
## 0.1.2
|
||||||
|
|
||||||
- Export more CSS in `dist/css` to enable fine-grained CSS usage. It prevents having to include the Gaufre CSS two times if we consume both homepage and gaufre CSS files.
|
- Export more CSS in `dist/css` to 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
|
## 0.1.1
|
||||||
|
|
||||||
- Add new services icons in public/logos
|
- Add new services icons in public/logos.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
|
|||||||
4
packages/integration/package-lock.json
generated
4
packages/integration/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-syntax-import-attributes": "^7.24.1",
|
"@babel/plugin-syntax-import-attributes": "^7.24.1",
|
||||||
"@fullhuman/postcss-purgecss": "^6.0.0",
|
"@fullhuman/postcss-purgecss": "^6.0.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
8
website/package-lock.json
generated
8
website/package-lock.json
generated
@@ -15,7 +15,7 @@
|
|||||||
"@astrojs/starlight": "^0.21.5",
|
"@astrojs/starlight": "^0.21.5",
|
||||||
"@fastify/compress": "^7.0.3",
|
"@fastify/compress": "^7.0.3",
|
||||||
"@fastify/static": "^7.0.3",
|
"@fastify/static": "^7.0.3",
|
||||||
"@gouvfr-lasuite/integration": "^0.1.1",
|
"@gouvfr-lasuite/integration": "^0.1.3",
|
||||||
"@types/prismjs": "^1.26.3",
|
"@types/prismjs": "^1.26.3",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "^18.3.1",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.0",
|
||||||
@@ -1483,9 +1483,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@gouvfr-lasuite/integration": {
|
"node_modules/@gouvfr-lasuite/integration": {
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.3.tgz",
|
||||||
"integrity": "sha512-hoKnEUw8WhZOJV43p0x2xmh2HVNV4RvDtSJq4QhAqbyH1pn3kDslxcwepzHmhOsUighLchalxi0nq8Lai/tNhA==",
|
"integrity": "sha512-WvAaMyEcNZkNX88Rbi6xo1rxFIGjsg3w8Gxi5NKVyNY0Ph2dXcGkP63ybCKD8JAsWHfxwAvs82wqXFZk5RCJ1g==",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/react": "*",
|
"@types/react": "*",
|
||||||
"@types/react-dom": "*",
|
"@types/react-dom": "*",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"@astrojs/starlight": "^0.21.5",
|
"@astrojs/starlight": "^0.21.5",
|
||||||
"@fastify/compress": "^7.0.3",
|
"@fastify/compress": "^7.0.3",
|
||||||
"@fastify/static": "^7.0.3",
|
"@fastify/static": "^7.0.3",
|
||||||
"@gouvfr-lasuite/integration": "^0.1.1",
|
"@gouvfr-lasuite/integration": "^0.1.3",
|
||||||
"@types/prismjs": "^1.26.3",
|
"@types/prismjs": "^1.26.3",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "^18.3.1",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user