Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.0
->3.7.0
5.2.11
->5.2.12
2.15.2
->2.16.1
1.0.0-next.77
->1.0.0-next.78
9.17.0
->9.18.0
^0.60.0
->^0.74.0
^0.469.0
->^0.473.0
8.4.49
->8.5.1
3.3.2
->3.3.3
0.6.9
->0.6.10
0.23.0
->0.23.1
5.17.3
->5.19.2
4.1.3
->4.1.4
0.9.54
->0.9.55
^0.77.0
->^0.90.0
2.22.1
->2.23.1
0.3.0
->0.3.1
8.19.1
->8.21.0
6.0.7
->6.0.11
Release Notes
adobe/react-spectrum (@internationalized/date)
v3.7.0
Compare Source
sveltejs/kit (@sveltejs/adapter-node)
v5.2.12
Compare Source
Patch Changes
fix: include ambient type declarations (#12088)
Updated dependencies [
d440c68acac67ed64eea4b9bda267e229303db7b
,6774ebc34330b12ae8c0cae08e98b577d819fffb
,777c8ef11f17d2ab48aee0f2347c051663da5826
,f451f6c4a3dbbc73dc86667c6ff89ab2f46ca9d2
,34a03ff16af29e917abebb649b31eadfc40a98a0
,1c77e283896058084c1cb5752d9ec207987a585e
,04958cca5905aaeeff367c9e4a5ce6e90fc64779
,9dc5c0e3e01a3c07010e9996688169be68e1dde8
,00e1a7621de554054d068e4525a9e505d1c2e588
,9fcd1e7574197fa6e7ac000a030378d877cb8837
,e541a4057a00f5ab6740fb51b7f88f17776da50a
,37f72fbb075b481de8263f62c77125333735f382
,b60707ca8e755be95c86490122aa1b792b9bd6be
,699f4405c752261cf46c1ad32e4dbadceaffc75b
,e2a4538c48295cde06f64fb8c7f0b333fbf95496
,a91ba1f326b6e244503de9a010771d942b461dad
]:sveltejs/kit (@sveltejs/kit)
v2.16.1
Compare Source
Patch Changes
fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js
(#13354)fix: correctly handle relative anchors when using the hash router (#13356)
v2.16.0
Compare Source
Minor Changes
feat: add ability to invalidate a custom identifier on
goto()
(#13256)feat: remove the
postinstall
script to support pnpm 10 (#13304)NOTE: users should add
"prepare": "svelte-kit sync
" to theirpackage.json
in order to avoid the following warning upon first running Vite:feat: provide
PageProps
andLayoutProps
types (#13308)Patch Changes
perf: shorten chunk file names (#13003)
fix: strip internal data before passing URL to
reroute
(#13092)fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"
(#12217)fix: use current
window.fetch
for server load fetch requests (#13315)fix: resolve symlinks when handling routes (#12740)
fix: prevent infinite reload when using the hash router and previewing
/index.html
(#13296)fix: service worker base path in dev mode (#12577)
chore: error during development when using
use:enhance
with+server
(#13197)chore: add most common status codes to
redirect()
JS documentation (#13301)fix: correctly link to assets inlined by the
inlineStyleThreshold
option (#13068)fix: fall back to importing dynamic dependencies relative to SvelteKit package (#12532)
fix: use arrow function types over bound funcs (#12955)
fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#13321)
v2.15.3
Compare Source
Patch Changes
fix: fix race-condition when not using SSR when pressing back before initial load (#12925)
fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#12157)
fix: upgrade esm-env to remove warning when NODE_ENV is not set (#13291)
fix: handle
Redirect
thrown from root layout load function when client-side navigating to a non-existent page (#12005)fix: make param matchers generated type import end with
.js
(#13286)huntabyte/bits-ui (bits-ui)
v1.0.0-next.78
Compare Source
Patch Changes
Allow
<Button/>
withhref
to be disabled. (#1055)BREAKING:
Select
- change default value ofallowDeselect
tofalse
to align with native HTML<select>
(#1049)fix: ensure
disabled
is passed through toDialog.Trigger
andDialog.Close
(#1057)eslint/eslint (eslint)
v9.18.0
Compare Source
techniq/layerchart (layerchart)
v0.74.0
Compare Source
Minor Changes
breaking(Bar|Bars): Replaced
inset: number
prop withinsets: Insets | undefined
. (#321)To migrate from
inset
toinsets
replaceinset = n
with:insets = { x: n / 2 }
iforientation="vertical"
insets = { y: n / 2 }
iforientation="horizontal"
feat(BarChart): Add
stackPadding
prop, which adds a padding between stacked bars. (#321)v0.73.0
Compare Source
Minor Changes
props.tooltip
to all simplified charts, applying toTooltip.Root
,Tooltip.Item
, etc (58d70fc
)v0.72.2
Compare Source
Patch Changes
59dc772
)v0.72.1
Compare Source
Patch Changes
bec9207
)v0.72.0
Compare Source
Minor Changes
feat: Add
onTooltipClick
callback event for all simplified charts (AreaChart, BarChart, LineChart, PieChart, and ScatterChart) (#322)feat(BarChart): Add
onBarClick
callback event (useful for multi-series charts) (#322)feat(AreaChart|LineChart): Add
onPointClick
callback event (useful for multi-series charts) (#322)feat(PieChart): Add
onArcClick
callback event (#322)feat(Bars): Add
onBarClick
callback event (#322)feat(Highlight): Add
onAreaClick
,onBarClick
, andonPointClick
callback events (#322)Patch Changes
6708650
)v0.71.3
Compare Source
Patch Changes
pointer
/data
) (7461788
)v0.71.2
Compare Source
Patch Changes
{...$restProps}
which also caused default classes to be overridden (ex.fill-none
) (487357a
)v0.71.1
Compare Source
Patch Changes
strokeWidth
prop (#316){...$restProps}
to underlying<path>
element (#316)v0.71.0
Compare Source
Minor Changes
contained="window"
to keep tooltip within window/viewport (along withcontainer
andfalse
) (e00528a
)v0.70.4
Compare Source
Patch Changes
classes
properties forrule,
tick, and
tickLabelfor convenient styling ([
5433da5
`](5433da5
))v0.70.3
Compare Source
Patch Changes
Date
) when using seperate series data (a75f612
)v0.70.2
Compare Source
Patch Changes
fix(AreaChart): Fix Area handling of separate series data (
6a7be43
)fix(LineChart|AreaChart): Fix Tooltip/Highlight handling of separate series data (
6a7be43
)v0.70.1
Compare Source
Patch Changes
9c4a07a
)v0.70.0
Compare Source
Minor Changes
feat: Improve Canvas implementation with render registration system including synchronized invalidation / redrawing (#295)
feat: Support Canvas context for most primatives (Arc, Area, Circle, Group, Line, LinearGradient, Rect, Spline, and Text). Also updates components using these primatives (Axis, Bar, Grid, Rule, and more) (#295)
feat: Update all simplified charts to support
renderContext
prop to switch between Svg (default) and Canvas (AreaChart, BarChart, LineChart, PieChart, and ScatterChart) (#295)feat: Add
renderPathData()
canvas util to simplify rendering SVG path data onto canvas context with CSS variable and class support (#295)feat: Add
renderRect()
canvas util to simplify rendering rectangles onto canvas context with CSS variable and class support (#295)feat: Add
renderText()
canvas util to simplify rendering text onto canvas context with CSS variable and class support (#295)feat: Add
ComputedStyles
component to easily resolve classes / CSS variable values (useful when working with ) (#295)feat(Canvas): Support
center
prop (similar toSvg
) to translate children to center (useful for radial layouts) (#295)breaking(LinearGradient|RadialGradient): Rename
url
slot prop togradient
. Improves name, especially within canvas context (#295)breaking(GeoPath): Simplify render prop use case by leveraging renderPathData() (ex. HitCanvas) (#295)
breaking: Reduce likihood of clipping for Canvas-rendered simplified charts by increasing default padding (and add top)) (#295)
Patch Changes
fix(Canvas): Support multiple children (fix infinite loops, coordinating redraws, etc). Resolves issue #158 (#295)
feat: Add
scaleCanvas
util (#295)feat: Add
spikePath()
util (#295)feat: Add
clearCanvasContext()
util (#295)fix(circlePath): Correctly handle sweep argument (#295)
lucide-icons/lucide (lucide-svelte)
v0.473.0
: New icons 0.473.0Compare Source
Modified Icons 🔨
package
(#2706) by @sezzev0.472.0
: New icons 0.472.0Compare Source
New icons 🎨
battery-plus
(#2693) by @Footagesusmap-plus
(#2697) by @Seanw265What's Changed
Full Changelog: lucide-icons/lucide@0.471.1...0.472.0
v0.471.0
: Dynamic Icon component Lucide React and new icons 0.471.0Compare Source
New Dynamic Icon Component (lucide-react)
This is an easier approach than the previous
dynamicIconImports
we exported in the library. This one supports all environments.We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.
How to use
DynamicIcon
is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.Possible Breaking changes
We have switched to the "exports" property in
package.json
. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.New icons 🎨
triangle-dashed
(#2652) by @Yohhv0.470.0
: New icons 0.470.0Compare Source
New icons 🎨
house-wifi
(#2723) by @akshaymemaneModified Icons 🔨
rat
(#2692) by @jguddaspostcss/postcss (postcss)
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.3.3
Compare Source
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.10
Compare Source
@zackad/prettier-plugin-twig
(#327)@zackad/prettier-plugin-twig-melody
(#327)svecosystem/runed (runed)
v0.23.1
Compare Source
Patch Changes
PURE
from global exports (#200)sveltejs/svelte (svelte)
v5.19.2
Compare Source
Patch Changes
v5.19.1
Compare Source
Patch Changes
fix: omit unnecessary nullish coallescing in template expressions (#15056)
fix: more efficient template effect grouping (#15050)
fix: ensure untrack correctly retains the active reaction (#15065)
fix: initialize
files
bind on hydration (#15059)v5.19.0
Compare Source
Minor Changes
ClassValue
fromsvelte/elements
(#15035)Patch Changes
fix: create fewer deriveds for concatenated strings (#15041)
fix: correctly parse leading comments in function binding (#15020)
v5.18.0
Compare Source
Minor Changes
<template>
elements to contain any child (#15007)Patch Changes
fix: ensure resume effects are scheduled in topological order (#15012)
fix: bump esrap (#15015)
fix: remove listener on
bind_current_time
teardown (#15013)v5.17.5
Compare Source
Patch Changes
feat: allow const tag inside
svelte:boundary
(#14993)fix: ensure signal write invalidation within effects is consistent (#14989)
v5.17.4
Compare Source
Patch Changes
fix: never consider inert boundary effects (#14999)
fix: store access on component destroy (#14968)
fix: correctly transform
pre
with no content (#14973)fix: wrap each block expression in derived to encapsulate effects (#14967)
sveltejs/language-tools (svelte-check)
v4.1.4
Compare Source
isaacHagoel/svelte-dnd-action (svelte-dnd-action)
v0.9.55
Compare Source
Fixed logic that could leave the shadow element invisible after drop if the dom wasn't yet updated to reflect the data list (rare)
techniq/svelte-ux (svelte-ux)
v0.90.0
Compare Source
Minor Changes
breaking: Migrate to @layerstack/* packages (#489)
breaking: Replace tailwind plugin
svelte-ux/plugins/tailwind.cjs
with@layerstack/tailwind/plugin
(#489)v0.77.1
Compare Source
Patch Changes
Update dependencies (
c9f7a27
)feat(TextField): Add
bind:inputEl
support when usingmultiline
(textarea) (d51c505
)Bump dependencies (
f55562d
)ciscoheat/sveltekit-superforms (sveltekit-superforms)
v2.23.1
Removed
v2.23.0
Compare Source
Added
dateProxy
now has astep
option, to support seconds (when not divisible by 60).Fixed
dateProxy
fortime
formats, previously it returned an invalid date. If you only care about the time part in the date, usetime-utc
as format to avoid timezone changes.default
field into exports in package.json.Changed
problem
instead ofmessage
, for nicer output.heroui-inc/tailwind-variants (tailwind-variants)
v0.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: heroui-inc/tailwind-variants@v0.3.0...v0.3.1
typescript-eslint/typescript-eslint (typescript-eslint)
v8.21.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v6.0.11
Compare Source
preview.allowedHosts
with specific values was not respected (#19246) (aeb3ec8), closes #19246v6.0.10
Compare Source
server.origin
URL (#19241) (2495022), closes #19241v6.0.9
Compare Source
server.allowedHosts
(bd896fb)server.cors: false
to disallow fetching from untrusted origins (b09572a)v6.0.8
Compare Source
server.close()
only called once (#19204) (db81c2d), closes #19204defaultServerConditions
(#19174) (ad75c56), closes #19174ESBuildOptions.include / exclude
type to allowreadonly (string | RegExp)[]
(ea53e70), closes #19146Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.