Releases: duoshuo/airpub
Releases · duoshuo/airpub
v0.3.2
v0.3.1
v0.3.0
- Split editor lib. use Editor NInja instead.
- Bugfixes
Introducing the Editor NInja v0.1
:
- Supports Markdown and GFM
- Flexible and expandable
- Supports Angular.js directive
- Supports real time highlight in Markdown code block
- Built-in image upload addon
- Easy-to-use API
v0.2.2
v0.2.1
v0.2.0
- add login section, avoid redirecting user to Duoshuo login page
- update routers, move
layout.html
and all templates to Chill, bump Chill version to 0.2 - add metaShareDirective (disable for now)
- improve workflow, building dependency dist files automatically
- bugfix: fix CodeMirror rendering bug
- bugfix: fix showing signin iconfont before user status updated
- bugfix: remove all bootstrap build-in iconfont, using font-awsome instead
v0.1.1
- bug fixes: fix double comments box bug and several hardcode bug.
- better SEO: support dynamic title, meta information, update hashtag from
#
to#!
. - improve workflow: support
*.js
watcher, compile dist files automatically. - improve code format, wrap all components in IIFE, using angular getter instead of global var.