From 19b04dd7cb2cac8a2b8fa1a7be8c7569daec51d5 Mon Sep 17 00:00:00 2001 From: farthinker Date: Wed, 11 Feb 2015 23:30:30 +0800 Subject: [PATCH] publish v2.0.7 --- bower.json | 2 +- package.json | 8 +++++--- site/download.html | 14 ++++++++++++++ site/extension.html | 46 ++++++++++++++++++++------------------------- 4 files changed, 40 insertions(+), 30 deletions(-) diff --git a/bower.json b/bower.json index 80887c45..9112c5f8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simditor", - "version": "2.0.6", + "version": "2.0.7", "homepage": "http://simditor.tower.im/", "authors": [ "farthinker " diff --git a/package.json b/package.json index 156c109e..11f7d1fe 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "simditor", - "version": "2.0.6", + "version": "2.0.7", "description": "A simple online editor", + "keywords": "editor simditor", "repository": { "type": "git", "url": "git@github.com:mycolorway/simditor.git" }, - "author": "farthinker", + "author": "farthinker ", "license": "MIT", "bugs": { "url": "https://github.com/mycolorway/simditor/issues" @@ -14,7 +15,8 @@ "scripts": { "test": "grunt test --verbose" }, - "homepage": "https://github.com/mycolorway/simditor", + "main": "lib/simditor.js", + "homepage": "http://simditor.tower.im", "devDependencies": { "grunt": "0.x", "grunt-contrib-sass": "0.x", diff --git a/site/download.html b/site/download.html index e252e585..f413ce80 100644 --- a/site/download.html +++ b/site/download.html @@ -6,6 +6,20 @@
+
+
+ + V2.0.7 + 2015-02-11 + Simditor-2.0.7.zip +
+
    +
  • 现在使用input事件来检测valuechanged(如果浏览器支持的话)
  • +
  • 增加了一个选项,imageButton,用来自定义图片按钮的下拉菜单
  • +
  • 修复了升级grunt-umd引起的问题
  • +
  • 修复了其他若干bug
  • +
+
diff --git a/site/extension.html b/site/extension.html index dcea964d..cacd9011 100644 --- a/site/extension.html +++ b/site/extension.html @@ -5,31 +5,25 @@ ---
-
-

为了保持Simditor核心代码的精简,我们通过扩展的形式来支持一些不常用或者不必须的功能。

-

欢迎开发者们把自己编写的扩展投递给我们,我们会将扩展仓库的链接整理到下面的列表。投递的时候请注明扩展仓库的地址,另外请尽量让扩展仓库的结构跟官方扩展保持一致。

- -

官方扩展

- - -

第三方扩展

- - - 投递扩展 -
+
+

为了保持Simditor核心代码的精简,我们通过扩展的形式来支持一些不常用或者不必须的功能。

+

欢迎开发者们把自己编写的扩展投递给我们,我们会将扩展仓库的链接整理到下面的列表。投递的时候请注明扩展仓库的地址,另外请尽量让扩展仓库的结构跟官方扩展保持一致。

+ +

官方扩展

+ + +

第三方扩展

+ + + 投递扩展 +
- - - - - -