Skip to content

Commit

Permalink
integration: v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhabitela committed May 15, 2024
1 parent 4b64642 commit 741cd35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 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 `variant` prop on `<Gaufre>` to impact visuals. Set to `small` or `responsive`. Matches CSS classes `lasuite-gaufre-btn--small` and `lasuite-gaufre-btn--responsive`.

## 0.1.6

- gaufre: hide the button if the gaufre.js script is not available
Expand Down
4 changes: 2 additions & 2 deletions packages/integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr-lasuite/integration",
"version": "0.1.6",
"version": "0.1.8",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 741cd35

Please sign in to comment.