Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
3,690 contributions in the last year
Contribution activity
April 2019
Created a pull request in sveltejs/svelte that received 9 comments
V3 readme alt
Was thinking that with the compiler options etc living in the API docs now, maybe the README could just be this? Ref #1953
+27
−159
•
9
comments
- fix opacity on examples TOC
- add a preloading indicator
- makes links a bit more obvious, per #2445. also tweaks some /blog css
- better error pages
- redirect to old REPL where necessary
- add regular <meta> tags
- Revert "Support slug translations in the API docs"
- Add Twitter metadata
- update references to svelte.technology
- Design tweaks
- update now.json
- Use Map for keyed each block lookups
- Update a few examples
- placeholder for setting-up-your-editor blog post
- placeholder for svelte-for-new-developers blog post
- update svelte:options tutorial chapter, remove example
- add tutorial chapter for mutations
- Fix examples
- reinstate /repl/embed
- Expose default slot values to named slots
- propagate scope changes across chained slots
- Prevent infinite loops with chained bindings
- only create fallback content if no slot is provided
- better error for bindings to let: values
- better transitions
- Some pull requests not shown.
Created an issue in sveltejs/svelte that received 11 comments
Why not JSX?
I really need to write this blog post, because I'm bored of answering this question
11
comments
- Document $$props
- Mapbox token appears to have gone AWOL again
- Reducible stores?
- Allow component names like <Foo.Bar.Baz>?
- Fix hash links in docs
- logotype in example doesn't match latest design
- How Svelte works
- Support markdown files in REPL
- Migration guide
- Don't show/hide nav when clicking in docs sidebar
- Make it clearer somehow that tutorial examples are incomplete
- Add preloading indicator
- Add <meta> tags for social sharing
- Apply directives in order
- Tweak link colours on site
- Bindings don't work inside {#each reactiveThing as thing}
- Use a Map for keyed each blocks
- Editor flickers when switching between files of different language
- svelte:options tutorial chapters is out of date
- Custom elements without tags
- blog needs padding on mobile
- REPL doesn't work in Firefox 66
- Bug with repeated outros
- Don't emit empty observedAttributes array
- Allow destructured reactive declarations
- Some issues not shown.