Skip to content

Latest commit

Β 

History

History
252 lines (126 loc) Β· 14.3 KB

CHANGELOG.md

File metadata and controls

252 lines (126 loc) Β· 14.3 KB

Changelog

0.14.7 (2024-04-18)

Continuous Integration

  • deps: bump decap-cms to 3.1.10 (df1aee4)

0.14.6 (2024-04-13)

Continuous Integration

  • deps: bump decap-cms to 3.1.9 (2e9ecb6)

0.14.5 (2024-04-03)

Continuous Integration

  • deps: bump decap-cms to v3.1.8 (26bc1c8)

0.14.4 (2024-04-03)

Continuous Integration

  • deps: bump decap-cms to v3.1.7 (9242048)

0.14.3 (2024-03-30)

Continuous Integration

  • deps: bump decap-cms to v3.1.6 (9044853)

0.14.2 (2024-03-22)

Continuous Integration

  • deps: bump Decap CMS to v3.1.4 (e7e24f8)

0.14.1 (2024-03-09)

Continuous Integration

  • deps: bump decap-cms to 3.1.3 (77ef71d)

0.14.0 (2024-02-09)

Features ✨

Bug Fixes 🐞

  • print a warning message if the DecapCMSConfig does not present in the home output (#152) (1f7ccc5)

0.13.1 (2024-02-08)

Bug Fixes 🐞

  • allow removing default configurations by setting to empty string (#148) (92df633)

0.13.0 (2024-02-05)

Features ✨

  • add _disable parameter for disabling fields (#145) (44f6084)

Bug Fixes 🐞

0.12.1 (2024-02-05)

Bug Fixes 🐞

  • change description field to be optional (#138) (0e58735)
  • change summary field to be optional (#140) (f188cde)

0.12.0 (2024-02-03)

Features ✨

  • add the strings widget, and apply it on authors, categories, keywords, series and tags fields (#133) (af47dd0)

0.11.2 (2024-02-01)

Continuous Integration

  • deps: bump decap-cms to v3.1.1 (e27f97b)

0.11.1 (2024-01-28)

Bug Fixes 🐞

0.11.0 (2024-01-26)

Features ✨

0.10.1 (2024-01-26)

Bug Fixes 🐞

  • build without any module scoped preview styles (#108) (ada28f6)

0.10.0 (2024-01-25)

Features ✨

  • allow loading module scoped preview styles (#105) (787a391)
  • allow specifying partials that return a preview style resource (#103) (da682bf)

0.9.0 (2024-01-24)

Features ✨

  • add the nested extensible configurations (85a55a1)
  • add the aliases field (#82) (3c5af67)
  • add the collection _weight parameter for sorting (#98) (7db2bd1)
  • add the expiry date field (#86) (3197a60)
  • add the lastmod field (188406f)
  • add the linkTitle field (feb7816)
  • add the meta_path extensible configuration (a673561)
  • add the noindex field (#87) (41ec978)
  • add the summary field (255cba9)
  • add the weight field (afc0a00)
  • allow configurations nested extending (#93) (cdc00c9)
  • local JS script is prefered, unless the decap_cms.js_url is specified (#94) (3d37461)
  • translate collection labels (#99) (5ff085d)
  • translate field labels via Hugo i18n (#81) (fdb68d6)

Bug Fixes 🐞

  • correct extended configuration merging when fields are in type array (7c87ebc)
  • correct fields weight for sorting (d2a0a1c)
  • correct the i18n for images field (554467f)
  • correct the UI locale for Chinese (#77) (7a8363a)
  • i18n: translate the meta.path.label (96d1bbf)
  • override extensible configuration parameters (#97) (d2a0a1c)
  • set default i18n attribute for fields (#78) (c8a5cc2)
  • set expiryDate field default vaule as empty (8998c69)
  • translate subfields label (#95) (27349b2)
  • update LICENSE (8f948df)
  • use current site language as the default i18n.default_locale (#100) (a3e0c06)
  • use language codes as locales as is (#75) (272c9a2)

0.8.1 (2024-01-13)

Bug Fixes 🐞

0.8.0 (2023-12-03)

Features ✨

  • add the _preview_templates parameter (#57) (400a274)

Bug Fixes 🐞

  • rename the preview_styles to _preview_styles, the former is still valid and will be removed in future versions (64cba79)

0.7.0 (2023-12-01)

Features ✨

  • allow extending configurations for collections (#52) (24be6f5)
  • fill i18n fields if enabled (#49) (e357ef9)

0.6.0 (2023-11-26)

Features ✨

  • add the preview_styles parameter (#46) (baf7672)
  • allow adding custom preview styles (#45) (d76286c)

0.5.0 (2023-11-25)

Features ✨

  • add the url widget and todo editor component (7ebe131)

0.4.0 (2023-11-25)

Features ✨

  • add the head-end hook (#36) (b652d28)
  • implement editor components system (#38) (7d54cac)
  • implement the widgets system (#37) (ccba22e)
  • transform logo_url to able to use site resources (#35) (db2e206)

Bug Fixes 🐞

0.3.0 (2023-11-22)

Features ✨

  • add the decap-cms/hooks/body-end hook for customizing Decap CMS (#31) (e68b7cf)

0.2.0 (2023-11-16)

Features ✨

  • add the decap_cms.js_url parameter for specifying script URL (75806cf)

Bug Fixes 🐞

  • replace Netlify CMS script with Decap CMS (75806cf)

0.1.0 (2023-06-23)

Features ✨