Comparing version 1.0.3 to 1.0.4
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [1.0.4] - 2019-08-01 | ||
### Changed | ||
- SCSS: Fixed type checking in breakpoint function | ||
## [1.0.3] - 2019-08-01 | ||
@@ -14,3 +18,2 @@ ### Added | ||
## [1.0.2] - 2019-04-29 | ||
@@ -21,3 +24,2 @@ | ||
## [1.0.1] - 2019-04-29 | ||
@@ -28,5 +30,5 @@ | ||
[1.0.4]: https://github.com/pocketsize/bolts-lib/releases/tag/1.0.4 | ||
[1.0.3]: https://github.com/pocketsize/bolts-lib/releases/tag/1.0.3 | ||
[1.0.2]: https://github.com/pocketsize/bolts-lib/releases/tag/1.0.2 | ||
[1.0.1]: https://github.com/pocketsize/bolts-lib/releases/tag/1.0.1 |
{ | ||
"name": "bolts-lib", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Front-end helper library", | ||
@@ -5,0 +5,0 @@ "main": "src/js/index.js", |
# Bolts | ||
*v1.0.3* | ||
*v1.0.4* | ||
@@ -4,0 +4,0 @@ Bolts is a collection of practical Sass mixins and JS functions helping you deal with all the mundane website building and styling tasks, so that you can focus on creating something new. It aims to be a toolkit that does the things you're tired of. |
/** | ||
* Bolts 1.0.3 | MIT License | ||
* Bolts 1.0.4 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.3 | MIT License | ||
* Bolts 1.0.4 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.3 | MIT License | ||
* Bolts 1.0.4 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.3 | MIT License | ||
* Bolts 1.0.4 | MIT License | ||
* | ||
@@ -31,3 +31,2 @@ * Developed by Pocketsize | ||
if (this.elems.length) { | ||
@@ -34,0 +33,0 @@ this.elems.forEach(elem => { |
/** | ||
* Bolts 1.0.3 | MIT License | ||
* Bolts 1.0.4 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.3 | MIT License | ||
* Bolts 1.0.4 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
Sorry, the diff of this file is not supported yet
79727