Skip to content

Releases: astoilkov/jsblocks

0.3.5

19 Feb 15:50
Compare
Choose a tag to compare

jsblocks release 0.3.5

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 #104
  • [#107] - Added toJSON to observable and tests for it.
  • [#109] - Added update function to options-query fixes #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 #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 #132.
  • [#139] - Fixed bug in observable._expressionKeys.
  • [#140] - Removed context.childs.
  • [#141] - Implemented Serverside comment query parsing.
  • [#143] - Fix #93
  • [#144] - Better support for module loaders & libaries in serverside rendering.
  • [#145] - Reverted one change from #143 that broke collections.
  • [#149] - Fixed / Implemented debug messages for "normal" methods.
  • [#150] - Debugging enhancments (custom Messages and more )
  • [#157] - Travis releases

Commits:

  • [a12d5fd6fd] - 🎉 0.3.5
  • [9d1efefb7f] - Updated jscore to 16e21b0c4e and jsvalue to 44af1b33d8.
  • [ef8550ba04] - Merge pull request #157 from astoilkov/travis-builds
  • [8d43cb75d0] - Fixed wrong prerelease detection regex
  • [ef0ee6a487] - Added npm publish step.
  • [b6a91baf18] - Replaced (most) REST-Calls to github with GraphQL.
  • [cace01d77c] - Added dev-dependencie "github" for easy github api access.
  • [a89cd5d05a] - First steps for commit logs on the release page :)
  • [878093b591] - Fixed wrong type in params in tag creation.
  • [ec809e047a] - Even more logs for CI Builds.
  • [56b073f749] - Fixed wrong date in commits, add missing param "force" for Tag creation.
  • [e0fb0730c6] - Initial NPM publish function.
  • [3c0135aeb3] - Changed tag creation method to apply a valid creator/author to the tag.
  • [461ea16bfd] - Now checking out master before building.
  • [1cf9455284] - Added master commit detection.
  • [8ff3e918d4] - added c++ 11 toolchain (for nodegit) to travis.yml and fixed typo
  • [f5c08e9221] - Travis: Added after_success hook for testing, set node_js version to the
  • [88d67bab51] - First (git) actions for CI build releases.
  • [844cd09ad4] - Updated jscore to fcf951d
  • [1fbbb8dca0] - Fixes for nested each/option queries.
  • [f9ce47cf1e] - Implemented clone for Expression.
  • [4358bfb00e] - Implemented clone for VirtualElement.
  • [d39d6e8b14] - Updated jscore to f8ced57.
  • [5de343e452] - Observable in model prototype will now be wrapped when it's not an
  • [e87d5c0eb8] - Added blocks.executeExpression().
  • [67c32c71d1] - Whoops: Added changes I forgot to commit.
  • [0ddd24945f] - Changed behavior of not-defined properties to not be wrapped within an
  • [2082eef7ca] - Added condition to remove invalud use of view.removeAt().
  • [8c9152eef9] - Fixed bug in on query applying wrong events.
  • [cc420dca04] - Fixed "document is not defined" in node in serverData.js
  • [eee38e307c] - Added return statements to modules, previously not returning their ex…
  • [2f643c017f] - WIP: Changed build process to generate self executing closures arroun…
  • [b324a83bfa] - Fixed bug in ElementData.clear()
  • [9b6e157962] - Removed unused default value/option in node-Middleware.
  • [6002545ad0] - Changed "on"-data-query to be able to accept unlimited "args".
  • [f5ae8428e8] - Fixed misstake in refactoring.
  • [8937239035] - Changed observables attribute-update logic to use dom.attr
  • [df176f044d] - Implemented update for dependency observable arrays.
  • [4ec1c25b16] - Fixed extenders for depencie observables.
  • [1da54849ad] - Fixed sorting in chained extenders by keeping track of chages.
  • [[`8450a986...
Read more

0.3.4

16 Oct 21:10
Compare
Choose a tag to compare

Includes many bug fixes

0.3.3

20 Jul 05:46
Compare
Choose a tag to compare

This release includes improvements and bug fixes.

0.3.2

26 May 19:52
Compare
Choose a tag to compare

Fixes a major issue

0.3.1

12 May 08:07
Compare
Choose a tag to compare
  • Performance improvements and fixes
  • Server-side rendering improvements and fixes
  • DataSource class refactoring
  • Couple of small fixes and little improvements

0.3.0

24 Apr 08:22
Compare
Choose a tag to compare

First release