Releases: chrismwilliams/astro-theme-cactus
Releases · chrismwilliams/astro-theme-cactus
v2.2.1
Fixes
- Fixes the site url property to the correct domain. Many thanks to @Betmaster.
v2.2.0
Changes
- Incorporate Tailwind support for RTL friendly variants
v2.1.4
Updates to latest versions
v2.1.3
v2.1.2
Changes
- Date format options in
src/utils/date.ts
, are now set in the global configsrc/site.config.ts
. - Removed stylelint due to only having a single css file
v2.1.1
Bugs
- Fixes rss link path for blog posts, #58. Many thanks to @vegetablesB.
v2.1.0
Features
- Social links now set in
src/data/constants.ts
- Table of contents will be omitted from a blog page without headings. Thanks to @thuanowa
Bugs
- Update the netlify build settings - removes unnecessary pnpm setup
Styling
- Add title spacing on blog pages. Thanks to @Elwafi-Elmehdi
- Position and alignment change to the table of content, inc hierarchy for heading. Thanks to @gotofritz & @thuanowa
v2.0.3
Feature
- Main site links set in /data/constants.ts. Thanks again to @await-ovo
v2.0.2
Feature
Add a scroll to top button on blog pages
Bugs
- Remove whitespace on tags
- Remove underline added by tailwindcss/typography
v2.0.1
Bugfix
- Fixes mobile view of long titles in blog posts. Thanks to @Elwafi-Elmehdi for picking this up
- Remove 0 being printed when frontmatter tags are omitted