Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeBenLeBen committed May 30, 2022
1 parent 8dc05bf commit 13ed6ed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,17 @@


# [3.0.0](https://github.com/liip/kanbasu/compare/2.5.0...3.0.0) (2022-05-30)


### Features

* replace / by math.div ([7388bb3](https://github.com/liip/kanbasu/commit/7388bb343c0394a71c251d53c3c44d0a1c5d549c))


### BREAKING CHANGES

* Dart Sass >= 1.33 is required to parse the new math.div syntax, see https://sass-lang.com/documentation/breaking-changes/slash-div

# [2.5.0](https://github.com/liip/kanbasu/compare/2.5.0-beta.1...2.5.0) (2019-03-19)


Expand Down Expand Up @@ -241,4 +255,4 @@

# 1.0.0

* Initial release
* Initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "kanbasu",
"version": "2.5.0",
"version": "3.0.0",
"description": "A customizable CSS framework focused on layouting to easily scaffold responsive web interfaces.",
"homepage": "http://kanbasu.liip.ch",
"bin": {
Expand Down

0 comments on commit 13ed6ed

Please sign in to comment.