Skip to content

0.3.5-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@JSBlocks-CI JSBlocks-CI released this 13 Feb 23:03

jsblocks release 0.3.5-alpha1

Closed issues:

  • [#74] - options query do not replace option value in some situations
  • [#86] - observable cannot survive JSON.stringify
  • [#93] - Uncaught TypeError: Cannot read property '_serverData' of undefined
  • [#104] - Blocks is inserting the wrong text in the wrong node
  • [#111] - Cannot set property '$this' of undefined.
  • [#113] - expressions not updating in nested observables
  • [#119] - each-query not updating the dom with dependency-obervable
  • [#123] - Select to map to Model with options data-query
  • [#126] - side effects of 'each' and 'options' together
  • [#129] - observable event handle not binding correctly to DOM
  • [#132] - Issues with the 'sort'-extender.

Merged pull requests:

  • [#106] - Updating/Insetring of wrong nodes fixed. Closes astoilkov#104
  • [#107] - Added toJSON to observable and tests for it.
  • [#109] - Added update function to options-query fixes astoilkov#74.
  • [#110] - Moved 'View._bindContext' to src/mv/bindContext.js.
  • [#112] - Fixed some issues with template data-query.
  • [#114] - Added check if observable._expressions has current expression. Fixes astoilkov#113.
  • [#115] - Fixed the serverside template-data-query I broke in a previous change.
  • [#118] - Added Blocks.middleware...
  • [#127] - Added 'null' to the valid params for the 'val'-query.
  • [#128] - Implements checkbox groups and fixes false negative select multple attribute check.
  • [#130] - Now cloning props and changed order in 'with'
  • [#133] - Fixed issues with the sort-extender described in astoilkov#132.
  • [#139] - Fixed bug in observable._expressionKeys.
  • [#140] - Removed context.childs.
  • [#141] - Implemented Serverside comment query parsing.
  • [#143] - Fix astoilkov#93
  • [#144] - Better support for module loaders & libaries in serverside rendering.
  • [#145] - Reverted one change from astoilkov#143 that broke collections.
  • [#149] - Fixed / Implemented debug messages for "normal" methods.
  • [#150] - Debugging enhancments (custom Messages and more )

Commits: