Skip to content

Releases: carbon-design-system/carbon

v7.3.3

25 Apr 15:29
Compare
Choose a tag to compare

<a name"7.3.3">

7.3.3 (2017-04-25)

Bug Fixes

  • javascript: avoid internal error by missing elements in HTML (#12) (95f3aee8)

v7.3.2

21 Apr 18:54
Compare
Choose a tag to compare

<a name"7.3.2">

7.3.2 (2017-04-21)

Bug Fixes

  • readme: update migration guides to differentiate between old / new (#37) (18c74180)

v7.3.1

18 Apr 14:49
Compare
Choose a tag to compare

<a name"7.3.1">

7.3.1 (2017-04-18)

Bug Fixes

v7.3.0

17 Apr 19:08
Compare
Choose a tag to compare

<a name"7.3.0">

7.3.0 (2017-04-17)

Features

  • buttons: add theme variables, move vars to vars file (e94c5643)
  • watson: add theme variables to buttons (d39ebf1e)

v7.2.3

14 Apr 15:47
Compare
Choose a tag to compare

7.2.3 (2017-04-14)

Bug Fixes

  • toggle: removes margin from toggle (5fa009f9)

v7.2.2

14 Apr 15:34
Compare
Choose a tag to compare

7.2.2 (2017-04-14)

Bug Fixes

  • text-input: fix letters being cut off (ed9c45f8)

v7.2.1

11 Apr 23:50
Compare
Choose a tag to compare

7.2.1 (2017-04-11)

Bug Fixes

Features

  • modal: allow specifying primary focus element (31c79ffb)

7.0.0 - Launch

30 Mar 20:51
Compare
Choose a tag to compare

🚀 LAUNCH 🚀

Welcome to v7.0.0, the first public release of the Carbon Design System. v7.0.0 is a breaking change from v6, with much of the markup being refactored, as well as the styles and scripts. Some highlights

Filesize

carbon-components.min.js - 96kb down to 16kb
carbon-components.min.css 541kb down to 143kb.

Of course, we still recommend users only include the specific components they need, but these files are available for you now.

Modules

Transpiled ES modules now ship with the library, allowing static tree shaking to occur if you're using webpack2 or rollup. The pkg.module points towards the es/index.js and should be usable out of the box.

File structure

The file structure has been flattened and cleaned up - previously, all assets were distributed through the consumables folder. Now, all distributable assets will be accessible at the root level, with a src folder also included if you want to peruse the original, non-built versions.

Documentation

Every component now ships with a README.md file describing the SCSS modifiers and mixins used in that component, as well as any Javascript public methods and events emitted. For anyone on version 6, a transition guide is also included in each component.

That's it! Feel free to drop your feedback in the issues, and we'll be happy speak to it. We'll have a twitter and a public Slack channel open sometime soon so people can ping us there as well. Thanks for dropping by and checking us out!

7.0.0-rc.2

24 Mar 02:06
Compare
Choose a tag to compare
7.0.0-rc.2 Pre-release
Pre-release

Updates to

  • Swap to carbon-icons vs @console/bluemix-icons
  • Add in src folder

7.0.0-rc.1

23 Mar 19:17
Compare
Choose a tag to compare
7.0.0-rc.1 Pre-release
Pre-release

Version 7 - Release Candidate 1

The great migration over to public npm/public github. Full changelogs can be seen in migration guides that'll be forthcoming in a better release note than this is. There'll be a couple rapid-fire candidates as we configure the repository for full public release.