astro-ghostcms/packages/starlight-ghostcms/CHANGELOG.md

132 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2024-02-20 12:41:03 +00:00
# @matthiesenxyz/starlight-ghostcms
## 0.1.9
### Patch Changes
- f82035b: Bump dependencies:
- astro-integration-kit from to
- @unocss/astro from to
- @unocss/reset from to
- astro-font from to
- unocss from to
- sass from to
- @matthiesenxyz/astro-gists from to
- vite-tsconfig-paths from to
- astro from to
## 0.1.8
### Patch Changes
- b0218e1: fix:
- Removed CodeSlot Component that sometimes would break with some <pre> components
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.
## 0.1.7
### Patch Changes
- b685e66: Update Deps
## 0.1.6
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
## 0.1.5
### Patch Changes
- a02c78b: bump starlight-ghostcms
## 0.1.4
### Patch Changes
- 209e99b: update deps
## 0.1.4
### Patch Changes
- 746fcc5: Fix html rendering to allow custom components
## 0.1.3
### Patch Changes
- 205738c: fix bug, and resolved config issue that was now will allow users to pass the ghostURL within their `astro.config.mjs`
## 0.1.2
### Patch Changes
- 2724119: Migrate to `astro-remote` for internal processing of GhostCMS HTML. No user changes required.
2024-03-07 14:38:11 +00:00
## 0.1.1
### Patch Changes
- f921005: Bump dependencies:
- vite from to
- @eliancodes/brutal-ui from to
- typescript from to
- ultrahtml from to
- @fontsource-variable/inter from to
- astro-seo from to
- astro from to
- sass from to
- @astrojs/starlight from to
- sharp from to
2024-03-07 12:08:51 +00:00
## 0.1.0
### Minor Changes
- 9ec2a61: Bumb GhostCMS API, No user facing breaking changes.
NEW:
- You can now set a `route: "blog"` in your `astro.config.mjs` to change the default `/<route>` to your blog/posts
2024-02-22 00:44:29 +00:00
## 0.0.7
### Patch Changes
- cb979d5: Adds 2 new pages, Authors, and about page(Link will disappear if you dont have the default ghost about page with slug "about"). Also adds auto links from ghost settings for twitter and facebook if not set my the user in starlight.
2024-02-21 13:38:45 +00:00
## 0.0.6
### Patch Changes
- 40d6454: add rss feeds, also adds a link in the socials based on the astro `site` config option
2024-02-20 15:24:37 +00:00
## 0.0.5
### Patch Changes
- 95171f3: fixed spelling issues in package.json
2024-02-20 15:16:39 +00:00
## 0.0.4
### Patch Changes
- 4a89195: fix deps
2024-02-20 14:30:09 +00:00
## 0.0.3
### Patch Changes
- dc92877: add Missing license
2024-02-20 12:41:03 +00:00
## 0.0.2
### Patch Changes
- a0aa3b5: Initial Public Release, Added Readme, Basics Working, Ready Set GO!