summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/add-classes.mjs (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-22[ci] formatGravatar FredKSchott 6-21/+6
2022-03-21chore: vscode files (#2844)Gravatar Juan Martín Seery 12-2/+96
* Added vscode recommendations * Updated launch command * Removed extra extensions * updated root extensions
2022-03-21Fix: `isSelfAccepting`? More like `isBanishedToTheShadowRealm` (#2852)Gravatar Ben Holmes 2-1/+17
* fix: restore renderer caching strategy * fix: restore old URL constructor for HMR * docs: comment why we need the rendererCache * refactor: remove needless "else" * chore: changeset
2022-03-21update ci to fix congratsbotGravatar Fred K. Schott 1-1/+1
2022-03-21update ci to fix congratsbotGravatar Fred K. Schott 2-2/+3
2022-03-21Feat: support tailwind config files (#2831)Gravatar Ben Holmes 4-6/+62
* feat: support custom tailwind config files * fix: make config options optional * feat: use existing utilities to resolve config path * deps: add @proload/core to tailwind integration * deps: update pnpm lock * chore: clarify config docs * refactor: extract user config fetch to helper * refactor: rename function and function options * refactor: throw error on bad custom config path * deps: move @proload/core to regular deps * chore: add changeset * fix: apply astro preset when user config exists * fix: use resolveConfig to preserve defaults
2022-03-21add injected scripts to markdown pages (#2848)Gravatar Fred K. Schott 2-9/+28
* add injected scripts to markdown pages * Create twenty-kiwis-tease.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-21chore: integration keywords (#2847)Gravatar Tony Sullivan 11-0/+60
* updating integration package keywords * adding a changeset
2022-03-21chore: update changesetGravatar Nate Moore 1-2/+2
2022-03-21feat(create-astro): add peer dependencies to package.json (#2843)Gravatar Juan Martín Seery 6-40/+136
* Install dependencies automatically * Added spinners * Updated lockfile * changeset * Sort dependencies * Reverted autoinstall * Updated changeset
2022-03-21chore: remove `@astrojs/parser` (#2845)Gravatar Juan Martín Seery 41-4978/+5
* Removed parser from astro * Removed parser files * Updated changeset config * Removed from license
2022-03-21[ci] update lockfile (#2841)Gravatar Fred K. Schott 17-87/+88
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-21[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-21[ci] formatGravatar FredKSchott 1-29/+29
2022-03-20[ci] release (next) (#2838)astro@0.25.0-next.1Gravatar Fred K. Schott 31-84/+91
This reverts commit 935e6fa0c884d7f71129f36c0ac27607ee8281b2.
2022-03-20Revert "[ci] release (next) (#2838)"Gravatar Fred K. Schott 30-64/+57
This reverts commit 5df8d68094badb72f58c7fc93438ec85ac843040.
2022-03-19[ci] release (next) (#2838)Gravatar github-actions[bot] 30-57/+64
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-03-19[ci] formatGravatar FredKSchott 1-7/+9
2022-03-19Release bot (#2836)Gravatar Nate Moore 2-15/+17
* fix(ci): improve release-bot message by dynamically generating packageMap * fix(ci): update changeset to refresh lockfile after version
2022-03-19[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-18chore: cleanup example dependencies (#2837)Gravatar Nate Moore 16-0/+150
2022-03-18chore: fix missing `postcss-load-config` dependency (#2835)Gravatar Nate Moore 3-0/+8
2022-03-18[ci] formatGravatar natemoo-re 2-33/+33
2022-03-18chore: update lockfileastro@0.25.0-next.0@astrojs/vue@0.0.1@astrojs/turbolinks@0.0.1@astrojs/tailwind@0.0.1@astrojs/svelte@0.0.1@astrojs/solid-js@0.0.1@astrojs/sitemap@0.0.1@astrojs/react@0.0.1@astrojs/preact@0.0.1@astrojs/partytown@0.0.1@astrojs/markdown-remark@0.7.0-next.0@astrojs/lit@0.0.1Gravatar Nate Moore 1-31/+31
2022-03-18[ci] release (next) (#2812)Gravatar github-actions[bot] 32-67/+100
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-18Update Compiler with new CSS Parser (#2833)Gravatar Nate Moore 4-6/+14
* chore: update compiler * Update eighty-trees-thank.md * test: update css test
2022-03-18Enter prerelease mode (#2832)Gravatar Fred K. Schott 2-341/+409
* update lockfile * enter pre-release mode
2022-03-18fix(windows): fix build script on windows (#2830)Gravatar Nate Moore 1-1/+1
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 266-1114/+3616
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-18[ci] formatGravatar bholmesdev 2-4/+3
2022-03-18Feat: change to shiki default md renderer (#2824)Gravatar Ben Holmes 10-312/+70
* feat: change Shiki to default * refactor: update blog styles for shiki * feat: update examples/docs styles for Shiki * refactor: remove Prism-ish examples/docs styles * refactor: simplify rules with `all: unset` * refactor: remove Prism styles * refactor: examples/with-md remove Prism-specific line-highlight * chore: add changeset * chore: update changeset versions * refactor: update syntax highlight test for scoped styles * fix: apply scoped style class to pre and span lines * feat: test that scoped styles cascade to shiki code * refactor: pass scopedClassName explicitly
2022-03-18Fix island deduplication ignoring props. (#2825)Gravatar Hlynur Sveinbjornsson 8-15/+41
* Fix island deduplication ignoring props. Re-resolves an issue initially patched in https://github.com/withastro/astro/pull/846 but seemingly lost in the 0.21.0 mega-merge (https://github.com/withastro/astro/commit/d84bfe719a546ad855640338d5ed49ad3aa4ccb4). This change makes the component render step account for all props, even if they don't affect the generated HTML, when deduplicating island mount. * Fix React component test using different rendered props to test deduplication. * fix: improve serialization support for non-JSON objects Co-authored-by: Nate Moore <nate@skypack.dev>
2022-03-18[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-17[ci] update lockfile (#2822)Gravatar Fred K. Schott 4-677/+477
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-17test: add tailwind escape test (#2816)Gravatar Nate Moore 3-0/+11
2022-03-17[ci] formatGravatar matthewp 3-11/+13
2022-03-17Allow SSR dynamic routes to not implement getStaticPaths (#2815)Gravatar Matthew Phillips 12-25/+81
* Allow SSR dynamic routes to not implement getStaticPaths * Adds a changeset * Update based on code-review comments
2022-03-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-16Adds tests for tailwind support in `dev` and `build` (#2809)Gravatar Tony Sullivan 8-484/+818
* adding basic dev and build tests for TailwindCSS * adding tests to validate tailwind classes are maintained in HTML output * fixing indent spacing * updating lock file
2022-03-16[ci] formatGravatar matthewp 17-101/+84
2022-03-16Implements redirects, headers for SSR (#2798)Gravatar Matthew Phillips 33-108/+697
* Implements redirects, headers for SSR * Move away from an explicit Request * Properly handle endpoint routes in the build * chore(lint): ESLint fix * Update based on review comments Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-16logic for opening example projects (#2811)Gravatar Ofer Shaal 2-1/+28
2022-03-16[ci] update lockfile (#2810)Gravatar Fred K. Schott 8-590/+599
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-15fix: mark static build pkg as privateGravatar Nate Moore 1-0/+1
2022-03-16[ci] formatGravatar natemoo-re 1-29/+29
2022-03-15chore: update lockfileGravatar Nate Moore 1-32/+32
2022-03-15[ci] release (#2808)Gravatar github-actions[bot] 34-74/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15fix: do not ignore astro-scriptsGravatar Nate Moore 1-1/+1
2022-03-15fix: ignore astro-scriptsGravatar Nate Moore 1-1/+1