chanind / hanzi-writer-miniprogram

Wechat Miniprogram plugin for Hanzi Writer (微信小程序组件)
https://chanind.github.io/hanzi-writer
MIT License
86 stars 25 forks source link

have you publish the new version to npm? #36

Open zhifengjiang opened 3 years ago

zhifengjiang commented 3 years ago

it seems the new update about 2D support has not been publish on npm

chanind commented 3 years ago

Ack I'm so sorry! It looks like the previous merge commit didn't trigger a release, I wasn't diligent enough about making sure the merge commit had the proper semantic-release naming. Should be released now!

passion2win commented 3 years ago

Ack I'm so sorry! It looks like the previous merge commit didn't trigger a release, I wasn't diligent enough about making sure the merge commit had the proper semantic-release naming. Should be released now!

Now the version that supports canvas 2D is still not available in npm. When will it be released?

chanind commented 3 years ago

v1.1.0 in npm has everything that's in master. Is some code still not working? Could you submit a pull request with the fix?

passion2win commented 3 years ago

Wechat library replaced the createCanvasContext with canvas from the version 2.9.0. The wechat miniprogram can't display the strokes from the version 2.7.7

sunhao0313 commented 3 years ago

Wechat library replaced the createCanvasContext with canvas from the version 2.9.0. The wechat miniprogram can't display the strokes from the version 2.7.7

I use wx.createCanvasContext with mini-program-base-lib v2.17.0, it works well。So I think it is not the reason , am I right?

xjh093 commented 2 years ago

Resolved, waiting for author merge pr 53

chanind commented 2 years ago

This was updated in the current beta (hanzi-writer-miniprogram@beta). Could you test it out and let me know if it works as expected? You can install it with npm install hanzi-writer-miniprogram@beta