Releases: amdelamar/osseous
Releases Β· amdelamar/osseous
Osseous v3.0.0
- Added directional none for padding/margin. i.e.
.padding-top-none, .margin-left-none
etc. - Added show/hide helpers i.e.
.show-small, .show-large, .hide-medium
etc - Changed
sidebar
andnavbar
structures for no JavaScript toggling - Removed all JavaScript! π―
- Removed
margin
on<code>
- Removed default form inputs. Forms now require
.form
class before styling inputs, textarea, selects - Removed height on
.text-*
modifiers - Removed
.left
/.right
in favor of.float-left
/.float-right
Osseous v2.5.1
- Change domain to amdelamar.com
- Added
npm
- Added
bower
- Added unpkg.com CDN
Osseous v2.5.0
- Added
shade
for natural shadow from a light source. - Added
shadow-none
similar toborder-none
. - Added
text-regular
font size andtext-unbold
to undo bolding. - Added
float-right
float-left
prefix in addition toright/left
. Next release will remove oldright/left
classes. - Fix for iOS Safari in dropdowns by setting
onclick=""
.
Osseous v2.0.1
- Fixed button hover opacity to box-shadow. Which helps with dropdowns.
- Fixed input and textarea font and size.
- Added
full-height
andtext-capitalize
utils
Osseous v2.0.0
- Fixed dropdown backgrounds
- Removed -blue, -green, -red
- Added -primary, -secondary, -tertiary, -success, and -danger
- Removed unused root variables
- Updated documentation, and archived older 1.2.0 for viewing here: https://austindelamar.com/osseous/1.2.0/
Osseous v1.2.0
Uses full RGB color values instead of (R,G,B), and omitted opacity rgba()
with --light-x
alternatives.
Table alternating color is now easily changeable with --table-highlight
value.
Osseous v1.0.1
Includes a workaround for checkbox and radio 'readonly'.
Osseous v1.0.0
Includes:
- Typography
- Columns, Rows, Grid
- Tables
- Buttons, Forms, Inputs
- Dropdowns
- Navbar
- Sidebar