Skip to content

Beta Release - v8.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@peterramsing peterramsing released this 13 Nov 06:37

Node Support Note

As I noted in a blog post on my site, LostGrid is dropping older Node.JS support with version 8. I had said that v8 would probably still work with older versions but if I wrote something that broke support for older versions it would be expected. ...well, I think I'm going to be breaking support in version 8 right away. I might still refactor some of that code but I just want to keep everyone in the loop. Please feel free to share any comments on this within issues or on twitter. Thanks for your support.

How to install

npm install lost@beta

[v8.0.0-beta.2] - 2016-11-12

Fixed

  • [#329] Issue where flex-basis needed to be set for IE 10/11

Added

  • Some new global logic for things. I'm a huge fan of breaking things out so they can be reused...LostGrid is in dire need of some breaking out within the codebase. This starts this (and it's been epic already and is starting to simplify things and improve readability.
  • In the master branch a warning was added for older versions of Node.JS so that there could be a notification for those using older version that it was being dropped in LostGrid version 8. This is included in this release but will probably be removed by the time this is merged into master.

Removed

  • Docs from the README.md file. I'd love to just have one place for these and that's at lostgrid.org.

Diff with previous version 8.0.0-beta.1