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

chore: Module import changes. Upgrade pnpm to 9.13.0 #62

Merged
merged 5 commits into from
Nov 13, 2024
Merged

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    71c3bb3 View commit details
    Browse the repository at this point in the history
  2. refactor(markdown): Use react-markdown for rendering markdown.

    - Remove custom markdown rendering components with marked.
    - Use react-markdown for rendering markdown.
    - Move all styles from single css into rendering process with styled-components.
    - Remove unused css files.
    - Dependencies updated.
    ZL-Asica committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    44c328e View commit details
    Browse the repository at this point in the history
  3. refactor(markdown): Refine markdown parsing logic.

    - Directly using read file from matter instead of using fs.
    - More clear abstract extraction logic thanks to matter.
    - Read file now synchronous, remove await.
    ZL-Asica committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1df8028 View commit details
    Browse the repository at this point in the history
  4. chore: Module import changes. Upgrade pnpm to 9.13.0

    - Move export to bottom for ThemeProvider.
    - Improved `watchConfigFile` inside `config/index.ts`.
    ZL-Asica committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4d5a4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    004dc10 View commit details
    Browse the repository at this point in the history