Skip to content
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

Merged
merged 11 commits into from
Feb 1, 2021

Conversation

DreaminDani
Copy link
Contributor

New blog post!

  • notes on the svelte + language tools releases since last month
  • showcase*

* 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

@benmccann
Copy link
Member

svelte-loader, sapper, rollup-plugin-svelte have all had pretty big new releases. I believe svelte-preprocess had a minor release as well

@peopledrivemecrazy
Copy link
Contributor

Svelte REPL supports markdown files tweet from Tan Li Hau

@kevmodrome
Copy link
Contributor

kevmodrome commented Jan 25, 2021

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!

Copy link
Member

@dummdidumm dummdidumm left a 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 😄

@geoffrich
Copy link
Member

Svelte REPL supports markdown files tweet from Tan Li Hau

I think that's an old change -- the tweet is from April 2020 (though it was retweeted recently).

@peopledrivemecrazy
Copy link
Contributor

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.

@Anthropic
Copy link

Anthropic commented Jan 27, 2021

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!

@jthegedus
Copy link
Contributor

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

@dummdidumm
Copy link
Member

dummdidumm commented Jan 28, 2021

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.

@300cianjur

This comment has been minimized.

@DreaminDani
Copy link
Contributor Author

Also I don't think it's necessary to add a "SvelteKit is in development" section without actual new infos on it.

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.

@DreaminDani
Copy link
Contributor Author

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)

@DreaminDani
Copy link
Contributor Author

Loads of work done on the Svelte Society website. Might be worth a mention!

@kevmodrome anything in particular you'd like to call out?

@benmccann
Copy link
Member

this is great! thanks!

DreaminDani and others added 3 commits January 31, 2021 20:41
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
DreaminDani and others added 2 commits January 31, 2021 20:43
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
@itsdonnix
Copy link
Contributor

Great work guys!

@kevmodrome
Copy link
Contributor

Loads of work done on the Svelte Society website. Might be worth a mention!

@kevmodrome anything in particular you'd like to call out?

Yes, the cheat sheet is probably the one people with notice, and some smaller visual fixes

Copy link
Member

@dummdidumm dummdidumm left a 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!

@DreaminDani
Copy link
Contributor Author

@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!

@dummdidumm dummdidumm merged commit 8db3e8d into sveltejs:master Feb 1, 2021
@MarcusCemes
Copy link

Heads up, the CI seems to have failed, keeping the post from going live.

@dummdidumm
Copy link
Member

This is unrelated. Someone with access rights needs to press the deploy button.

hontas added a commit to hontas/svelte that referenced this pull request Feb 11, 2021
* '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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.