Releases: amjs-team/amaple
Releases · amjs-team/amaple
v1.2.2
v1.2.2 (2018-04-05)
Bug Fixes
- Fix the problem that it can't get DOM in mounted life cycle (a4d5d7f)
- @media: Fix the problem that it throw error when use '@media' (418b227)
- hashHistory: Fix the problem that can't build url right with only query in hash mode (51ddbf5)
- redirect: Fix the problem of redirecting (aa62b49)
- Router: Fix the problem that it can't match original url when redirect (72f707e)
- scopedAttr: Fix the problem that it can't add the scoped attrs when create nodes with ":for" (edb18c3)
Features
- scrollTop: It can reset the window's scroll top when updating view (1593732)
Performance Improvements
- scrollTo: Change the "scrollTo" function to a builtin plugin (55b35b4)
v1.1.5
1.1.5 (2018-02-11)
Bug Fixes
- cssParser: fix the problem that ignore to select the vnode which type doesn't 1 (f463702)
- event: Fix the problem that handler of event.on can't update view when change state date (e0eef1c)
- expression: Fix the problem that calculation at directive expression (bfb0bd2)
- plugin: fix the problem that can not get builtin plugins (9e027ac)
- router: Fix the problem that the url can't change when redirect (da04c63)
- routing: fix the problem that node can't get path when it has child nodes (dbe2bf4)
- scopedAttr: modify the sequence that append scoped attributes after mounting (fa51340)
- Fix the problem that the nest modules can't update view (60f6eb7)
Features
- event: The event plugin can transmit extra params (6e44340)
- templateCompile: ignore to compile the <pre> (b939883)
Performance Improvements
- trimHTML: Modify the trimHTML code (71a5eea)
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.0
1.0.0 (2018-01-13)
Bug Fixes
- core: adjust the multiple named modules to single default module (31d3adf)
- plugin: the syntax fixed (e82a84b)
Features
- plugin: the amd and iife library can be controlled as a plugin (817b7a7)
Performance Improvements
- .gitignore: ignore all the .DS_Store files and add it into .gitignore file (0a245e6)
- ci: add travis ci (8b0d817)
- commit: modify bash to shelljs to symbolic link commit hooks (58e7141)
- coverage: add coveralls to work with coverage (e98e7ed)
- git-hook: add two git hook files which relatived commit code (ac37227)
- node_modules: delete node_modules dirs (fd55c69)
- scripts: rename ./build to ./scripts (f0d242f)