You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
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.
0 commit comments