Releases: slavanga/baseguide
Releases · slavanga/baseguide
Baseguide 4.2.0
What's Changed
- Feature/sass migrator by @KasperAndersson in #17
- Update LICENSE by @KasperAndersson in #18
Full Changelog: v4.1.1...v4.2.0
Baseguide 4.1.1
Fixes
- Fix color replacement in get-icon function (7ac2cb4)
Baseguide 4.1.0
Updates
- Add variable $input-border-width, by @KasperAndersson (1f878c9)
- Update parameters for modular-scale function, by @KasperAndersson (7e66f3a)
- Remove focus styles for non keyboard events (93762b5)
Baseguide 4.0.0
Features
Updates
- Remove media-fullscreen class (df6af96)
- Simplify largest breakpoint handling (7cd646f)
- Remove grid fallback with floats (cfeb32e, ee8f626)
- Reset spacing on last heading (1dd8597)
- Encode svg icons in get-icon function (2198c74)
- Update underline mixin (ce403c6)
- Add variable $checkbox-border-radius (840ccad)
- Add px unit to xs breakpoint (4e790c4, 72ab31a)
Build
Docs
- Add typography docs (ca354f9)
Baseguide 3.3.0
Baseguide 3.2.1
Baseguide 3.2.0
Features
- Add function to change color of URL-encoded SVG icons, by @KasperAndersson (04851e5)
Updates
Baseguide 3.1.0
Baseguide 3.0.1
v3.0.1 3.0.1 build
Baseguide 3.0.0
Features
- Add table-responsive class (b7f53e9)
- Add center option for inline lists (1a6ab62)
- Add space utility (72e0295, d20baa4)
- Add variable $spacing-reset (9da625b)
- Add variable $button-hover-border-color (68ece70)
Updates
- Drop support for IE 9 and 10 (40e6a00)
- Update normalize to v8.0.0 (4802c8c)
- Update Sass MQ to v5.0.0 (0bbeed7)
- Use flexbox for media object (47e7b35)
- Use flexbox for inline lists (5750e1d)
- Remove list equal (d8aac71)
- Remove opinionated spacing reset (3f4c414)
- Rewrite and Update custom forms (79c8710, afb7df1, 7956c5f, c40e956, b0b4c28, b0c9d31)
- Remove fallback icons for forms (8cf39cb)
- Restrict the width of file inputs (2b491f8)
- Keep default tap highlight for buttons (1ec7dde)
- Optimize unit conversion for gutter (1115fe6, ce2f189)
- Use rem unit for layout related objects (dd59816)
- Use rem for form spacing (2117edf)
- Convert em values in to-rem (0b451e1, 3e792ef)
- Change handling of font antialiasing (5510da0)
- Update default fade duration (b65045f)
Build
Docs
- Update demo website