Releases: mobi-css/mobi.css
Releases · mobi-css/mobi.css
v1.0.0
Features
- Container for mobile
- Margin top only
- Flexbox layout
- Vertically flexbox
- Flexible grid system
- Scroll view
- Useful utilities
For more information, please visit: http://getmobicss.com/
Other changes
- Add 简体中文 docs
v1.0.0-alpha.4
Breaking changes
New features
- #48 Add
units-gap
,unit-0
, andflex-vertical
- Fix styles of
<kbd>
,<samp>
- Fix styles of
abbr[title]
- Fix styles of
<audio>
,<video>
- Fix styles of
<fieldset>
,<legend>
,<optgroup>
,<option>
,<progress>
Other changes
- Change
gap-top
andgap-top-big
to14px
and32px
- Change padding of
<code>
- Change
$width-gap
from15px
to14px
- #41 Design new site, add reference
v1.0.0-alpha.3
v1.0.0-alpha.2
v1.0.0-alpha.1
From v1.0.0-alpha.1
, Mobi.css will not have breaking changes unless there are some important reasons.
Breaking changes
- Remove class
label
, you should useflex-middle
instead
New features
- Add
flex-left
,flex-center
,flex-right
,flex-top
,flex-middle
,flex-bottom
(revert #10)
Other changes
- Fixed font-family of
pre code
in Android - Update (add white shadow to black arrow-down image) the
background-image
ofselect
to enhance the image when use a dark theme - Add two browsers support:
last 5 UCAndroid versions
andlast 3 Edge versions
- Changed website DNS, which cause some problem that some people cannot access the site (#16, #17), solved by adding a mirror site http://getmobicss.xcatliu.com/, will deprecate it when DNS cache is cleared
- Published site to both GitHub pages and Coding pages, which help Chinese people view this page without the need of climbing over the GFW
v0.4.1
v0.4.0
Breaking changes
- #11 Remove
col-custom
, now we can usecol
andmax-width
to achieve custom column - #14 Rewrite
_reset.scss
, so that<table>
and<input>
s in<form>
will not be reset, we need to addclass="table"
to<table>
andclass="form"
to<form>
. This will let Mobi.css be more friendly to third party libraries
Features
- Add a new class
btn
, new we can make an<a>
to a button by addingclass="btn"
- Add a new class
label
- Add
_custom.scss
so that people can easily generate their own Mobi.css - Add some typography styles such as
<mark>
,<sup>
, etc
Other changes
- Remove
pre { margin-left: "-15px", margin-right: "-15px" }
when screen width larger thancontainer
, so thatpre
will not look odd - Use
opacity
to achieve[disabled]
- Update
<h4>
,<h5>
,<h6>
font-size
v0.3.1
v0.3.0
v0.2.0
Breaking changes
- #2 Change
col-half
,col-third
,col-quarter
tocol-1-2
,col-1-3
,col-1-4
- #3 Change
section
,paragraph
,clear-margin-top
tomt-30
,mt-15
,mt-0
Features
- #5 Add autoprefixer for compatiblity
Other changes
- Update
font-size
ofpre
from1.4rem
to1.5rem
- Small changes to
alert
s colors - Small changes to the colors of
disabled
buttons