Commit Graph

2302 Commits (9e9db10719e898ab856ddce473fc4a658dd7eb8a)

Author SHA1 Message Date
Rich Harris 204766ec0a add some docs, rename to textContent and innerHTML
7 years ago
Rich Harris 3c21a184d1 Merge branch 'master' into init-contenteditable
7 years ago
Thomas Ghysels d6b5c42f7f Fix parsing ambiguous HTML entities (#3071)
7 years ago
Bryan Terce 34ac1ff42e Fix binding to values in a component when it uses `$$props` (#2725)
7 years ago
Bryan Terce dc3cb06f91 Fix dynamic `bind:this` on components (#2333)
7 years ago
Maurício Kishi d0448aba01 Merge branch 'master' into gh-2612
7 years ago
mrkishi b57354d8ac replace ninja globals
7 years ago
Bryan Terce b61b92166e preserve whitespace at each block boundaries (#713)
7 years ago
Bryan Terce 0cc4b91f65 Fix each blocks not unmounting components correctly (#3056)
7 years ago
Rich Harris 7de7cdbf06 Track which blocks are outroing to prevent duplication
7 years ago
Conduitry 3bc50e0945 fix text nodes in .innerHTML-optimized output
7 years ago
Conduitry fa485165ce Merge branch 'master' into gh-2612
7 years ago
Conduitry 88881cd3c5 don't grab page offsets too early
7 years ago
Richard Harris d21f2b4518 merge master -> init-contenteditable
7 years ago
Richard Harris b95d200a04 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris f82378e64f whoops
7 years ago
Rich Harris f8433a30e6 Merge pull request #2990 from mrkishi/component-type
7 years ago
Richard Harris dd162a2536 Merge branch 'master' into IlyaSemenov-gh-2843
7 years ago
Richard Harris 39bb045d8e move get_name to get_name_from_filename and add unit tests
7 years ago
Conduitry e8a53373f2 only set attributes via properties when truly necessary (#1434)
7 years ago
mrkishi 61f4d3a8f2 make eslint happy
7 years ago
mrkishi 75568f3656 split typescript projects
7 years ago
Mikhail Korepanov eee073966c Allow whitespace after = in attributes (#3026)
7 years ago
Johan 74a767403f ensure correct requestAnimationFrame context (#2933)
7 years ago
Efe Küçük 52b964652f do not collapse whitespace containing nbsp (#3014)
7 years ago
Conduitry 0b2d0f6711 use `@_` sigil for globals
7 years ago
Richard Harris 25dcf49b3c prevent compiled output blowing up in Node if window is not defined
7 years ago
mrkishi c0d9d555df deconflict more globals
7 years ago
Conduitry 0b913aa338 import globals from helpers (#2612) (#2947)
7 years ago
Ilya Semenov 1a74cede2f Improve file name to component name conversion, fix #2843
7 years ago
Richard Harris b502022d67 use helpers
7 years ago
Richard Harris ceca640822 tidy up, prevent collisions
7 years ago
Richard Harris e30d7b97d0 initialise text/html bindings if necessary
7 years ago
Richard Harris 4499969337 merge master -> leporo-master
7 years ago
Richard Harris 3bb160571c Merge branch 'master' of https://github.com/leporo/svelte
7 years ago
Rich Harris 358e79f762 allow empty <title> tags - fixes #2980 (#2988)
7 years ago
Rich Harris e69e891691 support once modifier on component events, fail on others (#2987)
7 years ago
Rich Harris 6cc03f873c Merge branch 'master' into master
7 years ago
mrkishi fca5435605 add ambient type for generated svelte components
7 years ago
James Garbutt 11ced4a257 Introduce ESLint to svelte sources (#2958)
7 years ago
Efe Küçük e73eb33b45 Render textarea binding values inside element
7 years ago
Rich Harris 9c892724c6 Merge pull request #2910 from Harald-1/animation-with-delay
7 years ago
Richard Harris bb96112eed Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris fc3ae7356b Merge branch 'fix-2929' of https://github.com/qintarp/svelte into qintarp-fix-2929
7 years ago
Vlad Glushchuk 46781985a1 Rebase and fix linter warning
7 years ago
Vlad Glushchuk 53d03811c8 Fix the cursor reset issue
7 years ago
Vlad Glushchuk d0edb3167d Fix a typo
7 years ago
Vlad Glushchuk bf0d66175b Add bind:text and bind:html support for contenteditable elements
7 years ago
Richard Harris 833145cb28 fix typo
7 years ago
Richard Harris 0f06710da8 DRY out
7 years ago
Rich Harris 6c874569de solve diamond dependencies (#2660)
7 years ago
Benjamin W. Broersma 1ffaccffc1 Fixing #2689 correctly, checking outro.is_local for adding if(local).
7 years ago
Lyphon c865d53e5e Fix build appveyor build failure
7 years ago
Lyphon 0b22030848 Fix 2929
7 years ago
Harald Fassler 082f86b1c6 remove prepare_outro
7 years ago
Harald-1 eb6a3c5b71 Apply suggestions from code review
7 years ago
Rich Harris abf01fddcf Merge pull request #2909 from Harald-1/animations-without-transitions
7 years ago
Rich Harris b71b7fb5f6 Merge pull request #2912 from yazonnile/master
7 years ago
Slava Z 126d095bdb Fix for #2655 - adding introstart...outroend events to in-out transition
7 years ago
Harald Fassler 35cdaa821e follow-up fix to #2871
7 years ago
Ankeet Maini c61ad46b06 Fix typo.
7 years ago
Harald Fassler 4d0d63f722 fix #2908
7 years ago
Richard Harris 69b7b5e637 Merge branch 'master' into folder-structure
7 years ago
Rich Harris 98174f8374 typos
7 years ago
Bogdan Savluk 0173aa1147 improve typings for animate, easing, transition, motion and internal apis
7 years ago
Richard Harris 2d647ec071 fix types for easing functions
7 years ago
Richard Harris b151458b07 update gitignore
7 years ago
Richard Harris 965fae7991 update folder structure - #2790
7 years ago
Rich Harris bf5b8ab777 Merge pull request #2881 from sveltejs/gh-2878
7 years ago
Rich Harris 95533b226d Merge pull request #2880 from cudr/head_html_fix
7 years ago
Richard Harris 3122decd33 dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878
7 years ago
Richard Harris 1c2c3b166c make is_reactive_dependency optional
7 years ago
Rich Harris 1176e674d0 Merge branch 'master' into less-invalidation
7 years ago
Rich Harris ca192e15df Merge pull request #2872 from Harald-1/master
7 years ago
Rich Harris 7ed3965f98 Merge pull request #2877 from colincasey/feat/omit_readonly_ssr_bindings
7 years ago
cudr 435f3993ea add tests
7 years ago
Colin Casey 3f906bfd95 Omits readonly attributes from SSR code
7 years ago
Brian Takita 3c6acd7aa3 jsdoc: `derived` second argument
7 years ago
Brian Takita 0f493d8d78 Apply suggestions from code review
7 years ago
Brian Takita 4e0555d5b3 Additional detail to jsdocs for writable, readable, & derived
7 years ago
Harald Fassler 3aa5bc1c35 Merge remote-tracking branch 'upstream/master'
7 years ago
Harald Fassler 5af26cf37b Update animations.js
7 years ago
Richard Harris 4da1f5d05e Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris c8abbfc3a1 always add raw property to text nodes
7 years ago
Richard Harris 32c500f987 Merge branch 'raw-entities' of https://github.com/RedHatter/svelte into RedHatter-raw-entities
7 years ago
Richard Harris cb04297b8a merge master -> zxbodya-ts
7 years ago
Richard Harris d0f84150bf code style
7 years ago
Richard Harris c2fa3dd30d Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props
7 years ago
Rich Harris 8507ac2663 Merge branch 'master' into improve-typings
7 years ago
Rich Harris c96ccf6dc6 Merge pull request #2856 from sveltejs/raf
7 years ago
cudr c7e3e26940 works correct
7 years ago
Richard Harris 181e954224 only invalidate referenced values
7 years ago
Richard Harris 0f51970ac1 fix tests
7 years ago
Timothy Johnson 5a87705a38 Fixes #2714
7 years ago
Rich Harris 47dcd385fe treat requestAnimationFrame as a noop on the server
7 years ago
Benjamin Milde f56445f3a1 Allow binding of <details> open
7 years ago
Bogdan Savluk 83114b29c8 fix case sensitive import name, improve tsconfig
7 years ago
Bogdan Savluk 70a9cec0f7 convert everything to TypeScript
7 years ago
Colin Casey 4f474521ec check for unknown props when creating component
7 years ago
Bogdan Savluk 4c08e93f58 cleanup, improve comments
7 years ago