Commit Graph

7160 Commits (5dd707d4f5565961bcc443765fbd8b0f90a6abc2)
 

Author SHA1 Message Date
Simon H 5dd707d4f5
feat: make transitions local by default (#8632)
2 years ago
Aarni Koskela a52106405d
fix(perf): use classList.toggle instead of add/remove (#8629)
2 years ago
Simon H 734cc19846
feat: apply inert to outroing elements (#8628)
2 years ago
Simon H df361a2d6d
chore: warn about `:` in attributes and props (#8633)
2 years ago
Simon Holthausen 5a4b48bb44 fix: type error
2 years ago
Simon H a40af4dd11
chore: unbundled esm (#8613)
2 years ago
gtmnayan d658e7036e chore(test): fix path to compiler
2 years ago
Ben McCann 086f225ea9
chore: remove unused source-map-support depedency (#8622)
2 years ago
Ben McCann 5ed440ba50
chore: remove unused codemod-lazy-props.mjs (#8619)
2 years ago
gtmnayan d6b02ed009
chore(test): use esm output for Svelte files (#8614)
2 years ago
gtmnayan c2cec9597e
chore(test): move some error tests out of runtime (#8600)
2 years ago
Simon H f223bc1c53
feat: change preprocessor ordering, allow attributes modification (#8618)
2 years ago
gtmnayan 7cec17c4cb fix flaky test
2 years ago
gtmnayan 3df9d8466f
chore: speed up test execution (#8598)
2 years ago
gtmnayan 7e9af10dce
chore(test): link compiler directly from source (#8612)
2 years ago
Simon Holthausen f09a942130 silence wrong tsconfig errors
2 years ago
Ben McCann 0467219701 chore: switch to released version of eslint-config
2 years ago
Ben McCann 0c99aa8904
chore: update eslint config (#8608)
2 years ago
gtmnayan 61218d3c9c
chore(test): tidy up html equal (#8599)
2 years ago
Simon Holthausen d35d9045f6 rename ts to js
2 years ago
S. Elliott Johnson fd9d61a7b7
chore: TS to JSDoc Conversion (#8569)
2 years ago
gtmnayan 783bd9899e
chore: swap mocha with vitest (#8584)
2 years ago
gtmnayan 202d119e9a
chore: convert puppeteer tests to playwright (#8577)
2 years ago
Yuichiro Yamashita b6a400a549
chore: add prettier (#8543)
2 years ago
Simon Holthausen 573acf9073 Merge branch 'master' into version-4
2 years ago
Dominik G 56df761f95
breaking: set verison to 4, remove engines.pnpm and bump engines.node to >=16 (#8566)
2 years ago
Ben McCann 5e486c19ad
docs: fix links in changelog
2 years ago
Conduitry 64b8c8b33c -> v3.59.1
2 years ago
Simon H b6288ecdb7
fix: Handle dynamic values in `a11y-autocomplete-valid` (#8567)
2 years ago
Ben McCann 6fbb36d1fe
fix: improve setup of default export and remove `svelte/ssr` (#8516)
2 years ago
Simon Holthausen 418f4c2381 Merge branch 'master' into version-4
2 years ago
Conduitry 4537eb77bb -> v3.59.0
2 years ago
Vaibhav Rai 37c8bd7e67
fix: var scope should not extend outside the reactive block (#6800)
2 years ago
Christoph Rüßler 3f2f1e58df
feat: add a11y `autocomplete-valid` (#8520)
2 years ago
Ben McCann 81cfab9142
Update CHANGELOG.md
2 years ago
Karl Erik Hofseth afd38494b4
fix: provide a workaround for `unsafe-inline` CSP that also works in Safari (#7800)
2 years ago
Nguyen Tran c0363966d3
fix: treat slots as if they don't exist when using CSS adjacent and general sibling combinators (#8422)
2 years ago
Robin Munn 19e163f59d
feat: pass update function to store setup callbacks (#6750)
2 years ago
Ramon Snir ea73930132
fix: allow $store to be used with changing values including nullish values (#7947)
2 years ago
Nguyen Tran 83679e9700
fix: array rest destructuring in markup (#8555)
2 years ago
Nguyen Tran 17bf6db541
fix: Array rest property fix (#8553)
2 years ago
Simon H e45a1e05a3
note of restructuring
2 years ago
Simon H d083f8a3f2
feat: custom elements rework (#8457)
2 years ago
Cas c4261abfde
feat: document fullscreenElement and visibilityState bindings (#8507)
2 years ago
abirtley a74caf1381
docs: Clarify when bind:group does not work (#8540)
2 years ago
xxkl1 b7359c8361
feat: add window bind devicePixelRatio support (#8534)
2 years ago
Yuichiro Yamashita 0677d89fff
chore: fix CI on Node 20 (#8528)
2 years ago
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
2 years ago
Ben McCann 8ffd2112bc
chore: fix CI setup for unit tests (#8530)
2 years ago
Nguyen Tran f064c39d5f
fix: relax no-redundant-roles implementation (#8536)
2 years ago