# Community Call
## Repos
*We noticed that the more people speak, the more fun the calls get, so try to include a lot of people*
### Astro Core
#### Latest version(s): `4.4`
> You can view the [4.5 "Milestone"](https://github.com/withastro/astro/milestone/11) on GitHub to see what's expected (so far) to release.
Read [the latest blogpost](https://astro.build/blog/astro-440/)
[Astro CHANGELOG](https://github.com/withastro/astro/blob/refs/heads/main/packages/astro/CHANGELOG.md)
### Starlight
Starlight [`v0.21.0`](https://github.com/withastro/starlight/releases/tag/%40astrojs%2Fstarlight%400.21.0) and [`v0.21.1`](https://github.com/withastro/starlight/releases/tag/%40astrojs%2Fstarlight%400.21.1) are now available.
**_Note from HiDeoo: small demo website to use during the community call instead of opening all links below: https://starlight-0-21.vercel.app ._**
- [New `<Steps>` component to style complex guided tasks](https://starlight.astro.build/guides/components/#steps)
- [Support for setting an icon on a `<TabItem>` component](https://starlight.astro.build/guides/components/#tabs)
- [New `<FileTree>` component to display the structure of a directory](https://starlight.astro.build/guides/components/#file-tree)
- [More than 150 new icons](https://starlight.astro.build/guides/components/#all-icons)
## Around the Community
### Talking & Doc'ing
On last week's Talking & Doc'ing we launched the Monthly blog post and the new [e-commerce guide](https://docs.astro.build/en/guides/ecommerce/)
You can always find Talking and Doc'ing in the Discord Events, or on the [Astro community calendar](https://calendar.google.com/calendar/embed?src=c_g6re3u5gkl0mug3ktn1dibqhfk%40group.calendar.google.com). We never know what we'll be doing week-to-week, so you'll just have to show up to find out!
**And if you're on the Fediverse, you can follow the [Astro Docs Mastodon account](https://m.webtoo.ls/@astrodocs/) for weekly updates, fun and frolic!**
### Video/content
- [How to create a sticky changelog with Tailwind and Astro](https://lexingtonthemes.com/tutorials/how-to-create-a-sticky-changelog-with-tailwind-css-and-astrojs/) by @mike_andreuzza
- [How to create a dynamic feature grid with Astrojs and Tailwind CSS](https://lexingtonthemes.com/tutorials/how-to-create-a-dynamic-feature-grid-with-astrojs-and-tailwind-css/) by @mike_andreuzza
- [eCommerce Store with Astro](https://crystallize.com/blog/building-ecommerce-with-astro) by @nebojsa_cookie_duster
- [How to create a sidebar navigation with Tailwind and Alpine](https://lexingtonthemes.com/tutorials/how-to-create-a-sidebar-navigation-with-tailwindcss-and-alpine-js/) by @mike_andreuzza
### Templates/Themes
- [Template for Astro + TailwindCSS monorepo](https://github.com/solelychloe/astro-tailwind-monorepo) by @solelychloe
### Personal/Professional/Project Sites
<!--
Try to follow this format:
- [example.com](https://www.example.com) by @DiscordUsername
- [anotherexample.com](https://www.anotherexample.com) by @AnotherUsername
- Some additional information for the community call about project (optional)
-->
- [travelcraft-wheat.vercel.app](https://travelcraft-wheat.vercel.app/) by @monikossa
- [luckygenius.ai](https://www.luckygenius.ai/) by @opus131
- [animeif.netlify.app](https://animeif.netlify.app/) by @infinite_programmer
- [borgesmj-portfolio.netlify.app](https://borgesmj-portfolio.netlify.app/) by @borgesmj
- [letitgo-shop.vercel.app](https://letitgo-shop.vercel.app/) by @monikossa
- [zgela.services](https://zgela.services/) by @vdrnn
- [carnetsvanille.com](https://carnetsvanille.com/) by @neitsa.bes
- [minpluto.org](https://minpluto.org/en/) by @sudovanilla
- [memoria-ten.vercel.app](https://memoria-ten.vercel.app/) by @monikossa
- [loquierasono.democracia.com.es](https://loquierasono.democracia.com.es/) by @aitor451
- [futrloggr.vercel.app](https://futrloggr.vercel.app/) by @xylis_
(Websites built with Astro from community members/individual peeps, **also tag with their Discord username if possible ❤️**)
### Starlight in the wild
- [Atuin](<https://docs.atuin.sh/>)
- Shell history backed by a SQLite database
- [BibTeX.eu](<https://bibtex.eu/>) by [CiteDrive](<https://www.citedrive.com>)
- Guide for BibTeX, a tool and file format to describe and process lists of references
- [Bloc](<https://bloclibrary.dev/>) by [felangel](<https://github.com/felangel>) on GitHub
- A predictable state management library for Dart
- [Code for IBM i](<https://codefori.github.io/docs/>) by [Code4i](<https://github.com/codefori>) on GitHub
- A Visual Studio Code extension for IBM i (an operating system developed by IBM for IBM Power Systems)
### A few demos
#### Per-Route integration options / Sitemap Demo (by Fryuni)
- [API 1: Special import](https://github.com/Fryuni/inox-tools/blob/feat/partial-sitemap/examples/sitemap-ext/src/pages/blog/%5B...slug%5D.astro)
- [API 2: Special global](https://github.com/Fryuni/inox-tools/blob/feat/partial-sitemap/examples/sitemap-ext/src/pages/blog-2/%5B...slug%5D.astro)
- [API 3: Field in the Astro global](https://github.com/Fryuni/inox-tools/blob/feat/partial-sitemap/examples/sitemap-ext/src/pages/blog-3/%5B...slug%5D.astro)
- [API 4: New AstroExt global](https://github.com/Fryuni/inox-tools/blob/feat/partial-sitemap/examples/sitemap-ext/src/pages/blog-4/%5B...slug%5D.astro)
#### Yet another i18n integration (by Florian)
Well you'll see! It will be pretty small but better than nothing I guess.