bluwy
|
a673239548
|
[ci] format
|
2023-01-09 07:27:31 +00:00 |
|
Fred K. Bot
|
ec5a39c299
|
[ci] release (beta) (#5742)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2023-01-06 13:00:12 -05:00 |
|
Christopher Christofi
|
0a6b87236a
|
fix broken link in tailwind example docs (#5762)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
2023-01-04 18:39:41 -04:00 |
|
Fred K. Bot
|
2ba3bd9c16
|
[ci] release (beta) (#5732)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2023-01-03 17:23:30 -05:00 |
|
bholmesdev
|
163a9a9d0e
|
[ci] format
|
2023-01-03 21:33:40 +00:00 |
|
Ben Holmes
|
e2019be6ff
|
Change frontmatter injection ordering (#5687)
* feat: make user frontmatter accessible in md
* test: new frontmatter injection
* refactor: move injection utils to remark pkg
* fix: add dist/internal to remark exports
* feat: update frontmater injection in mdx
* tests: new mdx injection
* chore: changeset
* chore: simplify frontmatter destructuring
* fix: remove old _internal references
* refactor: injectedFrontmatter -> remarkPluginFrontmatter
* docs: add content collections change
* chore: changeset heading levels
|
2023-01-03 16:31:19 -05:00 |
|
Bjorn Lu
|
5eba34fcc6
|
Remove deprecated APIs (#5707)
* Remove deprecated Astro globals
* Remove deprecated hook param
* Fix test
* Add changeset
* Add TODO
|
2023-01-03 14:06:07 -05:00 |
|
Fred K. Bot
|
3a0f7c4855
|
[ci] release (#5718)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2023-01-03 10:44:51 -05:00 |
|
Fred K. Bot
|
640de3c26f
|
[ci] release (#5645)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-27 11:52:24 -05:00 |
|
delucis
|
b64081deed
|
[ci] format
|
2022-12-21 18:19:56 +00:00 |
|
Shivam
|
46757a6ce3
|
Add canonical URL to blog example (#5651)
|
2022-12-21 19:17:40 +01:00 |
|
Fred K. Bot
|
783a2a8e1b
|
[ci] release (#5642)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-19 09:26:29 -06:00 |
|
Anders Kaseorg
|
53e0c98dae
|
Fix spelling mistakes found by codespell and mwic (#5627)
|
2022-12-19 12:00:00 +01:00 |
|
Chris Swithinbank
|
8e67d75793
|
Fix links in content used by docs (#5631)
* Use canonical URLs with trailing slash
* Always use full URL for JSDoc links
|
2022-12-18 13:00:30 +01:00 |
|
Fred K. Bot
|
2552816d5f
|
[ci] release (#5618)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-16 20:12:04 -05:00 |
|
Fred K. Bot
|
fc46ca53d1
|
[ci] release (#5607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-16 15:54:19 -05:00 |
|
matthewp
|
04feb4b882
|
[ci] format
|
2022-12-16 19:22:01 +00:00 |
|
Ben Holmes
|
5ec0f6ed55
|
Content Collections (#5291)
* feat: port content plugin as-is
* feat: add `fetchContent` to `.astro`
* refactor: move more logic to content-internals
* refactor: move internals -> content dir
* feat: nested dir support
* feat: add with-content playground
* edit: update README
* fix: serialize route pattern for Netlify edge
Co-authored-by: Jackie Macharia <jackiewmacharia>
* wip: add ?astro-asset-ssr flag
* wip: exclude astro-ssr-asset styles from build
* revert: SSR asset flag babel changes
* feat: only load CSS when mdx is rendered!
* fix(vercel): Include all files inside `dist/` instead of only `entry.mjs` (#5175)
* chore: only-allow pnpm (#5131)
* [MDX] Support `recmaPlugins` config (#5146)
* feat: support recma plugins
* chore: add `test:match` to MDX
* chore: changeset
* docs: add recmaPlugins to README
* removes default content-visibility styles from image components (#5180)
* wip: check renderContent works
* nit: injectDelayedAssetPlugin doesn't need enforce
* feat: render content with generated entries
* feat: renderContent style injection POC
* wip: scrappy renderContent binding
* deps: parse-imports
* feat: only bind renderContent when imported
* feat: new-and-improved render-content
* fix: update example to use render-content
* refactor: extract normalizeFilename helper
* feat: move renderContent to `.astro`
* feat: add `getStaticPaths` demo 👀
* chore: remove console log
* refactor: internals -> internal
* fix: style bleed on dynamic routes
* chore: remove console log
* refactor: move rendercontentmap inside same file
* fix: style bleed in dev!
* feat: clean up example
* refactor: curry generateContent
* nit: add datetime demo
* refactor: rename and move content plugins
* feat: granular content updates in development
* chore: console.log
* refactor: move write logic, fix edge cases
* fix: use z.any() when ~schema is missing
* refactor: clean up logging
* fix: add delayed asset flag to render map
* fix: use new server loader
* chore: import type
* fix: split delayed assets to separate chunks
* chore: bad merge changesets
* feat: rework content map to Vite globs
* fix: formatted errors
* fix: get `renderContent` working with new APIs
* refactor: rename to getCollection, getEntry, renderEntry
* feat: streamline type alias!
* fix: check schema import is an import
* refactor: change ~schema -> index with defineCollection
* feat: auto apply env.d.ts reference
* feat: expose `headings` on `renderEntry`
* refactor: expose zod from astro/zod
* feat: add Collection util type
* refactor: generated types in src/content/
* edit: remove env.d.ts change from with-content
* feat: collectionToPaths utility
* refactor: migrate `examples/blog`
* refactor: simplify [...slug]
* fix: invalid date
* fix: renderEntry
* feat: migrate examples/docs to content!
* refactor: union -> enum
* fix: remove duplicate header
* chore: changeset
* Revert "fix: serialize route pattern for Netlify edge"
This reverts commit ac46a0d323 .
* fix: lint
* fix: include zod in package files
* chore: push type gen for astro check
* feat: move to single defineCollections file
* feat: move examples to new collections model
* chore: type check valid collection names
* fix: ignore collections path in err logs
* refactor: content/index -> content/config
* refactor: defineCollections -> defineCollection
* fix: update docs to defineCollection
* chore: update with-content to new `astro:content` setup
* fix: renderEntry styles
* fix: bad Collection type
* fix: blog types generated
* feat: expose injectedFrontmatter on renderEntry
* chore: `import type`
* chore: add MDX to changeset
* fix: template package file
* fix: unneeded log on content config change
* chore: add `injectedFrontmatter` to generated types
* fix: escape import.meta.env in `body`
* fix: escape import.meta.env in frontmatter
* chore: unused import
* fix: use URL for config pathname
* feat: allow zod async transforms
* deps: devalue
* feat: custom slugs + better type checking
* fix: update types on config added or removed
* chore: add error msg for MDX preview release
* refactor: restore old normalizeFilename
* fix: add loadContentConfig error classes back
* Add initial tests for renderEntry
* add fixture tests
* Use head propagation APIs in renderEntry
* chore: new type gen
* fix: sort content keys before writing
* fix: avoid writing '.' collection with warning
* chore: docs types generated
* fix: generated types only once in build
* fix: use relative path to config for git
* chore: update generated types
* fix: glob pattern on valid exts
* feat: warn on possible collection typos
* chore: better error on bad lazy import
* fix: clear gray-matter cache for rawData
* fix: wait for config file while generating
* test: get collection and get entry basic
* test: multiple collections and entries
* test: add publishedDate test on entry
* tests: getStaticPaths integration
* test: ssr endpoint integration
* chore: consistent test names
* refactor: simplify generates... test
* chore: tests lockfile
* feat: add `experimental` flag
* chore: revert blog and docs examples
* chore: add experimental flag to with-content
* refactor: reuse contentFileExts
* refactor: make contentCollectionCss required
* chore: remove parse-imports dependency
* chore: remove unresolved idea redundancy
* chore: update changeset to minor v
* chore: clean up with-content pass 1
* refactor: de-monolith vite-plugin-content
* chore: remove maximum jank warning (it's acceptable jank)
* refactor: extract types-generator to separate file
* refactor: onEvent -> handleEvent
* edit: change content log to "types generated"
* fix: more experimental checks in prod build
* refactor: 2 jsToTreeNode calls -> 1
* feat: change with-content example to blog example
* fix: Content component type
* Fix use of renderEntry within a slot
* fix: warn for non-underscore _ files, refine logs
* chore: Content type in tests
* fix: types no updating with config changes
* fix: remove `result: SSRResult` type
* chore: entry var shadowing
* fix: bad experimental flag call
* wip: skip render entry tests
* fix: path resolution for .relative on windows
* chore: remove dead code
* wip: log entryPath into
* fix: use URL for entry
* refactor: getEntryInfo normalization
* refactor: move debounce to queueEvent only
* fix: resolve loader on config error
* fix: pathToFileURL -> new URL
* fix: dangerous pathname comparison
* refactor: move rawEvent -> event mapping to queueEvent
* fix: bad type
* wip: remove mkdir call
* wip: log content paths
* fix: more bad paths
* wip: more logs
* fix: correct glob path
* fix: normalize virtual mod path
* fix: content server file paths
* chore: remove render entry test skip
* wip: skip renderEntry tests (windows issues?)
* chore: remove console log
* feat: renderEntry -> render
* chore: add `--experimental-content-collections`
* refactor: only skip renderEntry tests on windows
* refactor: index.ts barrel export
* fix: cli type error
* fix: proper test skip on windows
* refactor: remove collectionToPaths :(
* refactor: use AstroError for frontmatter error
* nit: its schema, .*
* fix: bad isWindows import
* fix: await mod -> mod = await
Co-authored-by: Juan Martín Seery <me@juanm04.com>
Co-authored-by: 花果山大圣 <316783812@qq.com>
Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: bholmesdev <bholmesdev@gmail.com>
|
2022-12-16 14:19:53 -05:00 |
|
Zihan Chen
|
7cbe7f5623
|
Docs example: use HTTPS for site in astro.config.mjs (#5603)
|
2022-12-15 15:35:43 +01:00 |
|
Fred K. Bot
|
8913c51e1a
|
[ci] release (#5605)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-14 10:23:50 -05:00 |
|
Fred K. Bot
|
d7da0996b6
|
[ci] release (#5597)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-13 10:29:40 -05:00 |
|
Fred K. Bot
|
a219c41319
|
[ci] release (#5561)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-12 10:22:39 -05:00 |
|
Fred K. Bot
|
50cb99003a
|
[ci] release (#5544)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-08 09:12:10 -05:00 |
|
Fred K. Bot
|
d8e00a4871
|
[ci] release (#5507)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-12-06 11:20:35 +01:00 |
|
Fred K. Bot
|
8450a09f14
|
[ci] release (#5485)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-30 11:10:06 -05:00 |
|
Fred K. Bot
|
5fa1285239
|
[ci] release (#5432)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-24 22:54:52 +08:00 |
|
Fred K. Bot
|
bbb329e65e
|
[ci] release (#5419)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-17 10:52:42 -05:00 |
|
Rishi Raj Jain
|
fcfd166f2d
|
fix: Docs Site - Table of contents highlight not working (#5411)
* fix: Docs Site - Table of contents highlight not working
* Add html-escaper devDep
* add html-escaper via pnpm
|
2022-11-17 10:48:57 -05:00 |
|
Fred K. Bot
|
49c1a5d439
|
[ci] release (#5399)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-16 10:07:56 -05:00 |
|
李瑞丰
|
66992ed700
|
fix(template): delete extra css. (#5403)
|
2022-11-15 15:19:04 +08:00 |
|
Fred K. Bot
|
993b58d567
|
[ci] release (#5365)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-14 13:31:31 -05:00 |
|
Josh Wilson
|
eab4a0279f
|
Preserve reactivity in Solid example component (#5386)
|
2022-11-14 11:50:15 +08:00 |
|
Fred K. Bot
|
7ec016fec3
|
[ci] release (#5359)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-10 16:09:24 -08:00 |
|
Fred K. Bot
|
f8115180f3
|
[ci] release (#5329)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-10 13:01:45 -08:00 |
|
Chris Swithinbank
|
f9f1b531da
|
Fix astro.config.mjs in minimal example (#5350)
|
2022-11-10 09:50:29 -06:00 |
|
Obinna Ekwuno
|
8cdd5aabdb
|
Add “Open with CodeSandbox” buttons to example project READMEs (#5322)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
|
2022-11-10 11:32:13 +01:00 |
|
natemoo-re
|
16abbad0b6
|
[ci] format
|
2022-11-08 22:12:54 +00:00 |
|
Nate Moore
|
13119162f5
|
fix(examples): ts-check issue (#5332)
Co-authored-by: Nate Moore <nate@astro.build>
|
2022-11-08 16:11:17 -06:00 |
|
Princesseuh
|
dcdeca56ac
|
[ci] format
|
2022-11-08 18:39:22 +00:00 |
|
Fred K. Bot
|
e8ff4571f2
|
[ci] release (#5325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-08 13:00:53 -05:00 |
|
Fred K. Bot
|
56c37a6287
|
[ci] release (#5296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-07 15:25:20 -05:00 |
|
matthewp
|
4cf87eb29f
|
[ci] format
|
2022-11-04 13:11:59 +00:00 |
|
wulinsheng123
|
247eb7411f
|
fix: fix bug #5267 (#5298)
* fix: fix bug #5267
* fix: add changeset
* fix: on frozen lockfile
Co-authored-by: wuls <linsheng.wu@beantechs.com>
|
2022-11-04 09:09:55 -04:00 |
|
Fred K. Bot
|
89f335b539
|
[ci] release (#5262)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-11-03 09:38:29 -04:00 |
|
Shoubhit Dash
|
0bab357c48
|
fix: consider trailing slashes when calculating current path in blog example (#5272)
|
2022-11-01 16:08:45 -04:00 |
|
Tony Sullivan
|
4e2bd17393
|
Adds a Hackernews example site (#5213)
* adds the hackernews example - TODO add readme content
* refactor: moving styles from root.css into components
* chore: add README content
* chore: lint fixes + prettier-plugin-astro@0.4.0
* Update examples/hackernews/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* lint: remove unused variable
* nit: adding check command to example
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
2022-11-01 16:20:04 +00:00 |
|
Fred K. Bot
|
5016166acf
|
[ci] release (#5239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-31 10:21:09 -04:00 |
|
Fred K. Bot
|
5be3fdec27
|
[ci] release (#5215)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-28 12:14:55 -04:00 |
|
Erika
|
f4dd4522bf
|
Fix unintentional change to minimal example (#5214)
|
2022-10-27 15:39:11 -03:00 |
|
Fred K. Bot
|
50841bb7fd
|
[ci] release (#5199)
* [ci] release
* Update packages/integrations/cloudflare/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
2022-10-27 09:41:03 -04:00 |
|