Releases: MrWillCom/hexo-theme-cupertino
Releases · MrWillCom/hexo-theme-cupertino
v2.0.0-beta.7
Minor Changes
- 63d82f6: Move the exported configurations in the global object called
ThemeCupertino
to the dataset of body. - 4def816: Add Lenis smooth scroll.
- c6e8083: Put TOC in a
<aside>
to indicate it is a non-content part. - 0ded662: Add
insertions.head.ending
andinsertions.body.ending
options for custom code injections to<head />
and<body />
. - dfc06c7: Remove the divider before the TOC.
Patch Changes
- 2593d9b: Fix the failed rounded corners of Prev/Next button in paginator.
v2.0.0-beta.6
Minor Changes
- 3e5ce9e: Update the appearance of badges.
- d8e75b1: Completely remove
docs/
from the repository. - 3e5ce9e: Add options for choosing built-in components, in theme configuration
builtin_components
. - 9f01edd: Add Autoprefixer to re-support some Safaris.
- c862f35: Add a series of tags for building cards.
Patch Changes
v2.0.0-beta.5
Major Changes
- ee54605: Reorganize CSS variables for colors, filters and radiuses. Old variables are replaced with the new ones named in a better format.
Minor Changes
- ba58d2c: Add post count for Tags and Categories page, configurable in
tags_post_count
andcategories_post_count
. - b82e57c: Add CDN configuration to allow custom CDNs.
- 046d686: Add "Skip to content" button.
- e3168a0: Add optional hero exit animation while scrolling on root page, whose blur filter is also optional.
Patch Changes
- 9a08dfa: Fix
datetime
of<time />
in post list indicates the build date instead of the post's publish date. - 296ab86: Reimplement tags and categories list in purer EJS.
- 125c839: Fix corner radius of images when filling the width.
- 837176c: Remove
-webkit-
prefix frombackdrop-filter
, Safari 17.6 and earlier are no longer supported.
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
v2.0.0-beta.0
Major Changes
- 0fac982: Upgrade the structure of navigation and footer configuration, in order to allow configuring their items in an array.
- 0fac982: Fix incomplete config overwriting, arrays won't be merged now.
- 0fac982: Migrate from saved SVGs to icon packs.
Minor Changes
- 0fac982: Translate all CSS to SCSS.
- 0fac982: Manually format EJS and add Prettier to format JS and SCSS.
- 0fac982: Remove unused i18n strings.
- 0fac982: Pack
post-list
as apartial
. - 0fac982: Refine navigation animation.
- 0fac982: Add Changesets for better changelog keeping.