Skip to content

Releases: codyhouse/codyhouse-framework

Added new utility classes

02 Oct 11:08
Compare
Choose a tag to compare
- Added vertical alignment utility classes;
- Added width/height utility classes;
- Added text-nowrap utility class.

Co-Authored-By: Sebastiano Guerriero <sebastiano-guerriero@users.noreply.github.com>

v2.1.6: New textUnit mixin

25 Sep 11:28
Compare
Choose a tag to compare
- Added new textUnit mixin to edit text size on a component level;
- Grid system: minor changes.

Co-Authored-By: Sebastiano Guerriero <sebastiano-guerriero@users.noreply.github.com>

Added js-tab-focus utility class

23 Sep 10:38
Compare
Choose a tag to compare
Added js utility class

Added js-tab-focus class: make focus ring visible only for keyboard navigation (i.e., tab key)

Co-Authored-By: Sebastiano Guerriero <sebastiano-guerriero@users.noreply.github.com>

Grid: added option to edit number of cols

06 Sep 10:58
Compare
Choose a tag to compare

Added new utility classes + minor typography changes

04 Sep 08:20
Compare
Choose a tag to compare
  • Added new flexbox, display, vertical spacing, borders, radius, shadow and bg color utility classes;
  • Added option to set custom breakpoint values;
  • Added new shadow custom properties;
  • Simplified way of handling vertical spacing in typography.

New Flexbox utility classes

16 Jul 13:25
Compare
Choose a tag to compare

Added .flex@{breakpoint} and .inline-flex@{breakpoint} utility classes.

Minor changes re: utility classes and function

12 Jul 09:27
Compare
Choose a tag to compare
  • Added osHasReducedMotion function to util.js;
  • Added .max-width-xxxxs/.max-width-xxxs/.max-width-xxxl/.max-width-xxxxl CSS utility classes.

Updated Gulp configuration

07 Jul 10:08
Compare
Choose a tag to compare
  • style.scss compiles in two CSS files, one with CSS custom properties and one with fallbacks. Only one CSS file is downloaded by browser (script in to check if CSS variables are supported)
  • option to compile the SCSS of the components automatically into the style.css
  • combine and compress JS files of components in a single JS file (scripts.js)

CodyHouse 2.0, a lightweight front-end framework for building accessible, bespoke interfaces.

11 Jun 17:28
Compare
Choose a tag to compare
  • New file organization and separation of scope ('base' folder for core CSS rules, 'custom-style' is where users create their bespoke style).
  • New CSS utility classes (_util.scss in 'base' folder)

Read more 👉https://codyhouse.co/blog/post/codyhouse-framework-2-0

How to upgrade?
If you've been using v1, and want to download the new components, please make sure to upgrade to v1.2.1. This release includes all the new classes of v.2.0, plus fallbacks so you can keep using v1.0 without issues.

1.2.1

06 Jun 22:06
Compare
Choose a tag to compare
updated style.css