Skip to content

Release: v1.1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@songhn233 songhn233 released this 09 Sep 07:12
· 94 commits to master since this release
cbb8d39

v1.1.0-beta1

🐛 Fix bugs 修复问题

  • Fixed errors where the copyright link exceeded the card in some cases 修复了某些情况下版权链接超出卡片的错误
  • Fixed the conflict between navbar and i18n 修复了新建导航与i18n产生的冲突
  • Fixed some adaptation problems caused by narrow screens (unfinished) 修复了一些屏幕过窄导致的适配问题(未完成)

✨ New features 新特性

  • Add local search (beta) 增加了本地搜索功能(测试)
  • Add open graph 增加了og meta元素
  • New article hyperlink style 全新的文章超链接样式

💥Breaking Changes 破坏性变化

  • The mobiles hidden widgets by default, it needs to be turned on through widgets.showWidgetsMobiles 手机端默认不显示小组件,需要通过 widgets.showWidgetsMobiles 开启
  • Added search and open graph configuration files 增加了搜索和open graph的config

🎯Todo 未完成

  • algolia search support and improve the search function 搜索 algolia 支持并完善搜索功能
  • Code block display language and can be copied 代码块显示语言与复制
  • Improve the adaptation of narrow screen elements 完善窄屏幕元素适配