Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(merge main):patched commit → 90acd33 #2878

Merged
merged 6 commits into from
Mar 4, 2025

Conversation

@louismaximepiton louismaximepiton added v5 chore merge Sync with Bootstrap labels Mar 4, 2025
Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for boosted ready!

Name Link
🔨 Latest commit 317310b
🔍 Latest deploy log https://app.netlify.com/sites/boosted/deploys/67c6e22ae0dbf40008f09c3a
😎 Deploy Preview https://deploy-preview-2878--boosted.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -932,7 +932,7 @@ Boosted's modal class exposes a few events for hooking into modal functionality.
| Event | Description |
| --- | --- |
| `hidden.bs.modal` | This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete). |
| `hide.bs.modal` | This event is fired immediately when the `hide` instance method has been called. |
| `hide.bs.modal` | This event is fired immediately when the `hide` instance method has been called. Can be prevented by calling `event.preventDefault()`. See [JavaScript events documentation]({{< docsref "/getting-started/javascript#events" >}}) for more details on event prevention. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason why we don't have the same order than Bootstrap here ? (hide is before hidden on bootstrap's side)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I don't know tbh, I'll change it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I think it's for alphabetical order. Tell me if I should revert or not 317310b

@vprothais vprothais merged commit 3a687e4 into main Mar 4, 2025
14 checks passed
@vprothais vprothais deleted the main-merge-bootstrap-b7f3d6a branch March 4, 2025 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore merge Sync with Bootstrap v5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants