aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-18[ci] release (#3939)create-astro@0.14.1astro@1.0.0-beta.73@astrojs/vue@0.4.1@astrojs/telemetry@0.4.1@astrojs/svelte@0.4.1@astrojs/solid-js@0.4.1@astrojs/rss@0.2.2@astrojs/react@0.4.2@astrojs/prism@0.6.1@astrojs/preact@0.5.2@astrojs/mdx@0.2.1@astrojs/markdown-remark@0.12.0@astrojs/image@0.1.3v1-betaGravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-19[ci] formatGravatar FredKSchott 1-1/+3
2022-07-18Feat/image url hash (#3965)Gravatar Tony Sullivan 5-9/+95
* Including a hash of the full remote URL when building for SSG * chore: add changeset
2022-07-18ci: fix eslint issues (#3969)Gravatar Juan Martín Seery 2-0/+2
2022-07-18add missing props in markdown layout (#3588)Gravatar Charles Vandevoorde 5-1/+38
The `url` props was missing but should there according to [this document](https://docs.astro.build/en/guides/markdown-content/#markdown-layouts). The `file` props was not initially there but is quite useful when you need to resolve file which are relative to the markdown file itself.
2022-07-18[ci] formatGravatar FredKSchott 2-5/+7
2022-07-18Throw the error when `site` option is missing (#3956)Gravatar Vlad Esafev 3-0/+26
* Throw the error when site option is missing * Update index.ts * Update index.ts * Update rss.test.js * Update index.ts Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-07-18Make timeout higher for astro check tests as TypeScript is very slow on ↵Gravatar Erika 1-2/+2
Windows in CI (#3966)
2022-07-18Revert "Removes trailing dash from generated slugs in markdown (#3044)"Gravatar Fred K. Schott 3-11/+2
This reverts commit 8530cce14f9953e0e5d6b12807720e62b9b5cf1f.
2022-07-18Revert "Revert "Removes trailing dash from generated slugs in markdown (#3044)""Gravatar Fred K. Schott 2-1/+6
This reverts commit 7160bbeedead315a796cdb8b601a5859d5c3f4d7.
2022-07-18Revert "Removes trailing dash from generated slugs in markdown (#3044)"Gravatar Fred K. Schott 2-6/+1
This reverts commit 8530cce14f9953e0e5d6b12807720e62b9b5cf1f.
2022-07-18[ci] formatGravatar matthewp 1-1/+1
2022-07-18Fixes hydration of Maps and Sets (#3960)Gravatar Matthew Phillips 5-5/+50
2022-07-18Moves Debug component's styles to be inlined (#3963)Gravatar Matthew Phillips 7-13/+69
2022-07-18[Smoke] Add docs and astro.build to smoke test (#3941)Gravatar Ben Holmes 2-13/+18
* feat: add docs and astrobuild to checkout * fix: checkout external repos after main * wip: build each external repo separately? * Revert "wip: build each external repo separately?" This reverts commit 042a3b2a8b33cfcff1622c2002bdfa43a5532ea8. * fix: move checkout to smoke/ * chore: add react to peer dep ignores for CI
2022-07-18[ci] formatGravatar tony-sull 2-10/+7
2022-07-18Improving support for third-party hosted image services (#3957)Gravatar Tony Sullivan 6-15/+59
* WIP: always use the built-in sharp service for local images in `dev` * adding type definitions for the integration's use of globalThis * simplifying the globalThis type checking * chore: adding changeset * removing temp hosted service used for testing
2022-07-18[ci] formatGravatar Princesseuh 1-1/+1
2022-07-18Improve astro check (#3906)Gravatar Erika 17-186/+355
* Improve astro check * Fix lockfile * Update to latest language-server version * Add simple tests * Fix lock file, again * Fix `astro check` not working on Windows, speeds up tests * Add changeest
2022-07-18remove ssr-utils file (#3924)Gravatar Fred K. Schott 3-10/+6
2022-07-18Fix expected types for Element in our JSX definitions (#3958)Gravatar Erika 3-13/+17
* Fix expected types for Element in our JSX definitions * Add changeset
2022-07-18[ci] formatGravatar matthewp 6-65/+71
2022-07-18Hoist Astro.globbed hoisted scripts in dev (#3930)Gravatar Matthew Phillips 11-189/+276
* Hoist Astro.globbed hoisted scripts in dev * Adds a changeset * Increase the timeout for the HMR test * Fix e2e tests * Refactor test
2022-07-18Sets import.meta.env.BASE_URL correctly in dev (#3955)Gravatar Matthew Phillips 7-66/+115
2022-07-16[ci] formatGravatar RafidMuhymin 1-5/+5
2022-07-16Removes trailing dash from generated slugs in markdown (#3044)Gravatar Rafid Muhymin Wafi 3-2/+11
* fixed header slugs in markdown if ends with a dash * added changeset * removes trailing dash only if slug was created * updated test * updated change level from patch to minor
2022-07-15[ci] formatGravatar bholmesdev 3-17/+32
2022-07-15Handle metadata for MDX files during build (#3915)Gravatar Nate Moore 9-70/+257
* fix: metadata handling for MDX files * chore: add changeset * chore: update mdx example * fix: protect against infinite loops in jsx-runtime, properly hook console.error * chore: remove unused import * feat(mdx): support `client:only` * fix: prefer Symbol.for * fix(jsx): handle vnode check properly * chore: appease ts Co-authored-by: Nate Moore <nate@astro.build>
2022-07-15Roll back supported Node engines (#3937)Gravatar Chris Swithinbank 15-14/+28
Fixes #3936
2022-07-14[ci] release (#3925)astro@1.0.0-beta.72@astrojs/react@0.4.1@astrojs/preact@0.5.1Gravatar Fred K. Bot 39-107/+111
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-14Add @babel/core dependencies to react/preact integrations (#3928)Gravatar Matthew Phillips 4-18/+14
* Add @babel/core dependencies * Adds a changeset
2022-07-14Use a .ts file to export built-in components so they're typed (#3927)Gravatar Erika 3-1/+6
* Use a .ts file to export built-in components so they automatically have types * Add changeset
2022-07-14[ci] formatGravatar Princesseuh 1-1/+1
2022-07-14fix: export AstroComponentFactory for tsc validattion to pass (#3917)Gravatar Herman Z 1-0/+1
2022-07-14Handle `false` properly in `class:list` (#3922)Gravatar Nate Moore 6-2/+23
* fix(#3920): properly handle false in `class:list` * fix: allow 0 in `class:list` * fix: output empty `class:list` as `''` rather than `class=''` Co-authored-by: Nate Moore <nate@astro.build>
2022-07-14[ci] release (#3921)astro@1.0.0-beta.71@astrojs/markdown-remark@0.11.7Gravatar Fred K. Bot 36-78/+83
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-14chore: update compiler (#3918)Gravatar Nate Moore 3-5/+10
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-14[ci] formatGravatar FredKSchott 1-1/+1
2022-07-14add back missing ssr-utils.ts file (#3919)Gravatar Fred K. Schott 3-1/+15
2022-07-13[ci] release (#3903)create-astro@0.14.0astro@1.0.0-beta.70@astrojs/vue@0.4.0@astrojs/telemetry@0.4.0@astrojs/svelte@0.4.0@astrojs/solid-js@0.4.0@astrojs/rss@0.2.1@astrojs/react@0.4.0@astrojs/prism@0.6.0@astrojs/preact@0.5.0@astrojs/mdx@0.2.0@astrojs/markdown-remark@0.11.6Gravatar Fred K. Bot 58-165/+218
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-13Rollback Nodejs Dependancy (#3914)Gravatar Randall 15-14/+28
* Rollback Nodejs Dependancy Closes #3908 Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> * Create ninety-apes-talk.md
2022-07-13Astro Types for docs: capitalize Markdown (#3912)Gravatar Sarah Rainsberger 1-5/+5
- Capitalizes a few errant "markdowns" that find their way into Docs. - Also updates "if or not" to "whether or not" since I'm here. - Also, admittedly a point of contention, but until we decide otherwise for the entire site: a straggling "front matter" -> "frontmatter"
2022-07-13[ci] formatGravatar matthewp 2-10/+14
2022-07-13Provide a better error message for when RSS is missing `link` field (#3913)Gravatar Matthew Phillips 3-0/+37
* Provide a better error message for when RSS is missing `link` field * Adds a changeset
2022-07-13[ci] formatGravatar tony-sull 1-3/+7
2022-07-13fix: don't throw when Shiki doesn't recognize a language (#3911)Gravatar Juan Martín Seery 5-1/+34
* Don't throw when Shiki doesn't recognise a language * Changeset
2022-07-12fix: add github-slugger to ALWAYS_EXTERNAL (#3902)Gravatar Ben Holmes 2-0/+7
* fix: add github-slugger to ALWAYS_EXTERNAL * chore: changeset
2022-07-12[ci] formatastro@1.0.0-beta.69@astrojs/vue@0.3.1@astrojs/vercel@0.2.6@astrojs/telemetry@0.3.1@astrojs/tailwind@0.2.4@astrojs/svelte@0.3.1@astrojs/solid-js@0.3.1@astrojs/sitemap@0.2.6@astrojs/react@0.3.1@astrojs/prefetch@0.0.5@astrojs/preact@0.4.1@astrojs/partytown@0.1.8@astrojs/node@0.1.6@astrojs/netlify@0.4.10@astrojs/mdx@0.1.1@astrojs/markdown-remark@0.11.5@astrojs/image@0.1.2@astrojs/deno@0.1.10@astrojs/cloudflare@0.2.4Gravatar matthewp 3-9/+9
2022-07-12[ci] release (#3900)Gravatar Fred K. Bot 34-69/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-12Example blog rework (#3896)Gravatar Ben Holmes 19-440/+316
* refactor: restructure components, kill dead code * nit: tweak base styles * nit: remove unneeded code comments * refactor: replace unused permalink with canonicalURL * refactor: add missing prop types * feat: make markdown examples more interesting * chore: consistent semis and quotes * chore: astro check failures * fix: bad url prop * fix: bad frontmatter quote * chore: more dead styles * chore: add header gap * refactor: use tsx for likebutton * fix: restore post sorting * chore: remove unused flex-row util * fix: small md formatting on README * chore: run through astro-plugin-prettier * fix: revert to double quotes * fix: manually move style outside <body> * fix: update file tree in README * refactor: publish-date -> time * refactor: remove unused div and margin * refactor: publishDate -> time on layout * refactor: .heroImage -> img * refactor: .logo -> svg * feat: update social image, remove jpg * fix: remove prism stylesheet!