Mark Otto
b6f7ec7ddd
Streamline release prep script ( #41539 )
...
* Streamline release prep script
* Delete local branch if already existing
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-06-12 11:24:10 -07:00
Julien Déramond
f63e5494b0
Build(deps-dev): Bump the development-dependencies group with 3 updates ( #41540 )
2025-06-12 07:20:04 +02:00
Julien Déramond
6f1783df08
Build(deps-dev): Bump zod from 3.25.57 to 3.25.58
2025-06-11 06:41:05 +02:00
Julien Déramond
e0032ae6a5
Release v5.3.7 ( #41509 )
2025-06-10 08:44:49 -07:00
Julien Déramond
0f63de9e73
Build(deps-dev): Bump zod from 3.25.56 to 3.25.57
2025-06-10 07:03:07 +02:00
Julien Déramond
37f33ff678
Build(deps-dev): Bump the development-dependencies group with 2 updates ( #41531 )
2025-06-09 21:02:29 +02:00
Mark Otto
03f27a2b89
Docs: add example of showing dynamic range value with output ( #41516 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-06-09 14:18:42 +02:00
Julien Déramond
f04b980e74
Docs: enhance floating labels placeholder
usage description ( #41526 )
2025-06-09 13:57:57 +02:00
Julien Déramond
1c00b1fc88
Build(deps-dev): Bump the development-dependencies group with 3 updates ( #41528 )
2025-06-08 08:19:53 +02:00
Julien Déramond
590226f8f4
Build(deps-dev): Bump the development-dependencies group with 2 updates
2025-06-06 20:03:07 +02:00
Julien Déramond
0a9fa30c82
Build(deps-dev): Bump the development-dependencies group with 4 updates ( #41525 )
2025-06-05 20:59:46 +02:00
dependabot[bot]
0b6c09abb2
Build(deps-dev): Bump zod from 3.25.48 to 3.25.49 ( #41513 )
...
Bumps the development-dependencies group with 1 update: [zod](https://github.com/colinhacks/zod ).
Updates `zod` from 3.25.48 to 3.25.49
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.48...v3.25.49 )
---
updated-dependencies:
- dependency-name: zod
dependency-version: 3.25.49
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 07:23:25 +02:00
Mark Otto
e6fdd27b73
Mentions CDN integrity and crossorigin attributes in Intro docs page ( #41515 )
2025-06-03 14:53:40 -07:00
Amit Rathiesh
13aa16a99b
Fix: Popover with hover and click triggers closes on mouseleave ( #41511 )
...
* Fix: Popover with hover and click triggers closes on mouseleave
When a popover is configured with `trigger: 'hover click'`,
if you open it by a click, it would incorrectly close when the
mouse pointer leaves the trigger element. This was because the
`mouseleave` event (part of the hover trigger) would hide the
popover without adequately respecting the click trigger's intent
to keep it open.
This commit modifies the click event listener within `Tooltip.js`
(which Popover extends) to explicitly manage the `_activeTrigger[TRIGGER_CLICK]`
state:
- When a click opens the popover or makes a hover-opened popover
sticky, `_activeTrigger[TRIGGER_CLICK]` is set to `true`.
- When a click closes an already click-activated popover,
`_activeTrigger[TRIGGER_CLICK]` is set to `false`.
The `_leave()` method, called by `mouseleave`, already checks
`_isWithActiveTrigger()`. With `_activeTrigger[TRIGGER_CLICK]`
now accurately reflecting the click state, `_leave()` will not
hide a click-activated popover when the mouse leaves the trigger
element. The popover will now correctly remain open until a
subsequent click closes it.
* Removed `test-popover.html`
* Fix linting issues
* Add unit test
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-06-03 12:19:24 -07:00
Julien Déramond
3c1e17823a
Build(deps-dev): Bump zod from 3.25.42 to 3.25.48
2025-06-02 19:43:44 +02:00
Julien Déramond
fb5409b65f
Build(deps-dev): Bump @babel/core from 7.27.3 to 7.27.4
2025-05-31 10:32:04 +02:00
Julien Déramond
6b53c4464a
Regenerate package-lock.json
2025-05-30 10:19:29 +02:00
Julien Déramond
39650db732
Update devDependencies
2025-05-30 10:19:29 +02:00
Mark Otto
12bc56aa11
fix linter ( #41507 )
2025-05-29 13:24:22 -07:00
Mark Otto
195a80686c
Add section to Download page for IntelliSense extension ( #41492 )
2025-05-29 12:06:58 -07:00
Christian Oliff
fd879c0779
Add VSCode Extensions & Settings Configs ( #41498 )
...
Fixes : #41496
2025-05-29 12:06:36 -07:00
Mark Otto
6b3649d369
Move ads to right sidebar to reduce reflow ( #41506 )
...
* Move ads to right sidebar to reduce reflow
* Adjust and fix linter
* More
2025-05-29 12:04:21 -07:00
Julien Déramond
29b45d4c28
CI: switch to Node.js 22 ( #41503 )
2025-05-27 21:36:03 +02:00
dependabot[bot]
c8b471b660
Build(deps-dev): Bump the development-dependencies group with 8 updates ( #41502 )
...
Bumps the development-dependencies group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark ) | `6.3.1` | `6.3.2` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx ) | `4.2.6` | `4.3.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.27.1` | `7.27.3` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) | `5.7.13` | `5.8.0` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `8.0.2` | `8.0.4` |
| [rollup](https://github.com/rollup/rollup ) | `4.41.0` | `4.41.1` |
| [terser](https://github.com/terser/terser ) | `5.39.2` | `5.40.0` |
| [zod](https://github.com/colinhacks/zod ) | `3.25.7` | `3.25.30` |
Updates `@astrojs/markdown-remark` from 6.3.1 to 6.3.2
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@6.3.2/packages/markdown/remark )
Updates `@astrojs/mdx` from 4.2.6 to 4.3.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.0/packages/integrations/mdx )
Updates `@astrojs/prism` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-prism/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/prism@3.3.0/packages/astro-prism )
Updates `@babel/core` from 7.27.1 to 7.27.3
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-core )
Updates `astro` from 5.7.13 to 5.8.0
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.8.0/packages/astro )
Updates `npm-run-all2` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v8.0.2...v8.0.4 )
Updates `rollup` from 4.41.0 to 4.41.1
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.41.0...v4.41.1 )
Updates `terser` from 5.39.2 to 5.40.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.39.2...v5.40.0 )
Updates `zod` from 3.25.7 to 3.25.30
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/commits/v3.25.30 )
---
updated-dependencies:
- dependency-name: "@astrojs/markdown-remark"
dependency-version: 6.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@astrojs/mdx"
dependency-version: 4.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@astrojs/prism"
dependency-version: 3.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@babel/core"
dependency-version: 7.27.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: astro
dependency-version: 5.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-version: 8.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-version: 4.41.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: terser
dependency-version: 5.40.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: zod
dependency-version: 3.25.30
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-05-27 21:22:22 +02:00
Louis-Maxime Piton
81b815358f
Docs: clarify "Via JavaScript" usage example for Accordion Collapse ( #41501 )
2025-05-27 20:32:14 +02:00
Maxime Lardenois
3663e3a061
Docs: add aria label on section headings anchor links ( #41487 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2025-05-25 14:56:22 +02:00
Julien Déramond
a61555b6c2
Examples: remove unused myChart
variable ( #41494 )
2025-05-25 14:29:41 +02:00
Julien Déramond
1e7a20a24c
Fix lint warnings in site/src/libs/path.ts
2025-05-25 14:23:16 +02:00
Louis-Maxime Piton
d6ca5ba35b
Docs: fix local assets path handling for Windows compatibility ( #41485 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-05-25 14:20:20 +02:00
Maxime Lardenois
374c8a1e1f
Docs: fix typo in Masonry example ( #41486 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-05-23 11:14:11 +02:00
Louis-Maxime Piton
a749136ce2
Docs: enhance 'On this page' ToC accessibility ( #41483 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-05-23 11:06:18 +02:00
Louis-Maxime Piton
1c3b53bc0b
Docs: ensure stackblitz.js
loads conditionally as intended ( #41482 )
...
Co-authored-by: Vincent Prothais <vincent.prothais@orange.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-05-23 09:47:55 +02:00
Bardi Harborow
eeb12099b6
Docs: Refine sanitizer documentation ( #41434 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-05-22 21:48:52 +02:00
dependabot[bot]
c85346d0bc
Build(deps-dev): Bump the development-dependencies group with 6 updates ( #41478 )
...
Bumps the development-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) | `5.7.12` | `5.7.13` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html ) | `8.1.2` | `8.1.3` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `8.0.1` | `8.0.2` |
| [rollup](https://github.com/rollup/rollup ) | `4.40.2` | `4.41.0` |
| [terser](https://github.com/terser/terser ) | `5.39.1` | `5.39.2` |
| [zod](https://github.com/colinhacks/zod ) | `3.24.4` | `3.25.7` |
Updates `astro` from 5.7.12 to 5.7.13
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@5.7.13/packages/astro )
Updates `eslint-plugin-html` from 8.1.2 to 8.1.3
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.2...v8.1.3 )
Updates `npm-run-all2` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v8.0.1...v8.0.2 )
Updates `rollup` from 4.40.2 to 4.41.0
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.40.2...v4.41.0 )
Updates `terser` from 5.39.1 to 5.39.2
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.39.1...v5.39.2 )
Updates `zod` from 3.24.4 to 3.25.7
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/commits )
---
updated-dependencies:
- dependency-name: astro
dependency-version: 5.7.13
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint-plugin-html
dependency-version: 8.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-version: 8.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: rollup
dependency-version: 4.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: terser
dependency-version: 5.39.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: zod
dependency-version: 3.25.7
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 19:17:43 +02:00
Julien Déramond
7f946d4241
Consolidate multiple 'none' values in box-shadow
Sass mixin ( #41469 )
2025-05-19 20:53:18 -07:00
Julien Déramond
e5b9f37149
Fix HTML head content built from 'Download examples' button ( #41468 )
2025-05-19 12:52:34 -07:00
dependabot[bot]
0a005b3604
Build(deps-dev): Bump terser from 5.39.0 to 5.39.1 ( #41467 )
...
Bumps the development-dependencies group with 1 update in the / directory: [terser](https://github.com/terser/terser ).
Updates `terser` from 5.39.0 to 5.39.1
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.39.0...v5.39.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-version: 5.39.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-13 21:43:32 +02:00
Julien Déramond
e4720759c0
Update devDependencies
( #41464 )
2025-05-13 21:02:04 +02:00
dependabot[bot]
a74579119a
Build(deps): Bump streetsidesoftware/cspell-action from 6 to 7 ( #41462 )
...
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action ) from 6 to 7.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-13 20:39:39 +02:00
Julien Déramond
03f6129e6f
Realign package.json
dev deps versions from lock file ( #41461 )
2025-05-12 22:55:38 +02:00
Julien Déramond
ac0e962d32
Drop ununsed @types/google.analytics
dev dependency and bump @types
dev dependencies ( #41456 )
...
Co-authored-by: Christian Oliff <christianoliff@pm.me>
2025-05-09 18:57:35 +02:00
Julien Déramond
0f19b06745
Update devDependencies
( #41450 )
2025-05-07 17:24:20 +02:00
Julien Déramond
06f4e79cc7
Update devDependencies
( #41445 )
2025-05-06 19:09:11 +02:00
Julien Déramond
33b1b0e7b8
Update devDependencies
( #41443 )
2025-05-06 18:55:23 +02:00
Julien Déramond
6fb43fb737
Add re-synchronization of gh-pages
branch in 'docs-prep.sh'
2025-05-06 16:58:08 +02:00
AlexKoala
cababca0b9
Docs: fix broken "View on GitHub" URLs ( #41440 )
2025-05-06 16:46:51 +02:00
Mark Otto
f849680d16
Release v5.3.6 ( #41406 )
...
* Update to v5.3.6
* Rebuild
* Rebuild
v5.3.6
2025-05-05 12:21:55 -07:00
Mark Otto
dddd792ffe
Add docs release prep script ( #41435 )
...
* Add docs release prep script
* Fix indentation
* Add argument
* Remote empty site dir, update completion text
2025-05-05 12:07:30 -07:00
Gaël Poupard
c5bec4ea7b
fix(visually-hidden): prevent overflowing children to become focusable ( #41286 )
2025-05-04 13:21:30 -07:00
Julien Déramond
4c98145482
Update devDependencies and regenerate package-lock.json ( #41425 )
2025-05-01 20:56:40 +02:00