-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: bump version * fix: require function traverse * fix: loop component instance id * chore: test * feat: optimize error report (#1483) * feat: catch error when compiling app/page/component and optimize error report * fix: lint error * fix: no need to add './' if path starts with '.' in ensureIndexPath (#1486) * fix: no need to add './' if path starts with '.' * fix: lint error * feat: add turnOffSourceMap to turn off source map in dev mode (#1487) * feat: add turnOffSourceMap to turn off source map in dev mode * fix: add default value of options in genCode * fix: tag parentId * chore: bump version * fix: npm component parentId (#1489) * fix: tag parentId * chore: bump version * chore: exclude base component * chore: array indexof * fix: jsx2mp-compiler parse namespace import error (#1488) * feat(miniapp): add upgrade tips for miniapp packages (#1490) * feat: Support attribute is function in x-for (#1494) * feat: 支持 x-for 里函数 filter 功能 * fix: use DynamicBinding * fix: 修复列表中key为item/idex的对象变量的转换 (#1495) * feat: 支持 x-for 里函数 filter 功能 * fix: 修复列表中key为item/idex的对象变量的转换 * fix: use DynamicBinding * fix: conflict * feat(miniapp): support using native miniapp components both in app and component projects (#1493) * refactor: require package.json to get pkg name/version (#1491) * feat(miniapp): add upgrade tips for miniapp packages * refactor: require package.json to get pkg name/version * fix(miniapp): add eslint disable comment * feat(miniapp): add turnoff to turn off update check * refactor(miniapp): use function checkNeedUpdate to check update * fix: custom component x-for (#1492) * fix: tag parentId * chore: bump version * feat: support titleClick * fix: object pattern rest element error (#1498) * fix: object pattern rest element error * fix: add object rest compile test * chore: compat in native miniapp project condition (#1496) * fix: tag parentId * chore: bump version * feat: compat in native miniapp project condition * chore: rename instanceId * chore: bump version * fix: props value is string * fix: props value is string (#1499) * chore: bump version * fix: jsx2mp filter (#1500) * fix: test
- Loading branch information
Showing
39 changed files
with
519 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.