Releases: Theo-Messi/tools
Releases · Theo-Messi/tools
Lumen@4.1.0
Features
- HomeFooter: Optimize footer style - in #125 (971a2)
- HomeFooter: Allow customizing target in footer links. - in #127 (7a1d3)
- components: Improve component structure clarity - in #126 (f4cde)
Bug Fixes
- Announcement: Optimize hover effect - (402af)
- home-links: Remove redundant classes and redefine class names - (aef8b)
- performance: Use unique keys in v-for loops - in #128 (6408c)
- types: Change Activity to activity. - (b5e6d)
View changes on GitHub
Lumen@4.0.0
🚨 Breaking Changes
integrate Iconify icons and change the way components are used - in #124 (8958f2)
HomeFooter
- support using Iconify icons
- beian adds
showIcon
attribute group.style
andlink.style
support filling in color values directly
view HomeFooter changes: https://tools.theojs.cn/guide/HomeFooter
Box、Link、BoxCube
- use Iconify and Fontawesome using the
icon
attribute. - images no longer support the use of the
icon
attribute. - the image uses the
image
attribute.string
|{ light: string; dark: string }
view Box、Link、BoxCube changes: https://tools.theojs.cn/guide/LinkCard
🐞 Bug Fixes
- style: Remove unused color properties. - by @Theo-Messi (4bbbf)
View changes on GitHub
Lumen@3.6.0
🚀 Features
- Refactor icon rendering logic using the "template" tag - by @Theo-Messi (cf920)
- Custom Containers: Redesign the custom container style and default to "left shadow mode" - by @Theo-Messi in #110 (46aad)
🐞 Bug Fixes
- button: Add
active
effect - by @Theo-Messi (7756f) - home-links: Change the style to match the default theme style - by @Theo-Messi (0b3c7)
- image: Supports images without file extension - by @Theo-Messi (431e1)
- theme: Remove useless variables - by @Theo-Messi (8c22a)
- theme: Icon exceeds border, fix #104 - by @Theo-Messi in #104 (064a3)
View changes on GitHub
Lumen@3.5.7
🐞 Bug Fixes
- theme: Icon exceeds border - by @Theo-Messi in #104 (a3783)
- theme: Uniform font size and style - by @Theo-Messi in #103 (9413f)
View changes on GitHub
Lumen@3.5.4
🚀 Features
- lumen: Optimize interface style - by @Theo-Messi in #100 (8d558)
- types: Extract types to
types
and logic toutils
- by @Theo-Messi in #101 (107fa)
View changes on GitHub
Lumen@3.5.3
🚀 Features
- Optimize LinkCard style, add decs option for
DocLinks
- by @Theo-Messi in #87 (a99f4)
View changes on GitHub
Lumen@3.5.2
🚀 Features
- Use
interfaces
to define types - by @Theo-Messi in #82 (c8b77) - HomeFooter: Make the
group
field optional - by @Theo-Messi in #81 (1e0b2) - HomeUnderline: Replace
fm.hero.image?.alt
withfm.hero?.textsuffix
- by @Theo-Messi (98b0d)
🐞 Bug Fixes
- sass:
@import
is Deprecated - by @Theo-Messi (3a883)
🎨 Styles
- home: Remove the
.VPHero .VPImage.image-src
attribute and change the gradient angle - by @Theo-Messi (74d8d)
View changes on GitHub
Lumen@3.5.1
🚀 Features
- style: Redefine the color value of
green
and the color scheme ofbadge
- by @Theo-Messi in #74 (0bbe9)
View changes on GitHub
Lumen@3.5.0
🚀 Features
- styles: Change borders and underlines to solid with underline offset - by @Theo-Messi in #67 (343ea)
🐞 Bug Fixes
- HomeFooter: Remove publication time from copyright display - by @Theo-Messi (6c5c9)
💅 Refactors
- defineProps: Explicitly changed property references to
props
- by @Theo-Messi in #69 (590df)
View changes on GitHub
Lumen@3.4.0
🚀 Features
- HomeFooter: Support custom styles for icons and add
internal
properties forgroup
andlinks
to distinguish internal links. - by @Theo-Messi in #66 (dca93)