0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
svelte/.changeset
Kelvin Soh d5a1822428
fix: style directive not updating when style attribute is present and style directive is updated via an object prop. fixes #9185 (#9187)
fixes #9185.

I narrowed down the issue to the bug surfacing when we use object properties to update style attributes and directives. This fix removes the size check (because a single object will be of size 1 but can affect n attributes/directives via its properties).

In addition, the order of the OR is switched as the earlier condition has some reactive assignments which are not run in the current order when style_changed_var is truthy.
2023-09-20 09:49:50 +02:00
..
chilled-tigers-tie.md fix: style directive not updating when style attribute is present and style directive is updated via an object prop. fixes #9185 (#9187) 2023-09-20 09:49:50 +02:00
config.json
eighty-poems-deliver.md
famous-news-perform.md fix: do not add module declared variables as dependencies (#9122) 2023-09-20 09:48:47 +02:00
README.md
stale-terms-sing.md fix: head duplication when binding is present (#9124) 2023-08-28 18:53:27 +02:00
tame-tomatoes-warn.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation