Commit Graph

5867 Commits

Author SHA1 Message Date
dntzhang 0233b1a200 feat: support useSelf in omi store system 2019-09-23 11:20:16 +08:00
dntzhang 674b329f93 publish: omi v6.12.0 2019-09-22 19:08:40 +08:00
dntzhang 91d8521b24 feat: add `useSelf` to store system 2019-09-22 19:07:10 +08:00
dntzhang bfea4e33df docs: update readme 2019-09-21 13:02:09 +08:00
当耐特 cfc3ca3a4b
Merge pull request #439 from Juliiii/master
docs: update readme.cn.md
2019-09-20 21:51:05 +08:00
Juli 457981bcd1
docs: update readme.cn.md 2019-09-20 16:48:28 +08:00
dntzhang 9325086f76 publish: omi-cli v3.4.6 2019-09-20 16:33:36 +08:00
当耐特 32dc734f34
Merge pull request #438 from mingkang1993/patch-1
修复微信block载体在h5 下面出现宽度不是100%,增加绑定bindtap绑定bindclick事件
2019-09-20 16:05:28 +08:00
当耐特 5137b5af6d
Merge pull request #437 from mingkang1993/patch-2
修复微信block载体在h5 下面出现宽度不是100%,增加绑定bindtap绑定bindclick事件
2019-09-20 16:04:49 +08:00
穷屌丝 eef255b92e
修复微信block载体在h5 下面出现宽度不是100%,增加绑定bindtap绑定bindclick事件
修复微信block载体在h5 下面出现宽度不是100%,增加绑定bindtap绑定bindclick事件
2019-09-20 15:57:51 +08:00
穷屌丝 b8a3af2e87
修复微信block载体在h5 下面出现宽度不是100%,增加绑定bindtap绑定bindclick事件
修复微信block载体在h5 下面出现宽度不是100%,增加绑定bindtap绑定bindclick事件
2019-09-20 15:54:44 +08:00
dntzhang a7d29faa3f publish: omi v6.11.3, add updateSelf method 2019-09-20 11:55:55 +08:00
dntzhang 86314ef60e fix: fix cmd omi init-weui my-app 2019-09-19 10:13:58 +08:00
当耐特 1e4a4de9b2
docs: update readme 2019-09-18 16:55:39 +08:00
dntzhang 0c90cb4c98 docs: update home page 2019-09-17 12:19:27 +08:00
dntzhang f15ed9b6ef docs: update site 2019-09-17 12:02:59 +08:00
dntzhang 299f7742ef feat: add updateSelf method to the component instance 2019-09-17 11:40:50 +08:00
dntzhang 7bfdb2fd9c chore: update store tree demo 2019-09-16 10:23:44 +08:00
dntzhang aec8e9faf1 Merge branch 'master' of https://github.com/Tencent/omi 2019-09-16 10:13:52 +08:00
dntzhang 1cdde730c2 feat: update children component all the time 2019-09-16 10:13:24 +08:00
当耐特 5fdef5e75d
docs: update readme 2019-09-15 12:48:30 +08:00
当耐特 33b605b619
docs: update readme 2019-09-14 21:01:27 +08:00
dntzhang 93b81977fe docs: update readme 2019-09-13 09:17:25 +08:00
当耐特 e130f1582f
Merge pull request #434 from Tencent/dependabot/npm_and_yarn/packages/omi-cli/tar-2.2.2
chore(deps): bump tar from 2.2.1 to 2.2.2 in /packages/omi-cli
2019-09-12 15:13:29 +08:00
dependabot[bot] 78e2536b60
chore(deps): bump tar from 2.2.1 to 2.2.2 in /packages/omi-cli
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-12 06:59:49 +00:00
dntzhang 62695a0930 test: add functional components testing 2019-09-12 09:28:12 +08:00
dntzhang 425a8ad3c2 chore: move mp-webpack-plugin2 to template-old 2019-09-11 11:36:02 +08:00
dntzhang db58d841b1 fix: using mp-webpack-plugin 2019-09-10 16:54:26 +08:00
dntzhang 3802ac2794 docs: update readme 2019-09-10 10:08:19 +08:00
dntzhang a870fe6a4a docs: update readme 2019-09-10 09:53:34 +08:00
当耐特 423fc6f6a3
fix: fix error 2019-09-09 15:48:12 +08:00
dntzhang e3e103b6a6 docs: update readme 2019-09-09 08:58:11 +08:00
当耐特 e7725b707d
Merge pull request #433 from Wscats/patch-1
Omi CV
2019-09-09 08:52:33 +08:00
Eno Yao a5263d9800
Omi CV
Create a front-end engineer curriculum vitae,
2019-09-09 06:56:58 +08:00
当耐特 220c0828f0
docs: update readme 2019-09-08 11:36:42 +08:00
dntzhang c3a2d8007f publish: omio v2.4.1, fix NaN === NaN is false 2019-09-07 08:40:07 +08:00
dntzhang f5d4c959d5 publish: omio v2.4.1, fix NaN === NaN is false 2019-09-07 08:38:53 +08:00
dntzhang 752a4e8fee publish: obaa v2.0.4 2019-09-07 08:21:54 +08:00
dntzhang 73ddf8120b fix: fix isNaN problem, ref: https://dev.to/samanthaming/better-nan-check-with-es6-number-isnan-19g0 2019-09-07 08:19:28 +08:00
dntzhang 06a4af6bb3 fix: fix NaN === NaN is false, using isNaN 2019-09-07 08:04:29 +08:00
dntzhang 2317301919 publish: omi-cli v3.4.4 2019-09-06 09:22:01 +08:00
dntzhang a8d053370c publish: omi-cli v3.4.3 2019-09-06 09:14:11 +08:00
dntzhang 169e82143c publish: omi-cli v3.4.2 2019-09-06 09:05:27 +08:00
dntzhang e08bb869e5 docs: update readme 2019-09-05 08:32:07 +08:00
dntzhang 38c99d1b9e docs: update readme 2019-09-05 08:27:43 +08:00
dntzhang d428686125 docs: update readme 2019-09-04 09:38:23 +08:00
dntzhang adb7c64fc6 docs: update readme 2019-09-04 09:33:36 +08:00
dntzhang 3c7650ba70 docs: update readme 2019-09-04 09:32:29 +08:00
dntzhang 41a4cee89f docs: update readme 2019-09-04 09:30:28 +08:00
dntzhang 41b343ef0b rename: omi-kbone-snake to omi-kbone 2019-09-04 09:28:20 +08:00