astro-gists/package/CHANGELOG.md

97 lines
2.3 KiB
Markdown
Raw Normal View History

2024-02-24 10:15:39 +00:00
# @matthiesenxyz/astro-gists
## 0.2.3
### Patch Changes
- fc5ea6d: bug fix, disable theme system for the moment
## 0.2.2
### 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']`)
2024-03-07 22:47:40 +00:00
## 0.2.1
### Patch Changes
- 1bb091e: Update README.md
2024-03-07 11:37:54 +00:00
## 0.2.0
### 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](https://shiki.matsu.io/docs/themes)
2024-03-05 05:38:06 +00:00
## 0.1.2
### Patch Changes
- fae83c2: Update:
- Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15)
Bump dependencies:
- astro-integration-kit from to
- vite from to
- astro from to
2024-03-02 10:02:15 +00:00
## 0.1.1
### Patch Changes
- a27111a: update mdx integration config, as well as impliment ratelimit checks on Octokit with logs!
2024-03-01 00:39:28 +00:00
## 0.1.0
### Minor Changes
- 8a99f5a: NEW:
- Added `@astrojs/mdx` to built in options as the MDX integration has specicial placement requirements. (This was the easy option)
- Enabled by Default
- Can be disabled by passing `MDXIntegration: false` within the main `astroGist()` object in astro.config.mjs
Update:
- new version of `astro-integration-kit` allowing some much needed code cleanup
- Better logs!
### Patch Changes
- 531d704: Update main package.json to fix some Dependencies that were not properly marked
2024-02-24 17:07:27 +00:00
## 0.0.3
### Patch Changes
- f5d2f29: Added new <GetGistGroup> Component to get entire collections of gists (See Readme for more info)
2024-02-24 10:55:45 +00:00
## 0.0.2
### Patch Changes
- cf9311b: Update README and add example image
2024-02-24 10:15:39 +00:00
## 0.0.1
### Patch Changes
- fbf4a7a: Initial release