hugo-theme-even/CHANGELOG.md
olOwOlo fcb48d9be0
refactor(param): camelcase for parameter names
BREAKING CHANGE: Rename parameter names.

    | origin   | now      |
    | :------: |:--------:|
    | fancyboxJ**s** | fancyboxJ**S** |
    | fancyboxC**ss**| fancyboxC**SS**|
    | baidu_push | baidu**P**ush |
    | baidu_analytics | baidu**A**nalytics |
    | baidu_verification | baidu**V**erification |
    | google_verification | google**V**erification |
2018-07-06 22:50:37 +08:00

4.2 KiB

4.0.0 (WIP)

BREAKING CHANGES

  • Rename params
    origin now
    fancyboxJs fancyboxJS
    fancyboxCss fancyboxCSS
    baidu_push baiduPush
    baidu_analytics baiduAnalytics
    baidu_verification baiduVerification
    google_verification googleVerification

3.2.0 (2018-07-06)

Bug Fixes

Features

  • mathjax: add auto number for mathjax (#53) (af22a48)
  • comment: add gitalk (#51) (5f8b79f)
  • config: add option to hide header and footer for a post (#58) (094cfa5)
  • config: configure to show archive count (2c7773b), closes #46
  • i18n: add Spanish(es) translation (#48) (d7c6059)
  • post: add out-of-date content warning (#68) (9033266)

3.1.1 (2018-03-12)

Bug Fixes

3.1.0 (2018-03-12)

Bug Fixes

  • mathjax overflow for displayed mathematics (#32) (2b4a373)

Features

3.0.0

Features

  • feat: add center, right, left shortcodes
  • feat: support 'right' and 'left' class value for the built-in figure

Breaking changes

  • See Language Support.
  • See Favicon.
  • Remove deprecated bootcdn param, you can use [params.publicCDN].
  • The archive-paginate param rename to archivePaginate.
  • Add a postMetaInFooter parameter to control the contentCopyright container, and now you can show the author and lastMod information without displaying the license.
  • There must be a version param, otherwise the build process will give an error.
  • Minimum version required: 0.26 -> 0.35
# add
version = "3.x"  # Used to give a friendly message when you have an incompatible update

# add
postMetaInFooter = true

# rename archive-paginate
archivePaginate = 50