astro-gists

Allows the user to import GitHub Gists by ID through an Astro Component and Octokit

MIT License

Downloads
57
Stars
2

Bot releases are visible (Hide)

astro-gists - @matthiesenxyz/[email protected] Latest Release

Published by github-actions[bot] 6 months ago

Patch Changes

  • c968b37: update dependencies
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 53c47a2: [Internal] Upgrade AIK from 0.7.0 to 0.8.0
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Minor Changes

  • 4993642: Full Shiki theme support with options to have light/dark mode! Now creating our own expressive code engine from the core module instead of the expressive-code package

    Breaking Changes:

    • User Config theme changed to themes will accept an array ['github-light','github-dark'] or a string 'github-dark'
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 402681a: Bump dependencies:

    • vite from to
    • astro from to
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • cb41845: set dependency version for AIK
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 746fe4a: improve internal functions and error handling
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 53ce8a0: [internal] update AIK to latest version
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 39f03af: Bump dependencies:

    • @expressive-code/plugin-line-numbers from to
    • astro-integration-kit from to
    • expressive-code from to
    • astro from to
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • bcc60cb: [Internal] Fix Logger and response types
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • bf9ae61: adds better logging and a new Error handling system, Only user facing change is a verbose switch in config options
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • aa7d061: NEW: we now have a virtual import available to use instead! to use this new import simply do import { GetGist, GetGistGroup } from "astro-gists:components" and you'll be good to go at the first boot of your dev server!
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 4ce42d9: Bump dependencies:

    • vite from to
    • astro from to
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 18e132f: patch for css
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • e500aeb: fix CSS issue with View Raw Button
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • a6696ed: Readds a basic version of the theme system for now
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • fc5ea6d: bug fix, disable theme system for the moment
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 1370875: Changes:

    • Internal refactor that will provide better future-proofing, this change also allowed the addition of EC's built in light/dark mode automations! Code Blocks will now be able to show both dark/light mode depending on the user's system preferences.

    NEW:

    • adds light/darkmode support
    • Themes can be defined by either single theme or an array (['astroGists-dark','astroGists-light'])
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • 1bb091e: Update README.md
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • a27b127: BREAKING:

    • @astrojs/mdx has been removed from the internal integration, please add this back on your own if you need it.

    NEW:

    • Custom Expressive-Code Implimentation that can run along-side existing installs! Making this package super flexable now!
    • You can now customize the code blocks theme by settings the theme option in your astro.config.mjs, Available options are listed here
astro-gists - @matthiesenxyz/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

  • fae83c2: Update:

    • Update Readme to reflect potential Octokit issues in SSR as per Issue #15

    Bump dependencies:

    • astro-integration-kit from to
    • vite from to
    • astro from to