@accessibility-in-action/looseleaf
Advanced tools
Comparing version 1.4.2 to 1.5.0
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. | ||
## [1.5.0](https://www.github.com/accessibility-in-action/looseleaf/compare/v1.4.2...v1.5.0) (2021-08-09) | ||
### Features | ||
* add table layout (resolves [#27](https://www.github.com/accessibility-in-action/looseleaf/issues/27)) ([#69](https://www.github.com/accessibility-in-action/looseleaf/issues/69)) ([1146b5a](https://www.github.com/accessibility-in-action/looseleaf/commit/1146b5a4584b35b3f2e04cce1872e37bf1e2b65c)) | ||
* bundle modern-css-reset in built CSS ([#73](https://www.github.com/accessibility-in-action/looseleaf/issues/73)) ([c9ef591](https://www.github.com/accessibility-in-action/looseleaf/commit/c9ef5910573047dd7bd213cfae1eadee73a2b1e5)) | ||
* update monospace font stack ([#70](https://www.github.com/accessibility-in-action/looseleaf/issues/70)) ([aaedf56](https://www.github.com/accessibility-in-action/looseleaf/commit/aaedf56aa1780774ab1d49903a348f46f766c531)) | ||
### [1.4.2](https://www.github.com/accessibility-in-action/looseleaf/compare/v1.4.1...v1.4.2) (2021-07-27) | ||
@@ -6,0 +15,0 @@ |
{ | ||
"name": "@accessibility-in-action/looseleaf", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Sketchy CSS framework for prototyping.", | ||
@@ -50,3 +50,4 @@ "main": "dist/style.min.css", | ||
"cssnano": "5.0.7", | ||
"eslint": "7.31.0", | ||
"doxray": "^0.10.1", | ||
"eslint": "7.32.0", | ||
"eslint-config-fluid": "2.0.0", | ||
@@ -65,3 +66,6 @@ "faker": "5.5.3", | ||
"stylelint-use-logical": "1.1.0" | ||
}, | ||
"dependencies": { | ||
"modern-css-reset": "^1.4.0" | ||
} | ||
} |
# Looseleaf | ||
[![Deployed with Netlify](https://badgen.net/badge/deployed/with%20netlify/cyan)](https://looseleaf.netlify.app) [![License](https://badgen.net/github/license/accessibility-in-action/looseleaf)](https://github.com/accessibility-in-action/looseleaf/blob/main/LICENSE.md) [![GitHub Release](https://badgen.net/github/release/accessibility-in-action/looseleaf)](https://github.com/accessibility-in-action/looseleaf/releases/latest) [![NPM Package](https://badgen.net/npm/v/@accessibility-in-action/looseleaf)](https://npmjs.com/package/@accessibility-in-action/looseleaf) | ||
[![Deployed with Netlify](https://badgen.net/badge/deployed/with%20netlify/cyan)](https://looseleaf.netlify.app) | ||
[![License](https://badgen.net/github/license/accessibility-in-action/looseleaf)](https://github.com/accessibility-in-action/looseleaf/blob/main/LICENSE.md) | ||
[![GitHub Release](https://badgen.net/github/release/accessibility-in-action/looseleaf)](https://github.com/accessibility-in-action/looseleaf/releases/latest) | ||
[![NPM Package](https://badgen.net/npm/v/@accessibility-in-action/looseleaf)](https://npmjs.com/package/@accessibility-in-action/looseleaf) | ||
Looseleaf is a sketchy CSS framework for prototyping. [Learn more→](https://looseleaf.netlify.app/docs/looseleaf/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47424
32
716
9
1
21
+ Addedmodern-css-reset@^1.4.0
+ Addedmodern-css-reset@1.4.0(transitive)