Skip to content

Releases: mobi-css/mobi.css

v1.0.0

30 Sep 10:00
Compare
Choose a tag to compare

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

17 Sep 14:40
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Breaking changes

  • #43 Rename mt-0, mt-15 and mt-30 to top-gap-0, top-gap and top-gap-big
  • #48 Rename col to unit

New features

  • #48 Add units-gap, unit-0, and flex-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 and gap-top-big to 14px and 32px
  • Change padding of <code>
  • Change $width-gap from 15px to 14px
  • #41 Design new site, add reference

v1.0.0-alpha.3

05 Sep 15:16
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

New features

  • #27 Add show-on-mobile
  • #26 Add col-2-3, col-3-4

Other changes

  • background-image of <select> can auto change fill color now

v1.0.0-alpha.2

05 Sep 03:25
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Breaking changes

  • #19 #20 Remove container-side

New features

  • #19 Add hide-on-mobile

Other changes

  • Update background-image of <select>

v1.0.0-alpha.1

03 Sep 08:31
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

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 use flex-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 of select to enhance the image when use a dark theme
  • Add two browsers support: last 5 UCAndroid versions and last 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

01 Sep 15:53
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Bugfixes

  • Fix a container bug, container's width is not the same when container-side shows

v0.4.0

01 Sep 15:21
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Breaking changes

  • #11 Remove col-custom, now we can use col and max-width to achieve custom column
  • #14 Rewrite _reset.scss, so that <table> and <input>s in <form> will not be reset, we need to add class="table" to <table> and class="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 adding class="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 than container, so that pre will not look odd
  • Use opacity to achieve [disabled]
  • Update <h4>, <h5>, <h6> font-size

v0.3.1

30 Aug 14:59
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Bugfixes

  • Remove background of hovered links

v0.3.0

30 Aug 14:45
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Breaking changes

  • #9 Remove alerts
  • #10 Remove top middle bottom left center right
  • Change scrollable to scroll-view

Features

Other changes

  • Small changes to radio and checkbox

v0.2.0

29 Aug 08:14
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Breaking changes

  • #2 Change col-half, col-third, col-quarter to col-1-2, col-1-3, col-1-4
  • #3 Change section, paragraph, clear-margin-top to mt-30, mt-15, mt-0

Features

  • #5 Add autoprefixer for compatiblity

Other changes

  • Update font-size of pre from 1.4rem to 1.5rem
  • Small changes to alerts colors
  • Small changes to the colors of disabled buttons