Skip to content

Commit

Permalink
18.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 19, 2024
1 parent bdab82e commit 1f2d169
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
27 changes: 15 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,48 @@
# Changelog

## May 24, 18.2.2
## July 19, 2024 18.2.3
* Update form controls.

## May 24, 2023 18.2.2
* Fixed a bug that the screen width set to the maximum value in `_media-only()` would not be displayed as intended.

## May 16, 18.2.1
## May 16, 2023 18.2.1
* Update packages.
* Remove html5shiv.

## February 24, 18.2.0
## February 24, 2023 18.2.0
* Apply fluid typography.
* Add `--_min-harmonic-sequence-base`.
* Add `--_max-harmonic-sequence-base`.
* Add `--_fluid-font-size`.

## February 20, 18.1.7
## February 20, 2023 18.1.7
* Add `data-submenu-visibility` to `.c-navbar__item`.

## February 16, 18.1.5
## February 16, 2023 18.1.5
* Fix `.c-container` max-width.

## February 16, 18.1.4
## February 16, 2023 18.1.4
* Fixed a bug that `.c-container` could be wider than the screen width on iOS and Safari.

## February 15, 18.1.3
## February 15, 2023 18.1.3
* Some fixes for `_fluid-container()`.

## February 15, 18.1.2
## February 15, 2023 18.1.2
* Remove `$use-safe-area` argment of `_container-padding()` and `_container()`.

## February 13, 18.1.1
## February 13, 2023 18.1.1
* Add `--_global--container-margin`.
* Add `--_global--container-max-width`.
* Changed the font size so that it does not get larger in landscape mode on iOS.

## February 8, 18.0.3
## February 8, 2023 18.0.3
* Fixed a bug that caused the container width to exceed the screen width in landscape mode on the iPhone.

## February 7, 18.0.2
## February 7, 2023 18.0.2
* CSS vars for `font-size` and `line-height`, move to `settings.scss` from `base.scss`.

## February 2, 18.0.1
## February 2, 2023 18.0.1
* `_set-content-level()` add `margin-top` only. Remove `margin-bottom`.

## January 13, 2023 18.0.0-beta6
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.11.1"
},
"name": "sass-basis",
"version": "18.2.2",
"version": "18.2.3",
"main": "src/css/basis.scss",
"author": "inc2734",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/css/basis.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Name: Basis v18.2.2
* Name: Basis v18.2.3
* Description: A lightweight responsive Sass/CSS framework based on flexible box.
* Author: Takashi Kitajima ( inc2734 )
* Author URL: https://2inc.org
Expand Down

0 comments on commit 1f2d169

Please sign in to comment.