-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"What's new in Svelte" February newsletter #5925
Conversation
|
Svelte REPL supports markdown files tweet from Tan Li Hau |
A YouTube series on Plenti: https://www.youtube.com/watch?v=wyNC7R_VVyQ&list=PLbWvcwWtuDm12y3Hye6oKDwI2gAS0ccHW Loads of work done on the Svelte Society website. Might be worth a mention! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will become a long news letter 😄
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
I think that's an old change -- the tweet is from April 2020 (though it was retweeted recently). |
This never caught my eye, I only knew after this tweet. |
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
I noticed there's no mention of SvelteKit, I acknowledge it may seem trivial or of little value to some, but I would suggest retaining the "Is SvelteKit ready yet?" from last month, maybe get the tiniest bit of news like how many updates have been released for the past month (12 I believe?) or a sentence on what's being worked on this month in it. I would find it odd to read a newsletter with no mention of it at this highly anticipatory stage. ps. awesome work on the newsletters, it is really good to see these coming out monthly, I really appreciate your efforts and time putting them together, thank you! |
As @Anthropic says, is it too soon for SvelteKit? I wrote a Firebase adapter and have been awaiting the right time to start sharing it - https://github.com/jthegedus/svelte-adapter-firebase |
This PR is not intended for a discussion about "when will SvelteKit be released, is it too soon to do X with it?" (EDIT: I think I misread the above post, sorry for that. To answer the question: Yes, it's too soon to share it on the blog). Also I don't think it's necessary to add a "SvelteKit is in development" section without actual new infos on it. |
This comment has been minimized.
This comment has been minimized.
Yeah... that was my gut feel too. Similarly, I've been intentionally leaving out showcases that use SvelteKit in order to not give the impression that "It's ready!" When it's ready, we'll all be shouting it from the rooftops. I think that's a good next time to mention it in the newsletter and/or in its own dedicated blog post. |
Thanks for all the feedback y'all! I feel good about this and have copied the text in its current form to the newsletter :) If anyone makes any changes to the content before this is merged, please tag me in a comment here so I can update the post before out it goes out (6am US Pacific) |
@kevmodrome anything in particular you'd like to call out? |
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md
Outdated
Show resolved
Hide resolved
this is great! thanks! |
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
Great work guys! |
Yes, the cheat sheet is probably the one people with notice, and some smaller visual fixes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, as always!
@kevmodrome thanks! I added a short section calling out the changes to the Svelte Society website? @dummdidumm (or any other person with merge access), please merge this when you get a chance :) Thanks to everyone who helped make this post possible. Y'all rock! |
Heads up, the CI seems to have failed, keeping the post from going live. |
This is unrelated. Someone with access rights needs to press the deploy button. |
* 'master' of https://github.com/sveltejs/svelte: (129 commits) -> v3.32.3 fix remove of lone :host selectors (sveltejs#5984) -> v3.32.2 update changelog fix extra invalidation with component prop binding to object property (sveltejs#5890) update css-tree@^1.1.2 (sveltejs#5958) fix :host and :global css scoping (sveltejs#5957) Tutorial : a better explanation of component events (sveltejs#4639) "What's new in Svelte" February newsletter (sveltejs#5925) Change color on 404 page (sveltejs#5932) -> v3.32.1 warn module variables are nonreactive and make them truly nonreactive (sveltejs#5847) update changelog fix: "foreign" namespace elements should still allow binding 'this' (sveltejs#5942) inline `prop_values` in `init` helper (sveltejs#5909) update changelog don't create class update functions when dependencies aren't reactive (sveltejs#5926) fix extraneous store subscription in SSR (sveltejs#5929) make `SvelteComponentDev` typings more forgiving (sveltejs#5937) make animation/transition params optional (sveltejs#5936) ...
New blog post!
*
I decided to break out a lot of the "integrations with other libraries" and "boilerplate/starters" into their own section so that they don't clog up the components section. Wondering what y'all think of that :)Feel free to comment with any feedback! If you've got opinions on how best to integrate these posts into a more official/community email service, check out this issue: #5578