Conversation
|
🚀 Preview is available at https://039f4b07.enterprise-contract.pages.dev |
4de6708 to
8f5d08f
Compare
|
🚀 Preview is available at https://08300ee1.enterprise-contract.pages.dev |
8f5d08f to
063bccc
Compare
|
🚀 Preview is available at https://6626ba07.enterprise-contract.pages.dev |
063bccc to
d1bb21f
Compare
|
🚀 Preview is available at https://547ec4d3.enterprise-contract.pages.dev |
d1bb21f to
085816e
Compare
|
🚀 Preview is available at https://777ca95c.enterprise-contract.pages.dev |
085816e to
04a82b2
Compare
|
🚀 Preview is available at https://41dff465.enterprise-contract.pages.dev |
04a82b2 to
d42d94a
Compare
|
🚀 Preview is available at https://604b8a26.enterprise-contract.pages.dev |
d3d3ce0 to
8b18491
Compare
8b18491 to
7fc3e4c
Compare
|
🚀 Preview is available at https://cfdb8b39.enterprise-contract.pages.dev |
7fc3e4c to
ab5547c
Compare
|
🚀 Preview is available at https://360d8039.enterprise-contract.pages.dev |
ab5547c to
aa15d89
Compare
|
🚀 Preview is available at https://bf28eac1.enterprise-contract.pages.dev |
aa15d89 to
f3e5e17
Compare
|
🚀 Preview is available at https://616905ac.enterprise-contract.pages.dev |
f3e5e17 to
ba15753
Compare
|
🚀 Preview is available at https://8b6dfc34.enterprise-contract.pages.dev |
This PR contains the following updates:
11.12.1→11.14.04.59.1→4.80.0Release Notes
mermaid-js/mermaid (mermaid)
v11.14.0Compare Source
Thanks to our awesome mermaid community that contributed to this release: @ashishjain0512, @tractorjuice, @autofix-ci[bot], @aloisklink, @knsv, @kibanana, @chandershekhar22, @khalil, @ytatsuno, @sidharthv96, @github-actions[bot], @dripcoding, @knsv-bot, @jeroensmink98, @Alex9583, @GhassenS, @omkarht, @darshanr0107, @leentaylor, @lee-treehouse, @veeceey, @turntrout, @Mermaid-Chart, @BambioGaming, Claude
Releases
@mermaid-js/examples@1.2.0
Minor Changes
efe218a- add new TreeView diagrammermaid@11.14.0
Minor Changes
#7526
efe218a- Add Wardley Maps diagram type (beta)Adds Wardley Maps as a new diagram type to Mermaid (available as
wardley-beta). Wardley Maps are visual representations of business strategy that help map value chains and component evolution.Features:
Implementation includes parser, D3.js renderer, unit tests, E2E tests, and comprehensive documentation.
#7526
efe218a- feat: implement neo look styling for state diagrams#7526
efe218a- feat: implement neo look support for sequence diagrams with drop shadows, and enhanced styling#7526
efe218a- feat: addrandomizeconfig option for architecture diagrams, defaulting tofalsefor deterministic layout#7526
efe218a- feat: Add option to change timeline direction#7526
efe218a- Fix duplicate SVG element IDs when rendering multiple diagrams on the same page. Internal element IDs (nodes, edges, markers, clusters) are now prefixed with the diagram's SVG element ID across all diagram types. Custom CSS or JS using exact ID selectors like#arrowheadshould use attribute-ending selectors like[id$="-arrowhead"]instead.#7526
efe218a- feat: implement neo look styling for ER diagrams#7526
efe218a- feat: implement neo look styling for requirement diagrams#7526
efe218a- feat: add theme support for data label colour in xy chart#7526
efe218a- feat: implement neo look styling for mindmap diagrams#7526
efe218a- feat: implement neo look for mermaid flowchart diagrams#7526
efe218a- feat: implement neo look and themes for class diagram#7526
efe218a- feat: add showDataLabelOutsideBar option for xy chart#7526
efe218a- feat: implement neo look support for timeline diagram with drop shadows, additoinal redux themes and enhanced styling#7526
efe218a- feat: implement neo look and themes for gitGraph diagram#7526
efe218a- add new TreeView diagramPatch Changes
#7526
efe218a- add link to ishikawa diagram on mermaid.js.org#7526
efe218a- docs: document valid duration token formats in gantt.md#7526
efe218a- fix: ER diagram parsing when using "1" as entity identifier on right sideThe parser was incorrectly tokenizing the second "1" in patterns like
a many to 1 1:because the lookahead rule only checked for alphabetic characters after whitespace, not digits. Added a new lookahead pattern"1"(?=\s+[0-9])to correctly identify the cardinality alias before a numeric entity name.Fixes #7472
#7526
efe218a- fix: scope cytoscape label style mapping to edges with labels to prevent console warnings#7526
efe218a- fix: support inline annotation syntax in class diagrams (class Shape <>)#7526
efe218a- fix: Align branch label background with text for multi-line labels in LR GitGraph layout#7526
efe218a- fix: preserve cause hierarchy when ishikawa effect is indented more than causes#7526
efe218a- refactor: remove unused createGraphWithElements function and add regression test for open edge arrowheads#7526
efe218a- fix: Prevent long pie chart titles from being clipped by expanding the viewBox#7526
efe218a- fix: prevent sequence diagram hang when "as" is used without a trailing space in participant declarations#7526
efe218a- fix: warn whenstylestatement targets a non-existent node in flowcharts#7526
efe218a- fix: group state diagram SVG children under single root element#7526
efe218a- fix: Allow :::className syntax inside composite state blocks#7526
efe218aThanks @aloisklink, @BambioGaming! - fix: prevent escaping<and&whenhtmlLabels: false#7526
efe218a- fix: treemap title and labels use theme-aware colors for dark backgroundsUpdated dependencies [
efe218a]:@mermaid-js/parser@1.1.0
Minor Changes
efe218a- add new TreeView diagram@mermaid-js/tiny@11.14.0
Minor Changes
#7526
efe218a- Add Wardley Maps diagram type (beta)Adds Wardley Maps as a new diagram type to Mermaid (available as
wardley-beta). Wardley Maps are visual representations of business strategy that help map value chains and component evolution.Features:
Implementation includes parser, D3.js renderer, unit tests, E2E tests, and comprehensive documentation.
#7526
efe218a- feat: implement neo look styling for state diagrams#7526
efe218a- feat: implement neo look support for sequence diagrams with drop shadows, and enhanced styling#7526
efe218a- feat: addrandomizeconfig option for architecture diagrams, defaulting tofalsefor deterministic layout#7526
efe218a- feat: Add option to change timeline direction#7526
efe218a- Fix duplicate SVG element IDs when rendering multiple diagrams on the same page. Internal element IDs (nodes, edges, markers, clusters) are now prefixed with the diagram's SVG element ID across all diagram types. Custom CSS or JS using exact ID selectors like#arrowheadshould use attribute-ending selectors like[id$="-arrowhead"]instead.#7526
efe218a- feat: implement neo look styling for ER diagrams#7526
efe218a- feat: implement neo look styling for requirement diagrams#7526
efe218a- feat: add theme support for data label colour in xy chart#7526
efe218a- feat: implement neo look styling for mindmap diagrams#7526
efe218a- feat: implement neo look for mermaid flowchart diagrams#7526
efe218a- feat: implement neo look and themes for class diagram#7526
efe218a- feat: add showDataLabelOutsideBar option for xy chart#7526
efe218a- feat: implement neo look support for timeline diagram with drop shadows, additoinal redux themes and enhanced styling#7526
efe218a- feat: implement neo look and themes for gitGraph diagram#7526
efe218a- add new TreeView diagramPatch Changes
#7526
efe218a- add link to ishikawa diagram on mermaid.js.org#7526
efe218a- docs: document valid duration token formats in gantt.md#7526
efe218a- fix: ER diagram parsing when using "1" as entity identifier on right sideThe parser was incorrectly tokenizing the second "1" in patterns like
a many to 1 1:because the lookahead rule only checked for alphabetic characters after whitespace, not digits. Added a new lookahead pattern"1"(?=\s+[0-9])to correctly identify the cardinality alias before a numeric entity name.Fixes #7472
#7526
efe218a- fix: scope cytoscape label style mapping to edges with labels to prevent console warnings#7526
efe218a- fix: support inline annotation syntax in class diagrams (class Shape <>)#7526
efe218a- fix: Align branch label background with text for multi-line labels in LR GitGraph layout#7526
efe218a- fix: preserve cause hierarchy when ishikawa effect is indented more than causes#7526
efe218a- refactor: remove unused createGraphWithElements function and add regression test for open edge arrowheads#7526
efe218a- fix: Prevent long pie chart titles from being clipped by expanding the viewBox#7526
efe218a- fix: prevent sequence diagram hang when "as" is used without a trailing space in participant declarations#7526
efe218a- fix: warn whenstylestatement targets a non-existent node in flowcharts#7526
efe218a- fix: group state diagram SVG children under single root element#7526
efe218a- fix: Allow :::className syntax inside composite state blocks#7526
efe218aThanks @aloisklink, @BambioGaming! - fix: prevent escaping<and&whenhtmlLabels: false#7526
efe218a- fix: treemap title and labels use theme-aware colors for dark backgroundsUpdated dependencies [
efe218a]:v11.13.0Compare Source
Minor Changes
#7352
d6db0b0Thanks @remcohaszing! - feat: Export theAsyncIconLoader,SyncIconLoader, andIconLoadertypes.#5932
cdacb0bThanks @exoego! - feat: Add venn-beta diagram#6789
73e9849Thanks @omkarht! - feat: Add half-arrowheads (solid & stick) and central connection support#7387
acce4dbThanks @exoego! - feat: Add Ishikawa diagram (ishikawa-beta)#6995
9745f32Thanks @darshanr0107! - feat: Deprecateflowchart.htmlLabelsin favor of root-levelhtmlLabelsin Mermaid config#5814
2dd29beThanks @kairi003! - feat: allow to put notes in namespaces on classDiagramPatch Changes
#7075
96a766dThanks @darshanr0107! - fix: Prevent HTML tags from being escaped in sandbox label rendering#6843
32723b2Thanks @saurabhg772244! - fix: Support edge animation in hand drawn look#7453
a60e615Thanks @darshanr0107! - fix: ER diagram edge label positioning#6989
1a9d45aThanks @darshanr0107! - fix: Resolved parsing error where direction TD was not recognized within subgraphs#7178
96ca7c0Thanks @omkarht! - fix(treemap): Fixed treemap classDef style application to properly apply user-defined styles#7076
60f6331Thanks @darshanr0107! - fix: Correct viewBox casing and make SVGs responsive#7055
fa15ce8Thanks @darshanr0107! - fix: Improve participant parsing and prevent recursive loops on invalid syntax#7276
33c7c72Thanks @darshanr0107! - fix: respectmarkdownAutoWrap: falseto prevent text auto-wrapping in flowchart markdown labels withhtmlLabelsenabled.Markdown labels with
markdownAutoWrap: false, htmlLabels: falseset doesn't workcorrectly.
#7416
3c069b5Thanks @Crafter-Y! - fix: architecture diagram lines should now have the correct length#6995
9745f32Thanks @darshanr0107! - fix: Support thehtmlLabelsMermaid config value whenever possible#7293
a408b55Thanks @darshanr0107! - fix: Prevent browser hang when using multiline accDescr in XY charts#6119
712c1ecThanks @NealGooch! - fix: correct block positioning when nested blocks span multiple columns#7424
981a62eThanks @knsv! - fix: correct BT orientation arc sweep flags in gitGraph drawArrow()Swapped SVG arc sweep-flag values in the BT (bottom-to-top) orientation branches of
drawArrow()so curves bend in the correct direction. Affects both rerouting and non-rerouting code paths for merge and non-merge arrows.Resolves #6593
#7430
a4bb0b5Thanks @knsv! - fix: allow colons in stateDiagram-v2 transition and state description text#7432
b0f9d5bThanks @knsv! - fix: derive taskTextDarkColor from doneTaskBkgColor in dark theme for readable done-task text#7456
981fbb8Thanks @knsv-bot! - fix(gantt): restore readable outside-text color for done tasks in dark mode#7139
93aa657Thanks @omkarht! - revert: restore original hexagon and roundedRect implementations#7136
6bc6617Thanks @omkarht! - feat: add alias support for new participant syntax of sequence diagrams#7375
9d0669aThanks @kaigritun! - fix(er): recognize '1' cardinality alias before relationship operators#7275
7eed6a1Thanks @darshanr0107! - fix: changecreateLabelto callcreateTextThis adds support for KaTeX and FontAwesome icons loaded via iconpacks in some
older labels. There are some small changes in formatting due to standardizing this code.
#7265
2000680Thanks @omkarht! - fix: prevent unintended opacity on SVG aws icons containing rect elements#7139
b7c66a2Thanks @omkarht! - chore: restore original hexagon and roundedRect implementations#7425
f16bfbbThanks @knsv! - fix: use rounded right-angle edges for ELK layoutELK layout edges now default to
roundedcurve (right-angle segments with rounded corners) instead of inheriting the globalbasisdefault. This fixes ELK edges that were curving instead of routing at right angles (#7213). Non-ELK layouts are unaffected and keep their existingbasisdefault.#7296
aac86f7Thanks @darshanr0107! - fix: Ensure correct edge label rendering for ER and requirement diagrams when flowchart htmlLabels are false#7019
ace0367Thanks @darshanr0107! - fix: Mindmap breaking in ELK layout#6984
09b74f1Thanks @omkarht! - fix(er-diagram): prevent syntax error when using 'u', numbers, and decimals in node names#7276
33c7c72Thanks @darshanr0107! - fix: Restore proper rendering of plain text flowchart labels without auto line-wrappingThis fix restores backwards compatibility with Mermaid v10 by ensuring that plain text labels in flowcharts are rendered correctly. In Mermaid v11, all labels were incorrectly being treated as markdown by default, which caused issues with text wrapping, multiline breaks, and backwards compatibility.
What changed:
\ncharacters now correctly create line breaksIf you want markdown formatting:
You can still use markdown in your flowchart labels by using the proper markdown syntax. Wrap your markdown text with double quotes and backticks:
node["`_markdown_ **text**`"]Example:
#7080
835de00Thanks @darshanr0107! - fix: Support ComponentQueue_Ext to prevent parsing error#7310
a9e4c72Thanks @darshanr0107! - fix: Allow quoted string labels in architecture-beta diagrams#7052
ff15e51Thanks @darshanr0107! - fix: Correct tooltip placement to appear near hovered element#7197
8bfd477Thanks @omkarht! - fix: validate dates and tick interval to prevent UI freeze/crash in gantt diagramtype#7099
b136acdThanks @darshanr0107! - fix: Mindmap rendering issue when the number of Level 2 nodes exceeds 11#7217
e0317acThanks @omkarht! - fix(gitgraph): pass gitGraphConfig to renderer functions for applying directives properly.Updated dependencies [
fd3fc50]:v11.12.3Compare Source
Patch Changes
7243340]:v11.12.2Compare Source
Patch Changes
de7ed10Thanks @shubhamparikh2704! - fix: validate dates and tick interval to prevent UI freeze/crash in gantt diagramtypecloudflare/workers-sdk (wrangler)
v4.80.0Compare Source
Minor Changes
#13151
9c4035bThanks @G4brym! - Add type generation for AI Search bindingsRunning
wrangler typesnow generatesAiSearchNamespaceandAiSearchInstancetypes forai_search_namespacesandai_searchconfig bindings respectively. Both simple and per-environment modes are supported.#13011
b9b7e9dThanks @ruifigueira! - Add experimental headful browser rendering support for local developmentWhen developing locally with the Browser Rendering API, you can enable headful (visible) mode via the
X_BROWSER_HEADFULenvironment variable to see the browser while debugging:Note: when using
@cloudflare/playwright, two Chrome windows may appear — the initial blank page and the one created bybrowser.newPage(). This is expected behavior due to how Playwright handles browser contexts via CDP.#12992
48d83caThanks @RiscadoA! - Addvpc_networksbinding support for routing Worker traffic through a Cloudflare Tunnel or network.{ "vpc_networks": [ // Route through a specific Cloudflare Tunnel { "binding": "MY_FIRST_VPC", "tunnel_id": "<tunnel-id>" }, // Route through the Cloudflare One mesh network { "binding": "MY_SECOND_VPC", "network_id": "cf1:network" } ] }Patch Changes
#13155
5d29055Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13162
fb67a18Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13136
ab44870Thanks @petebacondarwin! - Display build errors for auxiliary workers in multi-worker modePreviously, when running
wrangler devwith multiple-cconfig flags (multi-worker mode), build errors from auxiliary/secondary workers were only logged at debug level, causing Wrangler to silently hang. Build errors from all workers are now displayed at error level so you can see what went wrong and fix it.#12992
48d83caThanks @RiscadoA! - Fix remote proxy worker not catching errors thrown by bindings duringwrangler dev#13238
b2f53eaThanks @guybedford! - Fix source phase imports in bundled and non-bundled WorkersWrangler now preserves
import sourcesyntax when it runs esbuild, including module format detection and bundled deploy output. This fixes both--no-bundleand bundled deployments for Workers that import WebAssembly using source phase imports.#10126
14e72ebThanks @nekoze1210! - fix: Sort D1 migration files to ensure consistent chronological orderingwrangler d1 migrations listandwrangler d1 migrations applypreviously returned migration files in an order dependent on the filesystem, which could vary across operating systems. Migration filenames are now sorted alphabetically before being returned, ensuring consistent chronological ordering.#13150
4dc94fdThanks @dario-piotrowicz! - Polish Cloudflare Vite plugin installation during autoconfigProjects using Vite 6.0.x were rejected by auto-configuration because the minimum supported version was set to 6.1.0 (the
@cloudflare/vite-pluginpeer dependency). The minimum version check is now 6.0.0, and when a project has Vite in the [6.0.0, 6.1.0) range, auto-configuration will automatically upgrade it to the latest 6.x before installing@cloudflare/vite-plugin.#13051
d5bffdeThanks @dario-piotrowicz! - Use today's date as the default compatibility datePreviously, when generating a compatibility date for new projects or when no compatibility date was configured, the date was resolved by loading the locally installed
workerdpackage viaminiflare. This approach was unreliable in some package manager environments (notablypnpm). The logic now simply uses today's date instead, which is always correct and works reliably across all environments.Updated dependencies [
5d29055,fb67a18,d5bffde,b9b7e9d,b2f53ea,48d83ca]:v4.79.0Compare Source
Minor Changes
#12868
ffbc268Thanks @danielgek! - Addwrangler ai-searchcommand namespace for managing Cloudflare AI Search instancesIntroduces a CLI surface for the Cloudflare AI Search API (open beta), including:
ai-search list,create,get,update,deleteai-search searchwith repeatable--filter key=valueflagsai-search statsThe
createcommand uses an interactive wizard to guide configuration. All commands require authentication viawrangler login.#13097
cd0e971Thanks @pombosilva! - Add--localflag to Workflows commands for interacting with local devAll Workflows CLI commands now support a
--localflag that targets a runningwrangler devsession instead of the Cloudflare production API. This uses the/cdn-cgi/explorer/api/workflowsendpoints served by the local dev server.By default, commands continue to hit remote (production). Pass
--localto opt in, and optionally--portto specify a custom dev server port (defaults to 8787).Patch Changes
#13050
ed20a9bThanks @dario-piotrowicz! - Add minimum and maximum version checks for frameworks during auto-configurationWhen Wrangler automatically configures a project, it now validates the installed version of the detected framework before proceeding:
#13111
f214760Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13079
746858aThanks @penalosa! - FixgetPlatformProxyandunstable_getMiniflareWorkerOptionscrashing whenassetsis configured without adirectorygetPlatformProxyandunstable_getMiniflareWorkerOptionsnow skip asset setup when the config has anassetsblock but nodirectory— instead of throwing "missing requireddirectoryproperty". This happens when an external tool like@cloudflare/vite-pluginhandles asset serving independently.#13112
9aad27fThanks @dario-piotrowicz! - Fix autoconfig failing onwakuprojects that usehonoWaku has a tight integration with Hono, causing both to be detected simultaneously and triggering a "multiple frameworks found" error. Hono is now filtered out when Waku is also detected.
#13113
1fc5518Thanks @dario-piotrowicz! - Skip lock file warning for static projects during autoconfigPreviously, running autoconfig on a static project (one with no framework detected) would emit a misleading warning about a missing lock file, suggesting the project might be in a workspace. Since static projects don't require a lock file, this warning is now suppressed for them.
#13072
b539dc7Thanks @jbwcloudflare! - Skip unnecessaryGET /versions?deployable=trueAPI call inwrangler versions deploywhen all version IDs are explicitly provided and--yesis passedWhen deploying a specific version non-interactively (e.g.
wrangler versions deploy <id> --yes), Wrangler previously always fetched the full list of deployable versions to populate the interactive selection prompt — even though the prompt is skipped entirely when--yesis used and all versions are already specified. The deployable-versions list is now only fetched when actually needed (i.e. when no version IDs are provided, or when running interactively).#13115
2565b1dThanks @dario-piotrowicz! - Improve error message when the assets directory path points to a file instead of a directoryPreviously, if the path provided as the assets directory (via
--assetsflag orassets.directoryconfig) pointed to an existing file rather than a directory, Wrangler would throw an unhelpfulENOTDIRsystem error when trying to read the_redirectsfile inside it. Now Wrangler detects this condition earlier and throws a clear user error.Updated dependencies [
9eff028,f214760,9282493,a532eea,d4c6158]:v4.78.0Compare Source
Minor Changes
#13031
eeaa473Thanks @WalshyDev! - Add support for Cloudflare Access Service Token authentication via environment variablesWhen running
wrangler devwith remote biConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.