Releases: callstack/rspress-theme
0.5.0
What's Changed
Features 🚀
- feat: support
@rspress/core@2.0.0-beta.35by @jbroma in #88 - feat: add compatibility with
@rspress/core@2.0.0-rc.3by @jbroma in #91
Bug Fixes 🐛
- fix: check if
theme/styles.cssexists before including it by @jbroma in #89 - fix: use fallback background color for home banner by @jbroma in #90
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.4.5...@callstack/rspress-theme@0.5.0
0.4.5
What's Changed
Bug Fixes 🐛
- fix: remove additional margin bottom from title in CTA footer by @satya164 in #85
- fix: move adding default UTM links to preset by @jbroma in #86
Other Changes
New Contributors
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.4.4...@callstack/rspress-theme@0.4.5
0.4.4
What's Changed
Features 🚀
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.4.3...@callstack/rspress-theme@0.4.4
0.4.3
What's Changed
Features 🚀
Other Changes
New Contributors
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.4.2...@callstack/rspress-theme@0.4.3
0.4.2
What's Changed
Features 🚀
- feat: improve links readability, how footer presents on mobile and desktop, border radiuses by @thymikee in #74
Bug Fixes 🐛
- fix: coloring of aside contents by @jbroma in #75
- fix: disable doc footer CTA on overview pages by @jbroma in #76
- fix: use shorter footer message in preset by @jbroma in #77
- fix: aside contents positioning without any contents by @jbroma in #78
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.4.1...@callstack/rspress-theme@0.4.2
0.4.1
What's Changed
Bug Fixes 🐛
- fix: twitter social handling by @jbroma in #69
- fix: handling of public assets by @jbroma in #70
- fix: use custom integration for vercel analytics by @jbroma in #71
- fix: typing & description for vercel analytics by @jbroma in #72
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.4.0...@callstack/rspress-theme@0.4.1
0.4.0
What's Changed
Breaking Changes 🛠
Features 🚀
- feat: configure content directly from plugin by @jbroma in #61
- feat: add
@callstack/rspress-presetby @jbroma in #62 - feat: add support for
@rspress/core@2.0.0-beta.32by @jbroma in #63 - feat: check dead links in preset by @jbroma in #64
- feat: doc footer cta by @jbroma in #66
Bug Fixes 🐛
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.3.1...@callstack/rspress-theme@0.4.0
0.3.1
What's Changed
Features 🚀
- feat: styled link card by @jbroma in #54
- feat: themed card component by @jbroma in #55
- feat: themed badge component by @jbroma in #56
Bug Fixes 🐛
- fix: align more styles to figma by @jbroma in #53
- fix: landing header & letter-spacing by @jbroma in #57
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.3.0...@callstack/rspress-theme@0.3.1
0.3.0
Important Changes
The theme installation is now fully automated, you should do the following to migrate from 0.2.0 to 0.3.0:
- Remove
theme/assetsdirectory which contains assets copied over from the@callstack/rspress-themepackage - Remove contents of
theme/index.tsxand add only the necessary overrides, not present in the@callstack/rspress-themeby default. In case you have no customization, you can removetheme/index.tsxaltogether.
You can use tester package changes from this PR as reference.
What's Changed
Features 🚀
- feat: automate installation of theme by @jbroma in #45
- feat: customize links in theme through plugin options by @jbroma in #46
- feat: hover animations for theme & social buttons by @jbroma in #44
- feat: allow customizing outline cta by @jbroma in #47
- feat: customize home banner by @jbroma in #48
- feat: display footer message from rspress theme config by @jbroma in #49
- feat: home feature hover gradients by @jbroma in #50
Bug Fixes 🐛
- fix: button colors with ssr by @jbroma in #42
- fix: button background edge case by @artus9033 in #43
- fix: font rendering in buttons by @jbroma in #51
Other Changes
Full Changelog: https://github.com/callstack/rspress-theme/compare/@callstack/rspress-theme@0.2.0...@callstack/rspress-theme@0.3.0