Skip to content

Commit 91d8775

Browse files
committed
Merge branch 'main' into feature/autoset-title-when-possible-on-html
2 parents d6f0682 + 6d7d61c commit 91d8775

File tree

4 files changed

+671
-584
lines changed

4 files changed

+671
-584
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Upgrade Marpit to [v3.1.3](https://github.com/marp-team/marpit/releases/tag/v3.1.3) ([#654](https://github.com/marp-team/marp-cli/pull/654), [#657](https://github.com/marp-team/marp-cli/pull/657))
1212
- Upgrade Marp Core to [v4.1.0](https://github.com/marp-team/marp-core/releases/v4.1.0) ([#657](https://github.com/marp-team/marp-cli/pull/657))
1313
- Transform Unicode 16 emojis into Twemoji images by default
14-
- Upgrade dependent packages to the latest version ([#657](https://github.com/marp-team/marp-cli/pull/657))
14+
- Upgrade dependent packages to the latest version ([#657](https://github.com/marp-team/marp-cli/pull/657), [#663](https://github.com/marp-team/marp-cli/pull/663))
1515
- Upgrade development Node.js LTS ([#658](https://github.com/marp-team/marp-cli/pull/658))
1616

1717
## v4.1.2 - 2025-02-21

docs/bespoke-transitions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Marp CLI's `bespoke` HTML template supports **slide transition animations**, tha
1010

1111
## Prerequisite
1212

13-
The slide transition depends on **[View Transition] API** in the using browser. _We does never lock in to a specific JavaScript library_, as same as other Marp ecosystem projects :)
13+
The slide transition depends on **[View Transition API][view transition]** in the using browser. _We does never lock in to a specific JavaScript library_, as same as other Marp ecosystem projects :)
1414

1515
To show transition animations, a viewer has to show HTML slide in the browser which have supported View Transition.
1616

@@ -21,7 +21,7 @@ To show transition animations, a viewer has to show HTML slide in the browser wh
2121
- **Chrome**: ✅ (111-)
2222
- **Edge**: ✅ (111-)
2323
- **Safari**: ✅ (18.2-)
24-
- **Firefox**: :x:
24+
- **Firefox**: Testable in [Firefox 139](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/139#experimental_web_features) and later (requires `dom.viewTransitions.enabled` preference to be set to `true` in `about:config`)
2525

2626
## `transition` local directive
2727

0 commit comments

Comments
 (0)