summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07[ci] release (#3534)astro@1.0.0-beta.42@astrojs/netlify@0.4.3@astrojs/deno@0.1.5Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-07[ci] formatGravatar matthewp 3-10/+11
2022-06-07Allow dynamic imports when using Netlify Edge Functions (#3535)Gravatar Matthew Phillips 13-7/+144
* Allow dynamic imports when using Netlify Edge Functions * Update deno test script and changeset
2022-06-07[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-06[ci] formatGravatar matthewp 1-6/+8
2022-06-06Fix importing CSS packages in frontmatter (#3537)Gravatar Matthew Phillips 7-43/+100
* Fix importing CSS packages in frontmatter * Formatting * Only update if the source code contains the import * Consolidate the two plugins * we do need a pre and a post * Adds a changeset
2022-06-06[ci] formatGravatar matthewp 1-102/+107
2022-06-06Prevent minifying server JS (#3533)Gravatar Matthew Phillips 2-28/+35
* Prevent minifying server JS * Add a changeset
2022-06-06[ci] formatGravatar tony-sull 8-24/+24
2022-06-06Improve HMR handling for styles, persisted islands (#3492)Gravatar Nate Moore 31-161/+309
* feat: improve HMR handling for styles, persisted islands * Also using data-persist to keep injected <style>'s during HMR * Updating E2E tests to validate that .astro HMR doesn't blow away component styles * chore: add changeset * copy/paste error when cleaning up tests * big change - using inline <style> blocks instead of <link>s in dev * Updating tests that were expecting <link> stylesheets in dev * updating all E2E tests to use workspace versions for astro deps * TEMP: adding debug logging to see why the Ubuntu test only fails in CI * fix: Svelte styles are automatically handled by Vite, we can skip them in dev * fix: svelte is more interesting, we need Astro to inject styles only until hydration * avoiding extra HMTL noise by only including the data-astro-injected URL for svelte components * TEMP: ubuntu CI doesn't like the svelte HMR test... * disabling the svelte component test on ubuntu for now Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 105-379/+361
2022-06-06format: automatically organize imports and removed unused (#3499)Gravatar Fred K. Schott 5-4/+93
* add import formatting * chore: update lockfile Co-authored-by: Nate Moore <nate@skypack.dev>
2022-06-06[ci] formatGravatar matthewp 2-7/+7
2022-06-06Fix use of dynamic imports / Astro.glob with Deno Deploy (#3532)Gravatar Matthew Phillips 12-9/+157
* Fix use of dynamic imports / Astro.glob with Deno Deploy * Adds a changeset * Mark the markdown package as external
2022-06-06[ci] release (#3512)astro@1.0.0-beta.41@astrojs/markdown-remark@0.11.0@astrojs/lit@0.1.5Gravatar github-actions[bot] 41-103/+102
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-06[ci] formatGravatar bholmesdev 1-4/+6
2022-06-06Fix: refusing to accept `isSelfAccepting` for JSX (#3521)Gravatar Ben Holmes 3-1/+17
* fix: generate client directive scripts from metadata * chore: changeset * feat: add all runtime client scripts to optimized deps * fix: remove hmr.js from optimized deps (monorepo-specific issue) * Revert "fix: generate client directive scripts from metadata" This reverts commit 56530a86efb6ac62eecccb6403a35b495c75a9d3. * refactor: move optimizedeps to dev only * docs: add comment on why optimizdeps * nit: indentation
2022-06-06[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-05[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-04[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-03[ci] formatGravatar matthewp 2-6/+6
2022-06-03[ci] update lockfile (#3515)Gravatar Fred K. Schott 15-80/+71
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-03Allow importing .ts files with .js extension (#3518)Gravatar Matthew Phillips 8-0/+65
* Allow importing .ts files with .js extension * Adds a changeset * Make it also work in .md files
2022-06-03[ci] formatGravatar natemoo-re 1-16/+22
2022-06-03refactor(config): refactor duplicated default config values (#3504)Gravatar Maurer Krisztian 1-26/+58
* refactor(config): refactor duplicated default configs * refactor(config): constant CONSTANT_CASE, remove export
2022-06-03[ci] formatGravatar natemoo-re 2-18/+26
2022-06-03Fix Markdown errors missing source filename (#3514)Gravatar hippotastic 2-0/+32
2022-06-03Fix: Allow self-closing tags in Markdown (#3516)Gravatar hippotastic 3-1/+57
2022-06-03Fix cases for JSX-like expressions in code blocks of headings (#3502)Gravatar nokazn 3-10/+51
* chore: fix typo in remark tests * test: add test cases for markdown expressions in header * fix: avoid evaluating JSX-like expressions inside inline code in heading * fix: generate slug for id including values in backtick blocks
2022-06-03[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-02Patch Lit server shim to fix sass compatability (#3511)Gravatar Nate Moore 5-1/+34
* fix(#2623, #3508): patch lit server shim to allow sass compat * chore: add changeset
2022-06-02[ci] release (#3509)astro@1.0.0-beta.40@astrojs/netlify@0.4.2@astrojs/deno@0.1.4Gravatar github-actions[bot] 39-82/+86
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-02[ci] update lockfile (#3501)Gravatar Fred K. Schott 3-81/+72
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-02provide import.meta.env.SITE when there are private envs (#3498)Gravatar Matthew Phillips 4-1/+14
* provide import.meta.env.SITE when there are private envs * Adds a changeset * Handle destructing of import.meta.env.SITE
2022-06-02[ci] formatGravatar natemoo-re 2-3/+3
2022-06-02Pass `optimizeDeps.include` to silence build warning (#3507)Gravatar Nate Moore 2-0/+13
* fix(build): pass `optimizeDeps.include` to silence build warning * chore: add changeset
2022-06-02Fix `<link>` tag not being self-closing (#3506)Gravatar Nate Moore 3-1/+14
* fix(#392): ensure link tags are rendered as void elements * test: ensure html does not include a `</link>` end tag * chore: add changeset
2022-06-02fix: alias astro to @types/astro (#3503)Gravatar William Tetlow 6-9/+78
* fix: alias astro to @types/astro * fix: handle resolve.alias being array * chore: add integrations patch to changeset * chore: remove empty file
2022-06-02[ci] release (#3488)astro@1.0.0-beta.39@astrojs/solid-js@0.1.4Gravatar github-actions[bot] 37-87/+84
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-02[ci] formatGravatar bholmesdev 3-3/+6
2022-06-02Fix: newline characters in Solid (#3505)Gravatar Ben Holmes 6-6/+29
* fix: remove source map consumption from babel transform * refactor: move inputSourceMap to integration option * tests: add newline ex to test build and dev * chore: change back to babel.transformAsync * chore: changeset
2022-06-02[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-01[ci] formatGravatar natemoo-re 1-1/+3
2022-06-01Add console warning on fs.strict=false (#3464)Gravatar Ben Holmes 3-1/+12
* chore: add warning on fs.strict=false * chore: add changeset Co-authored-by: Nate Moore <nate@skypack.dev>
2022-06-01Integration Docs: Tailwind (#3429)Gravatar Dan Jutan 1-36/+98
* test commi * add video * test video include * actually close the tag * try directly pasting the video link * remove the quote I forgot about * figured out how to properly upload a video to github * remove unneeded media directory * why tailwind * Installation and Usage * Troubleshooting * Add examples section * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * TOC + layout tweaks * separated, and example re: warning to not use Tailwind with other styling method Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-06-01Update rollup to prevent empty slot bug (#3496)Gravatar Matthew Phillips 11-7/+82
* Update rollup to prevent empty slot bug * Adds a changeset * Updated lockfile * provide import.meta.env.SITE when there are private envs
2022-06-01[ci] update lockfile (#3495)Gravatar Fred K. Schott 28-2219/+2109
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-01[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-31[ci] formatGravatar tony-sull 1-2/+8
2022-05-31Fixing HMR for hoisted scripts (#3427)Gravatar Tony Sullivan 4-3/+33
* WIP: the leading /@fs broke script HMR * Revert "WIP: the leading /@fs broke script HMR" This reverts commit 84fce366268033261369aed48f909e59e78bf3e4. * Metadata needs to strip off /@fs from hoisted script URLs * adding a test for hoisted script HMR support * removing 2 second timeout on navigation, allow default 30 seconds * simplifying the hoisted script test sync * TEMP: bubbling up console logs to track down windows failure * removing temp logging * disabling the test on windows for now * chore: adding changeset