Skip to content

Releases: Theo-Messi/lumen

v5.4.0

20 Jan 11:28
v5.4.0
f512881
Compare
Choose a tag to compare

   Features

  • use em as the relative unit and add variables in "components-var".  -  in #225 (f75b4)
  • images: enable asynchronous decoding.  -  (8a720)

   Bug Fixes

  • remove redundant 'vue' import.  -  (8dbde)
  • Announcement: use self-closing tag.  -  (b4125)
  • HomeFooter: center content and remove placeholder for external link icon.  -  in #215 (4c469)
  • Vid: use 'is' to determine the video platform and optimize redundant code.  -  (d81cc)
  • theme: hide external link icon when using ".VPBadge" class.  -  in #218 (88f96)
  • useShareLink: return the full link.  -  (ce149)
  • pill: align the text.  -  (4d7c0)
  • theme: remove the blocks-border style.  -  (48294)
  • theme: use multiples to set line-height values.  -  (6bf96)
    View changes on GitHub

v5.3.5

13 Jan 06:37
v5.3.5
82df59c
Compare
Choose a tag to compare

   Features

  • home-links: support custom pictures.  -  (bfd3f)

   Bug Fixes

  • theme: hide the "externalLinkIcon".  -  (15403)
    View changes on GitHub

v5.3.4

12 Jan 09:17
6deae16
Compare
Choose a tag to compare

   Bug Fixes

  • Announcement: resolve hot-reloading issue.  -  (25907)
  • SEO: optimize using h1 and p tags.  -  (889be)
  • HomeFooter: unify the interface property as "link".  -  (bdcf5)
  • BoxCube: tag position.  -  (c6658)
  • AsideLogo: font weight and line height.  -  (be65b)

   Styles

  • HomeFooter: adjust letter spacing.  -  (ea0a2)

   Refactors

  • use "isExternal" to determine target type.  -  (947ed)
    View changes on GitHub

v5.3.0

07 Jan 09:13
v5.3.0
f9d60a4
Compare
Choose a tag to compare

   Features

  • Announcement: add copy option.  -  (e6544)
  • BoxCube: add the tag attribute.  -  (a3243)
  • iconify: Enable SSR attribute option for Iconify.  -  in #203 (065d3)
  • icon: enable lazy loading for images in the component  -  (626e3)
  • style: customize the component CSS.  -  (03322)

   Bug Fixes

  • figure: hide the description along with the images.  -  (7f403)
  • iconify: refine color binding for consistency.  -  (1a0f6)
  • iconify: show the icon using the inline attribute.  -  (a2f6d)
  • iconify: unify default color values.  -  (de55a)
  • twikoo: use <section> for improved accessibility.  -  (8f57c)
  • types: remove unnecessary type assertions.  -  (55f5e)

   Performance

  • link: enhance SEO by adding rel and aria attributes.  -  (e3568)

   Styles

  • Announcement: delete interval.  -  (d894d)
  • blocks: add styles for the blockquote.  -  (433e6)
  • link: shrink on click.  -  (79225)
  • link: change the background color on hover.  -  (a0b9a)
  • theme: change the color scheme.  -  (829c7)

   Refactors

  • types: extract light/dark for reuse.  -  (0ffe7)
    View changes on GitHub

v5.2.1

02 Jan 11:26
Compare
Choose a tag to compare

   Features

  • Announcement: redesign styles and add new fields.  -  in #192 (b1b0f)
  • AsideLogo: use Iconify icons and support light/dark modes.  -  in #194 (ec260)
  • HomeFooter: get the year using dayjs.  -  in #191 (9742e)
  • LinkCard: support light/dark mode for Iconify icons.  -  in #189 (20277)

   Bug Fixes

  • Box: increase the letter spacing.  -  (d82d6)
  • Link: redesign the styles and allow desc to wrap, increase the letter spacing.  -  (da07a)
  • Pill: align the text and increase the letter spacing.  -  (e9072)
  • Pill: update defineProps variable name to pill  -  (c1e4e)
  • icon: add alt attributes to images and icons for better accessibility.  -  (c732d)
  • types: use ShareButtonItem type and update shareLink handling  -  (a5059)
  • dayjs: update dayjs import to use ES module version.  -  (3366d)
    View changes on GitHub

v5.1.1

30 Dec 04:26
Compare
Choose a tag to compare

   Features

   Bug Fixes

  • remove unused video toggle functionality  -  (ca2a7)
  • AsideLogo: add the isExternal check.  -  (620b8)
  • LinkCard: remove scale to prevent blurring  -  (a6ba1)
  • Vid: don't play automatically and use bvid to get videos on bilibili  -  (f3238) (76c21)
  • Pill: improve background color contrast.  -  (b0937)

   Styles

  • LinkCard: optimize hover animation and visual effects  -  in #185 (a681c)
  • VPButton: change the style of VPButton.  -  (05690)

   Refactors

  • update isExternal to handle more URL protocols  -  (37a21)
    View changes on GitHub

v5.0.2

07 Dec 04:09
Compare
Choose a tag to compare

   Bug Fixes

  • HomeFooter: adjust the icon size and position.  -  in #171 (e4f6b)
    View changes on GitHub

v5.0.0

25 Nov 16:24
Compare
Choose a tag to compare

   Breaking Changes

   Features

  • HomeFooter: support custom icp and beian icons.  -  in #153 (bffb5)
  • Vid: support xigua video  -  in #155 (4706b)
  • blocks: get icon using api  -  (a39f2)
  • iconify: introduce iconify-icon and allow ShareButton to accept Iconify format icons  -  in #147 (68785)

   Bug Fixes

  • remove the isIconifyIcon method and redundant styles  -  (eabce)
  • AsideLogo: adjust row height and remove excess padding.  -  (c2bfa)
  • HomeFooter: copyright spacing.  -  (958a3)
  • blocks: leading spaces on newlines.  -  (f988b)
    View changes on GitHub

[email protected]

21 Nov 03:52
Compare
Choose a tag to compare

   Breaking Changes

   Features

  • Analytics: integrate Google, Baidu, and Umami Analytics  -  in #139 (65576)

   Bug Fixes

  • types: analytics is not exported  -  (ef7a1)
  • hide overflowing text and fix Iconify icon size  -  in #134 (59a7b)
  • HomeFooter: ensure Iconify and FontAwesome icons have consistentdisplay sizes.  -  in #146 (5b379)
    View changes on GitHub

[email protected]

10 Nov 12:30
Compare
Choose a tag to compare

   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