Cirrus Versions Save

:cloud: The SCSS framework for the modern web.

0.7.2-patch.1

3 months ago

Patch to fix issue when importing Cirrus in a project.

πŸ› Fixes

  • Fix incorrect paths that break imports in utils folder 379a3d0

0.7.2

3 months ago

Lots of fixes in this one. Big thanks to all the issues submitted by users over the year!

πŸŽ‰ Features

  • Link pseudo elements will now use currentColor instead of fixed link color bd9ab44
  • Buttons now completely support color modifier classes (background, text, and border). 5962ca4
  • Add px (1px) to default sizing system. 14970c4
  • Add 48 and 64 to default sizing system to close the gap with xs viewport. 31f80f0
  • Border color util classes will now set button shadow color, taking precedence over bg color classes. 46fcc01
  • Add new normal-case utility class. 81d36aa
  • Add vertical-align util classes. ee67b56
  • Update utility mixin to handle prefers dark/light and reduced motion variants. 4907381
  • Add common class name field to utility api, add new function to convert old class map to new class mapping for utility mixin. 3b6d753
  • Reorder style generation to minimize minified size with gulp-clean-css. b5dd955
  • Add new gap classes for row or column only 5c317e0
  • Add new font style classes #192 83463e1
  • Move language label for code component to styling for 'pre' #206 2248631
  • Add new helper class to toggle tree-nav visibility 623a19d
  • Integrate native hover color generation for buttons using bg- modifier classes 7b55b6d
  • Add new utility classes for grid auto flow row and column. f0349a1

πŸ› Fixes

  • Remove margins from label HTML element. 010146f
  • Remove margins for btn-close. 4bfb7c0
  • Last border of accordion item should be invisible. a95694b
  • Add missing button variables to v1 color classes. 8e01988
  • Reset cursor of nav-item children. c706fce
  • Inline condition for generating classes to avoid conflicting variable names. 50dc1b5
  • Fix incorrect viewport being used to apply fill-height styles #163. 7ef825b
  • Add left text alignment for list in dropdown menu. 6997266
  • Fix horizontal centering for default spinner. 50af674
  • All semantic color references to _theme.scss will now use _config.scss for customization #174 d3e0f9a
  • Remove duplicate generation of blur util classes c60a237
  • Fix grid row support, grid rows will now have a max of 6 74cdab9
  • Remove extra padding on anchor tags 9bd4aec
  • Move pointer cursor to tag__close-btn specifically instead of colored tags #193 0a6c23f
  • Hide overflow for frame component #195 7fd9209
  • Restrict transition animation to only box shadow #194 4731e12](https://github.com/Spiderpig86/Cirrus/commit/4731e12e2d26357cded418d40214ab461d365ebc)
  • Fix specifier for tree-nav class for small viewports 875a5ce
  • Fix issue where range slider does not slide from start to end #217 77582e7
  • Fix accordion rendering on Safari #216 ab69a6c
  • Set pointer as default cursor for pagination-item a tag #211 d9ea857
  • Vertical center spinner fix (#242) 856461d
  • Fix bug where list dropdown menu flashes briefly during page load #207 2cbc17a
  • Use default browser focus styling for elements that don't have custom styling b164485
  • Remove unused focus styling 68eb3a2
  • Fix incorrect property used for column gap 81336a8
  • Fix bug where webkit default focus styles were applied instead of input, textarea, and select focus styles, refactor forms code cff0e97
  • Fix incorrect selector used in commit a95694b 7090712
  • Form border styling should respect --border-opacity var if present 95bb80b
  • Fix horizontal alignment of loading spinner f093e8f

πŸ’₯ Breaking Changes

  • Rename tree-nav--shown to tree-nav--visible to follow new class conventions 37290af
  • Deprecate .menu-item.right, revert to applying list stylings to child link to support nested lists, expand list stylings to child divs and spans first children only #198 889f0fe
  • Deprecating .usquare and .usquare.delay classes due to incompatible color styling 161bf52

0.7.1

1 year ago

πŸŽ‰ Features

  • Add configurations for specifying custom font families for primary and secondary fonts. dfaadb1
  • Removed auto-imports for Google fonts for GDPR compliance. dfaadb1
  • Add btn--disabled class to support diabled state for div and a tags. 8565138
  • Button shadows now rely on CSS variables. d9fc6ac
  • New map added to _config.scss to include fg and bg colors. faac886
  • Add new modal--visible class to replace shown class to display modal dialogs. 2c3c6d7
  • Add new flex-basis utility classes. 23925ed b070926
  • Add new blur filter utility classes with viewport variants disabled. f723636
  • Add utility classes for fixed widths based on default sizing system. 21e1b5a
  • Add new utility classes for min/max width using breakpoints. 6a2b469
  • Add accordion component. 5347b9f
  • Add border color and border opacity utility classes. ae26f16
  • Add utility classes for fixed heights based on default sizing system. 7111de8
  • Add Gzipped build option for Cirrus for Gulp. 8ad2051
  • Add utility classes for transition durations. d0814bf
  • Add utility classes for line heights. 6ac14a3
  • Add 25p, 75p and negative versions of absolute util classes. 4fc644d
  • Add absolute values for absolute util classes based on default sizing system (limited to 0-4rem). 1e83295 7dfa71f
  • Add border-width util classes. 374cc0e

πŸ› Fixes

  • Fix bug with non-vertically aligned toggle component for different zoom levels. 368a6db
  • Move inline image values to constants. 6b5a999
  • generate-classes-for-viewport should reuse logic from generate-classes-for-viewport-with-map. 37c5f8e
  • Transparent border added to default style for all elements so border util classes will show up. b6e3a9f
  • leading-none should have a line height of 1 instead of 0. ee293be

πŸ’₯ Breaking Changes

  • Themed button classes now respect changes in control-themes map inside _config.scss. faac886
  • Updated _config.scss to have components (e.g. avatars, tabs, etc.) as top level attributes in the config instead of having avatar-sizes for example.

Before

...
avatar-sizes: (),
breakpoints: (),
button-sizes: (),
...

After

...
avatars: (
    sizes: ()
),
breakpoints: (
    widths: (),
    breakpoint-pairs: ()
),
buttons: (
    sizes: ()
),
...
  • Remove ms vendor prefix for flexbox due to high CSS3 standard adoption. 34c838b
  • Remove prefixes for remaining styles that have > 98% unprefixed adoption according to caniuse. b1d1fb1
  • Remove all remaining CSS prefixes except -webkit-tap-highlight-color. eff211e
  • Fixed viewport classes for col where it was shifted 1 level wider than expected in 0.7.0 628a815

0.7.0-patch.1

2 years ago
  • Fixes issue where importing Cirrus using new @use import would fail due to incorrect import paths for external projects.
  • Updated Gulp and unit tests to resolve import paths that reference node_modules.
  • Purged unused dependencies and updated remaining dependencies.

Example next.js project attached,

globals.scss

@use "cirrus-ui/src/cirrus-ext" as * with (
    $config: (
        excludes: (
            ABSOLUTES,
        ),
        opacity: null, // Disable default opacity classes
        extend: (
            // Add your own
            opacity: (
                25: .25,
                50: .5,
                75: .75,
            )
        )
    ),
);

html,
body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
        Helvetica Neue, sans-serif;
}

a {
    color: fill('gray', '400');
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

index.js

import Head from 'next/head'
import Image from 'next/image'
import styles from '../styles/Home.module.css'

export default function Home() {
  return (
    <div className={styles.container}>
      <Head>
        <title>Create Next App</title>
        <meta name="description" content="Generated by create next app" />
        <link rel="icon" href="/favicon.ico" />
      </Head>


      <main className={styles.main}>
      <p className="u-opacity-25">Testing</p>
      <p className="u-opacity-75">Testing</p>
        <h1 className={styles.title}>
          Welcome to <a href="https://nextjs.org">Next.js!</a>
        </h1>

        <p className={styles.description}>
          Get started by editing{' '}
          <code className={styles.code}>pages/index.js</code>
        </p>

        <div className={styles.grid}>
          <a href="https://nextjs.org/docs" className={styles.card}>
            <h2>Documentation &rarr;</h2>
            <p>Find in-depth information about Next.js features and API.</p>
          </a>

          <a href="https://nextjs.org/learn" className={styles.card}>
            <h2>Learn &rarr;</h2>
            <p>Learn about Next.js in an interactive course with quizzes!</p>
          </a>

          <a
            href="https://github.com/vercel/next.js/tree/canary/examples"
            className={styles.card}
          >
            <h2>Examples &rarr;</h2>
            <p>Discover and deploy boilerplate example Next.js projects.</p>
          </a>

          <a
            href="https://vercel.com/new?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
            className={styles.card}
          >
            <h2>Deploy &rarr;</h2>
            <p>
              Instantly deploy your Next.js site to a public URL with Vercel.
            </p>
          </a>
        </div>
      </main>

      <footer className={styles.footer}>
        <a
          href="https://vercel.com?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
          target="_blank"
          rel="noopener noreferrer"
        >
          Powered by{' '}
          <span className={styles.logo}>
            <Image src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />
          </span>
        </a>
      </footer>
    </div>
  )
}

v0.7.0

2 years ago

Like Cirrus 0.6.0, 0.7.0 was another large undertaking that brought a large refactor of the entire codebase to prioritize configurability and enhance overall developer experience. This rewrite represents the first step in how Cirrus is repositioning as a component-and-utility-centric SCSS framework.

With this, there will be some breaking changes when upgrading to 0.7.0, but this release note entry should make the changes painless to do.

There are a ton of things that were added in this new update, but below are a few big ones I want to highlight.

A new way to use Cirrus

With previous versions, the only ways to use Cirrus was to either linking the CDN link at the top of your page or importing cirrus-ui into your Node project.

This is fine, but it lacked any sort of customization. The only way to change Cirrus was to clone the project and build your own version locally. Dart Sass has given me immense opportunity to improve Cirrus's usability and fix technical debt and hacks. One of the things it also enabled was directly importing Cirrus into your Sass/Scss project directly.

Not only can you import different pre-configured versions of Cirrus, but also take advantage of all the functions, mixins, constants, etc. that Cirrus comes built with.

// main.scss
@use "node_modules/cirrus-ui/cirrus-core" as *; // Core build OR
@use "node_modules/cirrus-ui/src/cirrus-ext" as *; // Extended build

@screen-above($md) {
    .my-class {
        background-color: rgba(#{hex-to-rgb(fill('blue', '600'))}, .25);
    }
}

No more having to build Cirrus separately and then copying and pasting the generated styles to your project. Read more on this here.

Focus on configurability

One of the things this rewrite aimed to accomplish was configurability. In the past, CSS frameworks were just things we plop into our project and we either accepted styles it gave us or we spent countless hours overriding them to fit our needs. Why should we continue to subject ourselves to that amount of torture?

0.7.0 marks a big step in dynamic class generation. Whether you are building Cirrus locally or you're importing Cirrus directly into your Sass files, you can take advantage of defining a configuration object in both scenarios when you import the framework. Use the configuration object to specify viewports for classes, extend existing component and utility styles, toggle features, and more.

@use "node_modules/cirrus-ui/src/cirrus-ext" as * with (
    $config: (
        excludes: (
            ABSOLUTES,
        ),
        opacity: null, // Disable default opacity classes
        extend: (
            // Add your own
            opacity: (
                25: .25,
                50: .5,
                75: .75,
            )
        )
    ),
);

Currently most utility classes and components can be customized through here in this release, but I hope to extend this capability a lot more in future updates. Read more on this here.

Revamped colors

Default colors have been tuned a bit for increased vibrancy and range. Of course, these colors can be customized via the configuration object as well.

Utils, utils, and more utils

Utility classes within Cirrus have grown to be quite popular. This update adds utility classes for:

  • Letter Spacing
  • Flex
    • Wrap
    • Grow/Shrink
  • Color Opacity
  • Flex/Grid Gap
  • Font Size
  • Box Shadow
  • Border Radius
  • Min/Max Height/Width
  • Font Weights
  • Opacity
  • Z-Index

A lot of classes have also seen the introduction of viewport variants. Those can be found in the class specific documentation in the docs page.

Components

This update wasn't as focused on introducing new components, but it was not forgotten. Some of the new components styles are:

  • Breadcrumbs
  • Progress
  • New Animations

Check out the new docs to see all the new features in 0.7.0!

πŸŽ‰ Features

  • Avatars now use currentColor for text. 5ff9035
  • Card footer font size increased to font-size-s. 57a2c89
  • New xl viewport added to Cirrus. 61e3f03
  • New utility classes for opacity.
  • New framework colors for black and white. 2334c1a
  • Migrate from LibSass to DartSass. fc54c2d
  • Add z-index utility classes. a596b6a
  • Add absolute positioning utility classes. fb4379a
  • New unit testing and CI setup (series of commits).
  • Add font size utility classes. d5b8088
  • Add flex/grid gap utility classes 98ea940
  • Add box shadow utility classes. f7c4862
  • Add flex grow/shrink utility classes. 00d2d61
  • Add min/max height/width utility classes. 1639ea4
  • Add border radius utility classes. b7b3892
  • Enable viewport class generation for grid. decb897
  • Allow element focus color to be overidden. 1c0b7db
  • Add breadcrumb component. 9328a6c
  • Add progress component. df19e16
  • Add new pulse and ping animations. 5f13215
  • Add flags to conditionally generate utility classes. a455e2a
  • Add flags to conditionallity generate component styles. 2dbc78d
  • Add table-container class to handle overflowing tables with many columns. f0249ed
  • Add utility classes for background color opacity. 60c1a33
  • Add utility classes for text color opacity. 1176332
  • Refactor color usage of buttons to use background and text opacity configs. de0beca
  • Tune v2 colors for better vibrancy. 62b2a34
  • Add bg-transparent and text-transparent classes. c0fcb18
  • Add flex-wrap utility classes. 7875c39
  • Add letter-spacing utility classes. 4d6f8a8
  • Add font-primary and font-secondary (aka font-alt) classes. 5e67315
  • Update CSS reset for Cirrus. 27c905a
  • Darken default text color. cea9b3c

πŸ› Fixes

  • Fixed rendering issues where links with classes u and utb rendered with inconsistent heights. 9a60273
  • Remove extra margin and padding from textarea. 65caa20
  • Fix bug where smaller viewport classes will override classes with larger viewports for columns. 8e48957
  • Change height for fullscreen to min-height: 100vh. 4b6c075
  • Fix bug where margin auto classes were not correctly behaving based on viewport. 4616553
  • Remove link color override in footer. bbe6d75
  • Fix bug where hamburger menu animations where not working. 203ab37
  • Fix issue where toggle glyph was not hidden behind the toggle knob. fa7c1bb

πŸ’₯ Breaking Changes

  • The content class will now default to 100% width and adjusts according to xs, sm, md, lg, and xl breakpoints. To get the previous behavior, just include w-80. 61e3f03
  • faded class is now deprecated. Use opacity utilities instead. 1e9205d
  • New BEM naming style for components with size variants. These classes now use --xs, --sm, --md, --lg, and --xl instead of -xsmall, -small, -large, -xlarge.
  • Deprecate white. Use text-white instead. 2334c1a
  • Deprecate vendor prefixes for button, forms, frames, animations, misc utils, and more. Will not impact most browsers. cf5a24c 9dfac0f
  • Deprecated old border radius classes. b7b3892
    • u-round => u-round-xs
    • u-circle => u-round-full
  • Rename old pulse animation to pound. 72839d2
  • Major refactor of project structure. Should not be breaking unless you import things directly from the framework. 0c0d0ff0a90b5874d34552f8ad8528b1f169c735
    • Introduce new directory structure centered around base, components, and utils
    • New build target files for core and ext
    • Moved animations, grid, and modifiers to be part of core build
  • Removed exports of Cirrus v1 colors as CSS variables. f044ce9
  • Tab position classes now use BEM. 4dd3b7e
    • tabs-center => tabs--center
    • tabs-right => tabs--right
    • New tabs--left class.
  • Deprecate all grid-gap-* classes in favor of u-gap-*. 1aaee51
  • All existing width/height, min/max width/height classes will now be suffixed a with a p to indicate percentage. fa76931
    • w-50 => w-50p
    • h-50 => h-50p
    • min-h-50 => min-h-50p
    • min-w-50 => min-w-50p
    • max-h-50 => max-h-50p
    • max-w-50 => max-w-50p

0.6.3

2 years ago

Cirrus 0.6.3 mainly focuses on making existing classes more consistent, fixing existing UI bugs, and introducing some new bigger changes like Tags and viewport support for margin/padding.

In the mean time, I have been working quite hard on Cirrus Blocks which gives developers a faster way to prototype with Cirrus with a large collection of new components built using Cirrus. You can check out the repository here.

πŸŽ‰ Features

  • Update headline font sizes to have less of a gap from h1. 7d63a17
  • Update header font sizes for h1 and h2. 718d676
  • Move :root declaration from theme.scss to default.scss to prevent conflicts when importing into Node project. 3def8a2
  • Rewrite tags 65f4fd9 0cd2358 #69
    • Deprecated old sizing classes like xsmall, small, etc. to be replaced by common sizing conventions like sm. See breaking changes for more details.
    • Add new tag sizes xs, sm, and md.
    • Fix tag padding.
  • Add support for viewports for margin and padding classes. 1a6f8aa #68
    • This means classes like p-3-md or m-1-lg is now supported for all viewports xs, sm, md, lg, and xl.

πŸ› Fixes

  • Margin between buttons in btn-group is now -1px instead of -.1rem. 8ec79f7
  • Fix UI glitch where button shadow/forms on focus is sometimes overlapped by neighboring buttons. 5a7d18f 0979c27
  • Fix btnβ€”pilled rendering incorrectly. df408e9
  • Fix bug where feature flags were not correctly used from _config.scss. 4835bf4

πŸ’₯ Breaking Changes

  • Deprecated inclusion of vendor prefix for flex-align. 71a7eb1
  • Existing tag size classes have now been updated. 65f4fd9
    • tagβ€”large => tagβ€”lg
    • tagβ€”xlarge => tag-xl

0.6.2-patch-1

2 years ago

🩹 0.6.2-Patch-1

  • Minor patch that fixes:
    • Incorrect version displayed in CDN 8e9bbf4
    • Util class values incorrectly surrounded by quotes for cirrus.css and cirrus-core.css. Note that using these files are not recommended as these are much larger in size and not tested against. Please use the minified version of the files. bbc1549

0.6.2

2 years ago

Cirrus 0.6.2 is a minor update that officially introduces viewport variants for utility classes. The viewport behavior is now consistent across all supported utility classes. For example, we can make a div have display: block only for md or higher just by adding the u-block-md class. The main concept here is that we design for the smallest screen width and only apply the modifications for larger widths (more on this later).

πŸŽ‰ Features

  • This update officially adds support for viewport classes for the following utilities:

    • Clearfix
    • Display
    • Flexbox
    • Position
  • Streamline generation of viewport classes for different utilities. These utility classes follow a mobile-first design approach, meaning that something like u-flex will allow for all viewports. To change the behavior for sm, md, lg, or xl, we would need to apply additional modifier classes (see example below). c0e9980

    • In this example, here we start with u-flex for xs to sm. For md and above, we will use u-block.

      <div class="u-flex u-block-md">
          <!-- -->
      </div>
      
  • Classes that apply on buttons such as default button styling, styling buttons in headers, etc. all now use a common selector. 1b6b997

  • New overflow utility classes: 2ac8654

    • overflow-[auto/hidden/visible/scroll]
    • overflow-x-[auto/hidden/visible/scroll]
    • overflow-y-[auto/hidden/visible/scroll]
  • Other refactoring: 0ef030b

    • Refactored code to extract more hard coded values to variables.
    • Removed usage of prefixed *-transition properties, not needed according to http://shouldiprefix.com
    • Removed remaining @media declaration in favor of screen-above, screen-below, and screen-between utilities
    • Deprecated font-italic
    • Added more group selectors

πŸ› Fixes

  • Removed excess padding on selects which broke the display in form groups. 639f52f #59

πŸ’₯ Breaking Changes

  • Simplified position utility class naming: 9edfab5
    • u-position-static => u-static
    • u-position-fixed => u-fixed
    • u-position-absolute => u-absolute
    • u-position-relative => u-relative
    • u-position-sticky => u-sticky
  • Renamed u-hide-overflow to u-overflow-hidden to be consistent with utility class naming conventions. 5774e4b
  • Deprecated font-italitc, use <em></em> or <i></i> instead. 0ef030b

0.6.1

3 years ago

Cirrus 0.6.1 is a minor update that addresses a few issues that were found in 0.6.0. It also corrects the column behaviors for xs, sm, etc. viewports to be more aligned with what is expected.

πŸŽ‰ Features

  • Added rounded tag groups, added primary color to control themes, updated BEM notation for tag. #49

  • tile now inherits overflow rules. 4a4f276.

  • Using multiple column breakpoint classes will now respond accordingly. For example with the code example below, the div will span 8 columns for large screens and above but will span 4 columns for all screen sizes up to large. This is more in line with the behavior seen in most major frameworks. e6a0fd2

    <div class="col-xs-4 col-lg-8"></div>
    
  • Added BEM compliant class names for card. The old class names will still be supported but will be deprecated in a future release. #51

πŸ› Fixes

  • Removed extra space between label and input-control when the input contains an icon. #47
  • Fixed tile not overflowing correctly in smaller screens. ad43bc2.
  • Fixed inconsistent card UI when certain heights caused by overflowing text content. 8859388

πŸ’₯ Breaking Changes

  • Shifted column sizes down one step: new xs that begins at 0px, old xs -> new sm, old sm -> new md, old md -> new lg, old lg -> new xl. This is to have better consistency with the majority of viewports we see today. d2784b7

v0.6.0

3 years ago

Cirrus 0.6.0 is a massive step forward towards our official release of version 1.0.0. This update is comprised of an SCSS rewrite, a documentation overhaul, and the addition of many helper classes in the utils file. I've worked very hard on this update and I really hope you all enjoy it! Check out the new documentation here.

πŸŽ‰ Features

  • Complete rewrite of framework to use Scss.
  • Overhauled documentation for better developer experience.
  • Utility classes updates:
    • A lot of new utility classes were added and can be seen in the Utilities section of the documentation.
    • Added some text utility classes like u-text-justify for text modification. e20f6a6480a5dc61f0e56ba4fec3570dfae2f831
    • Added utils for positioning elements. 089cd34018f3ff7a7b94b4a7bb274267b8f66c16
  • Added margin/padding utility classes in spacing.scss. 79ab81417e6aed2d71a6a4b7db37abe44c6c5498
  • Updated text element margins, increased spacing between title and subtitle. 4072d5070f5767e6885ac8800b9a04359ba933eb
  • Added our v2 color palette. 7ff010d2c985c766b404757c7869c6c90a3e44f3
  • More utility classes added for element display. edfaf7eda336c4532729a81e54d28f85d91a1605
  • Links will now have display: static (which is the browser default). 089cd34018f3ff7a7b94b4a7bb274267b8f66c16
  • Padding/margin classes will now have !important 089cd34018f3ff7a7b94b4a7bb274267b8f66c16
  • btn-circle now dynamically scales with content. ccefd9fb2359fa6ef9720241e248be5ed74bdab9
  • Improved styles for fieldset. 5678de072b65dd0646a5f4c88cee33edff7eef57
  • Added column classes with breakpoints, such as col-xs-*, col-sm-*, and col-lg-*. 7d3381fabc7aead02deaeef7402e8f6c0106f986
  • Face lifted code component.

πŸ› Fixes

  • More consistent theming for :focus selector on input. c53c8dec798db23f60326b94b269389be2eef758
  • Added accessibility styles for form-ext-* classes with outline. c53c8dec798db23f60326b94b269389be2eef758
  • Fixed issue for button group rounding being inconsistent at certain widths. 43e84998b7c9c7645d581764609a903509741627
  • Made font sizes more normalized around 1rem instead of being more varying in sizes across framework. 54a8618d5341debfd6a8e28b6333c4ac8e660b23
  • Fixed issue with header dropdown having incorrect positioning. fcf11e810f27a4a1b070bcddf2f3d233da0a0708
  • Removed side padding for row. fcf11e810f27a4a1b070bcddf2f3d233da0a0708
  • More predictable behavior with button being inline-flex. fcf11e810f27a4a1b070bcddf2f3d233da0a0708
  • Better padding sizes for buttons. 9eb17f720b588ca58613be8a11dcbb550bca8297
  • Fixed incorrect padding for glyphs in forms. 9fa0c1c200eac35da414c32961e0de52483cbb36
  • Better tag sizing. 2c823afb0c7a193f4cfd4ff729d0722f32c14cdd
  • Mobile devices can now select CSS only dropdown menu. 54f17c334cdf52db309f0316d8ed7c76c677cefb
    • For dropdown menus where the toggle button contains the .toggle-hover class, menus will now show correctly on mobile devices without JS. aaa52e419c15dad46838429cbc8f7782bc7e7d68
    • Behavior of dropdown menus without the toggle-hover class will remain the same and require JS. aaa52e419c15dad46838429cbc8f7782bc7e7d68
  • Fixed form-groups for buttons. ee175d08c9e220ef8d9ed2e7952ece932b5c8086
  • Many other minor class fixes.

πŸ’₯ Breaking Changes

  • Class changes:
    • italics -> font-italics. e20f6a6480a5dc61f0e56ba4fec3570dfae2f831
    • u-this-overlay -> u-overlay.
    • .space.x-large -> .space.xlarge 9fa0c1c200eac35da414c32961e0de52483cbb36
  • Deprecations:
    • u-box e20f6a6480a5dc61f0e56ba4fec3570dfae2f831
    • u-fill-width, use w-100 instead. e20f6a6480a5dc61f0e56ba4fec3570dfae2f831
    • level-left and level-right 155dea33ca0324235a9f3018f8f104dbbaf98cf4
    • u-no-padding, use p-0 instead.
    • u-no-margin, use m-0 instead.
  • The former <space> element is now the space class to by compliant with HTML standards. 0b12d857cdf4801d14a4dc7c33f82fa7512b8402
  • Footer has now been revamped with these changes:
    • Footer title changed from h6 to .footer__title
    • .footer-list-title changed to .footer__list-title
    • .list-item changed to .footer__list-item
    • .footer-fixed changed to .footer--fixed
  • All classes for form-section are deprecated. Use spacing utility classes instead.