chameleon-api icon indicating copy to clipboard operation
chameleon-api copied to clipboard

chameleon 接口库

Results 13 chameleon-api issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

可否补充项目license文件,想基于该项目做一些开发。

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

如题,Chameleon是否可以支持web端实现SSR服务端渲染, 如果不支持的话,是否可以规划支持呢?

- 测试:babel-cli 应该加到 dev deps 不然测试无法运行、修复了三处测试运行中的错误 - 修复:https://github.com/chameleon-team/chameleon-api/commit/6c6d2f6bdc2e7ed530b4f293eb893e16f8629b1a 中错误将 path decode 了,这会导致参数丢失,撤销它的改动,并补充测试 ## 问题 当前 cml.navigateTo API 会丢失参数,而使用 navigator 组件不会。 通常我们使用 webview 的时候会有自定义参数需要透传,像这样: ```xhtml Page({ data: { encodedUrl: encodeURIComponent('https://www.example.com/?foo=1&bar=2'), }...

cml.confirm和cml.alert按钮的颜色无法修改,icon无法隐藏。希望提供相应的参数。