v3.7.1
- feat(core): implement event recurrence editor, custom repeat dialog, and i18n translations by @JayceV552 in https://github.com/dayflow-js/calendar/pull/148
- refactor(docs): migrate to directory-based i18n and support multi-language routing by @JayceV552 in https://github.com/dayflow-js/calendar/pull/149
- chore: release v3.7.1 by @JayceV552 in https://github.com/dayflow-js/calendar/pull/151
- docs: update website logo and sidebar localisation by @JayceV552 in https://github.com/dayflow-js/calendar/pull/150
Full Changelog: https://github.com/dayflow-js/calendar/compare/v3.7.0...v3.7.1
v16.4.0-canary.13
- evals: stop requiring the removed viewTransition flag in agent-043: #98116
- errors: shorten "use cache" messages and unify them into one factory: #94300
- test: add adoption skill evals: #97759
- Upgrade React from
29d9d318-20260826toff7445e6-20260831: #98113 - [ci] Simplify
upload-preview-tarballsworkflow: #98109 - devlow: use commander for cli argument parsing: #93860
- [PPF] Pass in original searchParams for private-cache pages: #98041
- docs: document create-next-app Cache Components prompt and flag: #97798
- lazy server hmr: #96566
- Fix Turbopack HMR recovery after dropped connections: #97966
- test: Improve test cache handler implementations: #98098
- docs: Fix the documented contract for custom cache handlers: #98039
- chore: remove unused code from image optimizer: #98060
- docs: add layout stability guidance for videos and iframes: #98070
- tests: Improve use-cache-cross-deployment tests: #98049
Huge thanks to @gaojude, @aurorascharff, @eps1lon, @wbinnssmith, @lubieowoce, @icyJoseph, @mischnic, @unstubbable, and @styfle for helping!
electron v45.0.0-alpha.3
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.3.
- Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #53338 (Also in 43, 44)
- Fixed main process crashes when navigating to
http://accessibility/orhttp://devtools/, when using theLanguageModelAPI from a Worker with a local AI handler registered, when an extension background page usednavigator.mediaDevices, and when callingSerialPort.forget()for a disconnected device. #53325 (Also in 43, 44) - Fixed the PDF viewer failing to save an edited PDF with
NotAllowedError: Third party iframes are not allowed to show a file picker. #53326 (Also in 43, 44)
@astrojs/react@6.0.5
- Updated dependencies [
f8e9458]:- @astrojs/internal-helpers@0.11.0
@astrojs/preact@6.0.5
- Updated dependencies [
f8e9458]:- @astrojs/internal-helpers@0.11.0
@astrojs/sitemap@3.7.4
- #17851
52d3f56Thanks @astro-factory! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g.https://example.cominstead ofhttps://example.com/) whentrailingSlashis set to"never"orbuild.formatis set to"file"
@astrojs/node@11.1.5
- Updated dependencies [
f8e9458]:- @astrojs/internal-helpers@0.11.0
@astrojs/netlify@8.2.5
- Updated dependencies [
f8e9458]:- @astrojs/internal-helpers@0.11.0
- @astrojs/underscore-redirects@1.0.4
astro@7.2.10
-
#17262
f8e9458Thanks @Princesseuh! - Fixes@astrojs/markdown-remarkbeing pinned to an exact version. -
#17874
10c7e63Thanks @astro-factory! - Fixes SSR manifest placeholder not being replaced when the server build is minified, which caused a runtimeInvalid URLcrash at server boot -
#17869
2548abfThanks @ematipico! - Fixes a case where the logger was improperly initialized at runtime in dev. -
#17878
76eff3dThanks @ematipico! - Fixes browser heuristic caching for cached responses that includeLast-ModifiedorETagvalidators -
#17833
413a6e7Thanks @astro-factory! - Fixes prerender conflict warnings to correctly identify the route that first rendered a duplicate pathname, instead of misattributing the conflict to an unrelated route that merely matches the URL pattern -
#17872
f7191ccThanks @jx-grxf! - Fixes Markdown images in content collections rendering an emptysrcsetattribute when no responsive candidates are generated. -
#17755
157c500Thanks @matthewp! - Fixes a bug where editing a content collection entry duringastro devon Windows kept serving stale content until the dev server was restarted. The data store now notifies the dev server directly after each write instead of relying only on the file watcher, which can miss the atomic rename that commits the write on some platforms. -
Updated dependencies [
f8e9458,f8e9458]:- @astrojs/internal-helpers@0.11.0
- @astrojs/markdown-satteri@0.4.0