Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
anaxite pushed 55 commits to main anaxite/withastro.docs
- Fix typo (#10304) ca29d50
- fix: remove unnecessary `\` in code example (#10312) Co-authored-by: Sarah Rainsberger <[email protected]... 7c1e362
- [i18nIgnore] fix punctuation typos: `guides/upgrade-to/v5.mdx` (#10301) Co-authored-by: Yan <61414485+yanthomasdev@u... 162d259
- fix: remove unnecessary `await` before `import.meta.glob` (#10310) Co-authored-by: Reuben Tier <64310361+TheOtterlor... 5920932
- i18n(ja) update banners [i18nIgnore] (#10272) * [ja] update getting-started * update other parts * Update install-... dd8bdaf
- i18n(ko-KR): create `content-loader-reference.mdx` and `astro-content.mdx` (#10311) * i18n(ko-KR): create `content-l... d0c8757
- i18n(ko-KR): update `astro-syntax.mdx` (#10309) * i18n(ko-KR): update `astro-syntax.mdx` * update link --------- ... b0e50e4
- i18n(ko-KR): update `configuring-astro.mdx` (#10307) * i18n(ko-KR): update `configuring-astro.mdx` * update link -... 1ddf164
- Additional import.meta.glob fixes (#10315) Co-authored-by: Yan <[email protected]> 0d7da61
- i18n(ko-KR): update `deno.mdx` (#10308) Co-authored-by: Yan <[email protected]> 17e029d
- i18n(ko-KR): update `authentication.mdx` (#10306) Co-authored-by: Yan <[email protected]> ee4e6c9
- i18n(fr): update `guides/routing.mdx` (#10318) See #9240 Co-authored-by: Thomas Bonnet <[email protected]> 032e65d
- i18n(fr): Update `guides/deploy/*` from #9240 (#10316) * i18n(fr): Update `guides/deploy/*`from #9240 Signed-off-by... 52ab68a
- i18n(ko-KR): update `islands.mdx` (#10305) * i18n(ko-KR): update `islands.mdx` * update link * update --------- ... 9f9393f
- i18n(ko-KR): update `actions.mdx` (#10323) Co-authored-by: Yan <[email protected]> c0641a6
- i18n(ko-KR): update `mdx.mdx` (#10322) Co-authored-by: Yan <[email protected]> 2611811
- i18n(ko-KR): update `imports.mdx` (#10321) Co-authored-by: Yan <[email protected]> a29825a
- fix: repetition issue in `v5.mdx` (#10325) Co-authored-by: Yan <[email protected]> 0852778
- i18n(fr): update the remaining `guides/upgrade-to/*` (#10326) See #9240 4747e3b
- [project-structure] remove `src/content` and mention images (#10327) Co-authored-by: TheOtterlord <64310361+TheOtter... 5cba586
- and 35 more ...
anaxite created a comment on an issue on withastro/docs
Sounds good. Shall I have a go at some of these updates?
anaxite opened a pull request on withastro/docs
fix: remove unnecessary `\` in code example
#### Description This PR removes an unnecessary backslash `\` character from a code example for the new content collection system. This should be the last code example that used this characte...anaxite pushed 1 commit to patternfix anaxite/withastro.docs
- fix: remove unnecessary slash in code example 9b41448
anaxite pushed 2 commits to main anaxite/withastro.docs
anaxite created a comment on an issue on withastro/docs
I think I know a way to make it clearer. 1. Edit the upgrade guide to make it clear that underscores `_` in front of files are no longer excluded automatically. This is a behavior change that is g...
anaxite opened a pull request on trevortylerlee/astro-micro
Update Astro to 5.0
## Summary This pull request updates Astro and related dependencies to support Astro 5.0. ### Quick changelog - Update Astro, @astrojs/mdx, astro-pagefind - Update other dependencies with...anaxite pushed 1 commit to 5.0 anaxite/astro-micro
- Change content collection pattern - Change mdx file extension pattern per official docs - Remove underscore ccf7815
anaxite opened an issue on trevortylerlee/astro-micro
Update Astro to 5.0
Astro 5.0 was released a few days ago. It brings a few changes that affect this theme: - `astro-pagefind` 1.7.0 required - The collections system has changed - A few CSS variables have changed...anaxite pushed 13 commits to main anaxite/astro-micro
- Update packages within constraints - #npm update --save - Prepare for Astro 5.0 update 0fdd906
- Update packages to Astro 5 - Update @astrojs/mdx to v4 - Update astro to v5.0.3 7e42477
- Update collections, part 1 - Move and rename content config file 1f610ef
- Update collections, part 2 - Edit connection definitions - Replace collection `type` with a `loader` 3acbf79
- Update collections, part 3 - Change references from `slug` to `id` 0544c32
- Update collections, part 4 - CSwitch to the new `render()` function 9474e8e
- Rename ViewTransitions - Rename deprecated `ViewTransitions` to `ClientRouter` bdba50f
- Update CSS variables for Astro v5 7eac850
- Update TypeScript configuration for Astro v5 7172331
- Fix readingTime() build error In Astro props, `body` can be undefined. We need to make readingTime() conditional on ... 1f4e57d
- Increase global css text size 3a7cb14
- Increase text sizes in components - Increase text size by one step in Astro components 3e0dfaf
- Increase container size for readability bf9cdb2
anaxite created a comment on an issue on withastro/docs
Does the router [exclude files with underscores](https://docs.astro.build/en/guides/routing/#excluding-pages) even if the pattern is `'**/*.md'`? If so, this may be the simplest pattern to suggest...
anaxite pushed 1 commit to 5.0 anaxite/astro-micro
- Fix readingTime() build error In Astro props, `body` can be undefined. We need to make readingTime() conditional on ... 1f4e57d
anaxite pushed 3 commits to 5.0 anaxite/astro-micro
anaxite opened an issue on withastro/docs
Content collection loader examples are inconsistent
### 📚 Subject area/topic Content collections ### 📋 Page(s) affected (or suggested, for new content) - https://docs.astro.build/en/guides/content-collections/ - https://docs.astro.build/en/guide...anaxite pushed 5 commits to 5.0 anaxite/astro-micro
- Update packages to Astro 5 - Update @astrojs/mdx to v4 - Update astro to v5.0.3 7e42477
- Update collections, part 1 - Move and rename content config file 1f610ef
- Update collections, part 2 - Edit connection definitions - Replace collection `type` with a `loader` 3acbf79
- Update collections, part 3 - Change references from `slug` to `id` 0544c32
- Update collections, part 4 - CSwitch to the new `render()` function 9474e8e
anaxite created a branch on anaxite/astro-micro
5.0 - Blog theme for Astro with search and comments built-in. Zero frameworks.
anaxite pushed 1 commit to anaxite/docs anaxite/fastrepl-canary
- Copy files from integration section as templates 45280d0
anaxite pushed 1 commit to anaxite/docs anaxite/fastrepl-canary
- Update CONTRIBUTING.md Rewrite guide for clarity and ease of use c0c7380