Skip to content

Releases: amjs-team/amaple

v1.2.2

05 Apr 03:29
Compare
Choose a tag to compare

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

11 Feb 10:07
Compare
Choose a tag to compare

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

30 Jan 08:42
Compare
Choose a tag to compare

v1.0.6 (2018-01-30)

Features

  • hashHistory: Add the processing of URL parameters in hash mode (f5470c8)

v1.0.5

26 Jan 11:29
Compare
Choose a tag to compare

v1.0.5 (2018-01-30)

Bug Fixes

  • fix some bugs

v1.0.4

24 Jan 08:41
Compare
Choose a tag to compare

v1.0.4 (2018-01-24)

Bug Fixes

  • compileModule: fix the parsing of adding moduleNode and mount it
  • compileModule: fix the parsing of adding component
  • Load: fix the problem of loading multiple modules' components in the same time

v1.0.3

24 Jan 04:10
4fb8331
Compare
Choose a tag to compare

v1.0.3 (2018-01-24)

Bug Fixes

  • Module: fix the error message thrown (6180131)
  • fix the without attribute bug (7c596ab)
  • module and compiler: fix the module node can't save and compile <style> without "scoped" (0de1b3e)

v1.0.0

13 Jan 17:36
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

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)