Skip to content

Commit 9d22f22

Browse files
committed
Release Prep 🏗
1 parent 5e73953 commit 9d22f22

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
---
7+
8+
## [v8.1.0-beta.0] - 2017-06-18
9+
10+
### How to install
11+
12+
`npm install lost@beta`
13+
14+
### Fixed
15+
- [#374](https://github.com/peterramsing/lost/pull/374) Fixes issue with `flex-basis` where IE10/11 would not lay out correctly with `lost-column`. - Thanks @finneganh! 🏙
16+
17+
### Added
18+
- [#337](https://github.com/peterramsing/lost/pull/377) `lost-column` not supports decimals without the leading zero. - Thanks @codebysubtract! 🔢
19+
- [#365](https://github.com/peterramsing/lost/pull/365) `lost-center` now supports fractions! - Thanks @codebysubtract 📈
20+
- [#363](https://github.com/peterramsing/lost/pull/363) Add param for `lost-offset` that disables it
21+
22+
### Changed
23+
- [#375](https://github.com/peterramsing/lost/pull/375) Deprecation of Node move methods in postcss is triggering deprecation message "Node#moveTo was deprecated. Use Container#append." - Thanks @thebuilder 🏗
24+
25+
### LostGrid Infrastructure
26+
- [#368](https://github.com/peterramsing/lost/pull/368) Adds NYC and Codecov coverage for reporting - Thanks @BarryThePenguin! 🛰
27+
- [#364](https://github.com/peterramsing/lost/pull/364) Inline docs are removed from the code, see [lostgrid.org](http://lostgrid.org) for docs.
28+
29+
[v8.1 Milestone](https://github.com/peterramsing/lost/milestone/11?closed=1)
30+
31+
[Diff with previous version 8.0.0](https://github.com/peterramsing/lost/compare/v8.0.0...v8.1.0-beta.0)
32+
33+
---
34+
635
## [v8.0.0] - 2016-12-31
736
### Fixed
837
- [#339](https://github.com/peterramsing/lost/issues/233) Fixes issue where `lost-align` was targeting the incorrect element when using flexbox.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lost",
3-
"version": "8.0.0",
3+
"version": "8.1.0-beta.0",
44
"description": "LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.",
55
"main": "lost.js",
66
"repository": {

0 commit comments

Comments
 (0)