Skip to content

Releases: codidact/co-design

Version 0.7.1

29 Apr 19:46
Compare
Choose a tag to compare

This release contains:

  • smaller item lists (less padding)
  • add diff component (#35)
  • lead paragraph can also be applied to paragraphs of <p>
  • smaller category headers

Version 0.7.0

26 Apr 09:27
Compare
Choose a tag to compare

This release contains:

  • better documentation built using eleventy as a static site builder
  • new "menu" component
  • themeable header
  • small header
  • presentation for <ins> and <del>

Version 0.6.0

15 Apr 13:53
Compare
Choose a tag to compare

This release is quite big. It introduces:

  • restrucured project with "common" and "specific" modules
  • new category header component
  • .form-element style for select elements
  • new "classical" tabs style
  • some link contrast improvements
  • fixes to the js code (in docs and example) for header slides

Version 0.5.0

22 Mar 18:59
Compare
Choose a tag to compare

This release...

  • fixes header item accessibility (contrast)

  • changes the build way (from .bat to npm run build)

  • updates the breakpoints to px, decouples header breakpoints

  • adds a centered styling to item lists

  • increases the font size for small and caption

  • adds a form caption element

    form caption element

  • adds colorful tags

  • deprecates .badge.is-tag.is-master-tag and adds .badge.is-tag.filled

  • adds muted role and trust level badges

Version 0.4.2

16 Mar 20:25
Compare
Choose a tag to compare

Minor bugfixes: header-slide has now a z-index, different grid breakpoints

Version 0.4.1

12 Mar 18:44
Compare
Choose a tag to compare

This release contains small changes related to theming, adds npm integration (npm: @codidact/co-design), adds shorthand utility classes and fixes design and accessibility issues.

Version 0.4.0

25 Jan 22:41
Compare
Choose a tag to compare

This fourth release 🎉 contains:

  • footers (#16, #14)
  • updating all kind of small stuff
  • all styles that are not inherent to the component design can now be configured in the _config.scss and therefore overriden in a child template.
  • add float utilities

Version 0.3.2

15 Jan 20:33
Compare
Choose a tag to compare

This release does the following:

  • add utilities for text align and shadows,
  • allow .is-nowrap for grids
  • fix issue #10

Version 0.3.1

12 Jan 10:23
Compare
Choose a tag to compare

This release does two things:

  1. It fixes the position of icon buttons within notices (#8, #9).
  2. It improves the presentation of icon only buttons

Version 0.3.0

05 Jan 19:04
Compare
Choose a tag to compare

This third proper release of Co-Design (🎉) adds:

  • better mobile handling for headers (see the docs for an example)
  • modal example in docs

It's the first release to include JavaScript in the docs section; however that's not supposed to be production-level.