Releases: amdelamar/osseous
Releases Β· amdelamar/osseous
Osseous v3.0.0
- Added directional none for padding/margin. i.e.
.padding-top-none, .margin-left-noneetc. - Added show/hide helpers i.e.
.show-small, .show-large, .hide-mediumetc - Changed
sidebarandnavbarstructures for no JavaScript toggling - Removed all JavaScript! π―
- Removed
marginon<code> - Removed default form inputs. Forms now require
.formclass before styling inputs, textarea, selects - Removed height on
.text-*modifiers - Removed
.left/.rightin 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
shadefor natural shadow from a light source. - Added
shadow-nonesimilar toborder-none. - Added
text-regularfont size andtext-unboldto undo bolding. - Added
float-rightfloat-leftprefix in addition toright/left. Next release will remove oldright/leftclasses. - 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-heightandtext-capitalizeutils
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