Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream/v7.2.4 #10

Merged
merged 54 commits into from
Feb 10, 2025
Merged

Upstream/v7.2.4 #10

merged 54 commits into from
Feb 10, 2025

Conversation

jwsung91
Copy link
Owner

@jwsung91 jwsung91 commented Feb 10, 2025

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactoring and improving code)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Description

Additional context

denis-games and others added 30 commits September 16, 2024 20:38
Co-authored-by: Denis Jean <dj@denisjean.fr>
Replace `apple-mobile-web-app-capable` with `mobile-web-app-capable`
## [7.1.1](cotes2020/jekyll-theme-chirpy@v7.1.0...v7.1.1) (2024-09-23)

### Bug Fixes

* **i18n:** correct fr-FR translations ([#1949](cotes2020/jekyll-theme-chirpy#1949)) ([367262e](cotes2020/jekyll-theme-chirpy@367262e))
* **pwa:** site baseurl not passed to `app.js` ([#1955](cotes2020/jekyll-theme-chirpy#1955)) ([5a63244](cotes2020/jekyll-theme-chirpy@5a63244))
- Unchain commit-lint and CI
  - Even if a commit does not meet the CI path filter, it still needs to lint the commit message.
- Unchain PR filter and CI
  - The CI workflow needs to be triggered when the commits in a pull request are modified.
- Allow manual publishing
  - Sometimes `semantic-release` will error out due to commit messages referencing discussions, but this does not affect the final RubyGems/GitHub Release. In such cases, manual triggering of the publish process is needed to complete the remaining publishing steps.
- Checking the repository of the PR is more effective than checking the label to identify bot-initiated PRs
- This change also allows more flexible PR body definitions for developers with write access to the repository
- Ensure inline scripts execute after the DOM has fully loaded.
- Use Rollup to bundle the theme-mode and Mermaid scripts, reducing the number of Jekyll include snippets.
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size
- Replaced deprecated `@import` with `@use` / `@forward`
## [7.2.0](cotes2020/jekyll-theme-chirpy@v7.1.1...v7.2.0) (2024-11-28)

### Features

* show toc on mobile screens ([#1964](cotes2020/jekyll-theme-chirpy#1964)) ([8a064a5](cotes2020/jekyll-theme-chirpy@8a064a5))
* support vertical scrolling for toc in desktop mode ([#2064](cotes2020/jekyll-theme-chirpy#2064)) ([5265b03](cotes2020/jekyll-theme-chirpy@5265b03))

### Bug Fixes

* pagination error when pinned posts exceed the page size ([#1965](cotes2020/jekyll-theme-chirpy#1965)) ([93f616b](cotes2020/jekyll-theme-chirpy@93f616b))

### Improvements

* modular sass architecture ([#2052](cotes2020/jekyll-theme-chirpy#2052)) ([35c794c](cotes2020/jekyll-theme-chirpy@35c794c))
* speed up page rendering and jekyll build process ([#2034](cotes2020/jekyll-theme-chirpy#2034)) ([65f960c](cotes2020/jekyll-theme-chirpy@65f960c))
semantic-release-bot and others added 23 commits November 28, 2024 08:59
1. Correct the rollup watch path
2. Avoid registering watch listeners redundantly across multiple tasks
## [7.2.1](cotes2020/jekyll-theme-chirpy@v7.2.0...v7.2.1) (2024-12-05)

### Bug Fixes

* **build:** exclude `purgecss.js` from output files ([#2090](cotes2020/jekyll-theme-chirpy#2090)) ([976e1a1](cotes2020/jekyll-theme-chirpy@976e1a1))
* correct the import condition for theme script ([#2075](cotes2020/jekyll-theme-chirpy#2075)) ([a16aa7d](cotes2020/jekyll-theme-chirpy@a16aa7d))
* ensure pageviews are fetched after DOM is loaded ([#2071](cotes2020/jekyll-theme-chirpy#2071)) ([b4019f3](cotes2020/jekyll-theme-chirpy@b4019f3))
* **toc:** resume fade up animation in desktop mode ([#2085](cotes2020/jekyll-theme-chirpy#2085)) ([8280adb](cotes2020/jekyll-theme-chirpy@8280adb))
## [7.2.2](cotes2020/jekyll-theme-chirpy@v7.2.1...v7.2.2) (2024-12-06)

### Bug Fixes

* js files in subdirectories are excluded from the site output ([#2101](cotes2020/jekyll-theme-chirpy#2101)) ([f55cc31](cotes2020/jekyll-theme-chirpy@f55cc31))
In desktop mode, H2 and the first sub-level H3 in the TOC are too close.
## [7.2.3](cotes2020/jekyll-theme-chirpy@v7.2.2...v7.2.3) (2024-12-15)

### Bug Fixes

* refreshing mermaid theme may fail ([#2113](cotes2020/jekyll-theme-chirpy#2113)) ([2f00d41](cotes2020/jekyll-theme-chirpy@2f00d41))
* **ui:** gap between TOC entries is inconsistent ([#2119](cotes2020/jekyll-theme-chirpy#2119)) ([1b4e318](cotes2020/jekyll-theme-chirpy@1b4e318))
* **ui:** slow script loading hides TOC fade-up effect in desktop ([#2120](cotes2020/jekyll-theme-chirpy#2120)) ([e0c3faf](cotes2020/jekyll-theme-chirpy@e0c3faf))
## [7.2.4](cotes2020/jekyll-theme-chirpy@v7.2.3...v7.2.4) (2024-12-21)

### Bug Fixes

* toc not visible when switching from mobile to desktop mode ([#2139](cotes2020/jekyll-theme-chirpy#2139)) ([32051da](cotes2020/jekyll-theme-chirpy@32051da))
* **ui:** left borderline of TOC is notched ([#2140](cotes2020/jekyll-theme-chirpy#2140)) ([8a4d0bc](cotes2020/jekyll-theme-chirpy@8a4d0bc))
@jwsung91 jwsung91 merged commit d167e94 into main Feb 10, 2025
6 of 7 checks passed
@jwsung91 jwsung91 deleted the upstream/v7.2.4 branch February 10, 2025 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants