Détail du package

@momentum-ui/core

momentum-design11.7kMIT19.16.1

Cisco Momentum UI CSS Framework

Momentum Design, Cisco, Webex, Cisco Spark

readme

Momentum UI Core

CircleCI npm (scoped) license This project is using Percy.io for visual regression testing.

@momentum-ui/core

Momentum UI Core is a UI framework for implementing Cisco Momentum Design into web apps and sites.

Table of Contents

Install

Install and manage the Momentum UI Core using NPM. You may use yarn or npm. By default, yarn/npm installs packages to node_modules/.

npm install @momentum-ui/core --save

or

yarn add @momentum-ui/core

Usage

CSS

  1. Copy the "@momentum-ui/core/fonts" directory to the "fonts" directory for your site.
  2. Copy the "@momentum-ui/core/images" directory to the "images" directory for your site.
  3. Copy the "@momentum-ui/core/css/momentum-ui.min.css" to your styles/css directory.
  4. In the <head> of your HTML reference the location of your momentum-ui.min.css.

    <link rel="stylesheet" href="path/to/momentum-ui/css/momentum-ui.min.css">

Scss

  1. Copy the "@momentum-ui/icons/fonts" directory to the "fonts" directory for your site.
  2. Add an "$brand-font-folder, $icon-font-path, and $images-path" variables to your app's variables.scss file.
$brand-font-folder: 'path/to/fonts/directory';
$icon-font-path: 'path/to/fonts/directory';
$images-path: 'path/to/images/directory';
  1. Import "@momentum-ui/core/scss/momentum-ui.scss" into your main entry Scss file AFTER the variables.

@import '~@momentum-ui/core/scss/momentum-ui';

  1. Compile your Scss using your static compiler or bundler (Webpack, Grunt, Gulp, etc.)

Contribute

See the contributing file!

PRs accepted.

License

© 2014-2020 Cisco and/or its affiliates. All Rights Reserved.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

19.16.1 (2024-07-10)

Note: Version bump only for package @momentum-ui/core

19.15.30 (2022-10-25)

Bug Fixes

19.15.29 (2022-09-14)

Note: Version bump only for package @momentum-ui/core

19.15.28 (2022-09-06)

Note: Version bump only for package @momentum-ui/core

19.15.27 (2022-09-05)

Note: Version bump only for package @momentum-ui/core

19.15.26 (2022-07-26)

Note: Version bump only for package @momentum-ui/core

19.15.25 (2022-06-24)

Note: Version bump only for package @momentum-ui/core

19.15.24 (2022-06-18)

Note: Version bump only for package @momentum-ui/core

19.15.23 (2022-05-07)

Note: Version bump only for package @momentum-ui/core

19.15.22 (2022-04-09)

Note: Version bump only for package @momentum-ui/core

19.15.21 (2022-04-08)

Note: Version bump only for package @momentum-ui/core

19.15.20 (2022-04-07)

Note: Version bump only for package @momentum-ui/core

19.15.19 (2022-03-26)

Note: Version bump only for package @momentum-ui/core

19.15.18 (2022-03-23)

Note: Version bump only for package @momentum-ui/core

19.15.17 (2022-03-21)

Note: Version bump only for package @momentum-ui/core

19.15.16 (2021-12-17)

Note: Version bump only for package @momentum-ui/core

19.15.15 (2021-11-24)

Note: Version bump only for package @momentum-ui/core

19.15.14 (2021-10-15)

Note: Version bump only for package @momentum-ui/core

19.15.13 (2021-10-08)

Note: Version bump only for package @momentum-ui/core

19.15.12 (2021-09-28)

Note: Version bump only for package @momentum-ui/core

19.15.11 (2021-09-09)

Note: Version bump only for package @momentum-ui/core

19.15.10 (2021-09-03)

Bug Fixes

  • content-item: fix preview background-size (#1040) (25aa572)

19.15.9 (2021-09-01)

Note: Version bump only for package @momentum-ui/core

19.15.8 (2021-08-18)

Note: Version bump only for package @momentum-ui/core

19.15.7 (2021-08-10)

Note: Version bump only for package @momentum-ui/core

19.15.6 (2021-08-06)

Note: Version bump only for package @momentum-ui/core

19.15.5 (2021-08-05)

Note: Version bump only for package @momentum-ui/core

19.15.4 (2021-07-16)

Note: Version bump only for package @momentum-ui/core

19.15.3 (2021-06-29)

Note: Version bump only for package @momentum-ui/core

19.15.2 (2021-06-22)

Note: Version bump only for package @momentum-ui/core

19.15.1 (2021-06-17)

Note: Version bump only for package @momentum-ui/core

19.15.0 (2021-06-05)

Features

19.14.1 (2021-06-04)

Bug Fixes

19.14.0 (2021-06-02)

Features

19.13.3 (2021-05-29)

Bug Fixes

19.13.2 (2021-05-27)

Note: Version bump only for package @momentum-ui/core

19.13.1 (2021-05-26)

Note: Version bump only for package @momentum-ui/core

19.13.0 (2021-05-25)

Features

19.12.4 (2021-05-19)

Note: Version bump only for package @momentum-ui/core

19.12.3 (2021-05-18)

Note: Version bump only for package @momentum-ui/core

19.12.2 (2021-05-14)

Note: Version bump only for package @momentum-ui/core

19.12.1 (2021-05-13)

Note: Version bump only for package @momentum-ui/core

19.12.0 (2021-05-12)

Features

19.11.2 (2021-05-05)

Note: Version bump only for package @momentum-ui/core

19.11.1 (2021-05-01)

Note: Version bump only for package @momentum-ui/core

19.11.0 (2021-04-29)

Features

19.10.4 (2021-04-28)

Note: Version bump only for package @momentum-ui/core

19.10.3 (2021-04-24)

Note: Version bump only for package @momentum-ui/core

19.10.2 (2021-04-22)

Note: Version bump only for package @momentum-ui/core

19.10.1 (2021-04-21)

Bug Fixes

19.10.0 (2021-03-23)

Features

19.9.45 (2021-03-19)

Note: Version bump only for package @momentum-ui/core

19.9.44 (2021-03-17)

Note: Version bump only for package @momentum-ui/core

19.9.43 (2021-03-04)

Note: Version bump only for package @momentum-ui/core

19.9.42 (2021-03-03)

Note: Version bump only for package @momentum-ui/core

19.9.41 (2021-02-27)

Note: Version bump only for package @momentum-ui/core

19.9.40 (2021-02-26)

Note: Version bump only for package @momentum-ui/core

19.9.39 (2021-02-23)

Note: Version bump only for package @momentum-ui/core

19.9.38 (2021-01-16)

Note: Version bump only for package @momentum-ui/core

19.9.37 (2020-12-22)

Note: Version bump only for package @momentum-ui/core

19.9.36 (2020-12-19)

Note: Version bump only for package @momentum-ui/core

19.9.35 (2020-12-18)

Note: Version bump only for package @momentum-ui/core

19.9.34 (2020-12-16)

Note: Version bump only for package @momentum-ui/core

19.9.33 (2020-12-12)

Note: Version bump only for package @momentum-ui/core

19.9.32 (2020-12-11)

Note: Version bump only for package @momentum-ui/core

19.9.31 (2020-12-10)

Note: Version bump only for package @momentum-ui/core

19.9.30 (2020-12-09)

Note: Version bump only for package @momentum-ui/core

19.9.29 (2020-12-07)

Note: Version bump only for package @momentum-ui/core

19.9.28 (2020-11-21)

Note: Version bump only for package @momentum-ui/core

19.9.27 (2020-11-20)

Note: Version bump only for package @momentum-ui/core

19.9.26 (2020-11-10)

Note: Version bump only for package @momentum-ui/core

19.9.25 (2020-11-08)

Bug Fixes

  • avatar: bot avatar not showing with onClick bug (#649) (84ace6b)

19.9.24 (2020-11-06)

Note: Version bump only for package @momentum-ui/core

19.9.23 (2020-11-05)

Note: Version bump only for package @momentum-ui/core

19.9.22 (2020-11-02)

Note: Version bump only for package @momentum-ui/core

19.9.21 (2020-11-02)

Note: Version bump only for package @momentum-ui/core

19.9.20 (2020-10-24)

Note: Version bump only for package @momentum-ui/core

19.9.19 (2020-10-20)

Note: Version bump only for package @momentum-ui/core

19.9.18 (2020-10-17)

Note: Version bump only for package @momentum-ui/core

19.9.17 (2020-10-13)

Note: Version bump only for package @momentum-ui/core

19.9.16 (2020-10-10)

Note: Version bump only for package @momentum-ui/core

19.9.15 (2020-10-03)

Note: Version bump only for package @momentum-ui/core

19.9.14 (2020-10-01)

Note: Version bump only for package @momentum-ui/core

19.9.13 (2020-09-29)

Note: Version bump only for package @momentum-ui/core

19.9.12 (2020-09-26)

Note: Version bump only for package @momentum-ui/core

19.9.11 (2020-09-15)

Note: Version bump only for package @momentum-ui/core

19.9.10 (2020-09-08)

Note: Version bump only for package @momentum-ui/core

19.9.9 (2020-09-03)

Note: Version bump only for package @momentum-ui/core

19.9.8 (2020-08-31)

Note: Version bump only for package @momentum-ui/core

19.9.7 (2020-08-22)

Note: Version bump only for package @momentum-ui/core

19.9.6 (2020-08-18)

Note: Version bump only for package @momentum-ui/core

19.9.5 (2020-08-08)

Note: Version bump only for package @momentum-ui/core

19.9.4 (2020-08-01)

Note: Version bump only for package @momentum-ui/core

19.9.3 (2020-07-30)

Note: Version bump only for package @momentum-ui/core

19.9.2 (2020-07-19)

Note: Version bump only for package @momentum-ui/core

19.9.1 (2020-07-18)

Note: Version bump only for package @momentum-ui/core

19.9.0 (2020-07-16)

Features

  • tokens: modify naming conventions of button color tokens (f7cfead)

19.8.8 (2020-07-14)

Note: Version bump only for package @momentum-ui/core

19.8.7 (2020-07-11)

Note: Version bump only for package @momentum-ui/core

19.8.6 (2020-07-09)

Bug Fixes

  • tokens: add config for push to S3 (add0e64)

19.8.5 (2020-07-08)

Note: Version bump only for package @momentum-ui/core

19.8.4 (2020-07-07)

Note: Version bump only for package @momentum-ui/core

19.8.3 (2020-07-03)

Note: Version bump only for package @momentum-ui/core

19.8.2 (2020-07-01)

Note: Version bump only for package @momentum-ui/core

19.8.1 (2020-06-28)

Note: Version bump only for package @momentum-ui/core

19.8.0 (2020-06-26)

Features

  • tokens: new button semantic color tokens and generate scss in core (21def22)

19.7.5 (2020-06-25)

Note: Version bump only for package @momentum-ui/core

19.7.4 (2020-06-18)

Note: Version bump only for package @momentum-ui/core

19.7.3 (2020-06-17)

Note: Version bump only for package @momentum-ui/core

19.7.2 (2020-06-13)

Note: Version bump only for package @momentum-ui/core

19.7.1 (2020-06-11)

Note: Version bump only for package @momentum-ui/core

19.7.0 (2020-06-09)

Features

  • space-list: light mode theme for space list (#606) (03336cd)

19.6.5 (2020-06-07)

Note: Version bump only for package @momentum-ui/core

19.6.4 (2020-06-02)

Note: Version bump only for package @momentum-ui/core

19.6.3 (2020-05-27)

Note: Version bump only for package @momentum-ui/core

19.6.2 (2020-05-27)

Note: Version bump only for package @momentum-ui/core

19.6.1 (2020-05-22)

Note: Version bump only for package @momentum-ui/core

19.6.0 (2020-05-21)

Features

  • tokens: redirect paths, initial setup of token NPM module (1fdb091)

19.5.0 (2020-05-20)

Bug Fixes

  • colors: update color examples and 05 values (88cec7a)

Features

  • colors: updated colors to Momentum 2.0 (f5393da)

19.4.19 (2020-05-18)

Note: Version bump only for package @momentum-ui/core

19.4.18 (2020-05-16)

Note: Version bump only for package @momentum-ui/core

19.4.17 (2020-05-15)

Note: Version bump only for package @momentum-ui/core

19.4.16 (2020-05-07)

Note: Version bump only for package @momentum-ui/core

19.4.15 (2020-05-02)

Note: Version bump only for package @momentum-ui/core

19.4.14 (2020-04-30)

Bug Fixes

  • lightbox: fix thumbnail list shrinking in multi page files (#598) (3b67f6d)

19.4.13 (2020-04-28)

Note: Version bump only for package @momentum-ui/core

19.4.12 (2020-04-25)

Note: Version bump only for package @momentum-ui/core

19.4.11 (2020-04-15)

Note: Version bump only for package @momentum-ui/core

19.4.10 (2020-04-09)

Note: Version bump only for package @momentum-ui/core

19.4.9 (2020-04-07)

Note: Version bump only for package @momentum-ui/core

19.4.8 (2020-04-01)

Note: Version bump only for package @momentum-ui/core

19.4.7 (2020-03-27)

Bug Fixes

  • card: add focus border when card is in focus (346afd9)

19.4.6 (2020-03-26)

Note: Version bump only for package @momentum-ui/core

19.4.5 (2020-03-24)

Note: Version bump only for package @momentum-ui/core

19.4.4 (2020-03-19)

Note: Version bump only for package @momentum-ui/core

19.4.3 (2020-03-12)

Bug Fixes

  • core: Phone number input has extra padding (d087755)

19.4.2 (2020-03-11)

Note: Version bump only for package @momentum-ui/core

19.4.1 (2020-03-10)

Note: Version bump only for package @momentum-ui/core

19.4.0 (2020-03-07)

Features

  • combo-box: add error message (69f9e8e)

19.3.0 (2020-02-18)

Bug Fixes

  • modal: remove keydown event on close button (ee8b2fb)

Features

19.2.4 (2020-01-28)

Bug Fixes

  • select: allow combo box entry, exclude error/warn filter style (0b4e753)
  • select: apply error styling to first input (360be9f)

19.2.3 (2020-01-25)

Note: Version bump only for package @momentum-ui/core

19.2.2 (2020-01-25)

Bug Fixes

  • top-bar: make avatar topbar styling more specific (125da63)

19.2.1 (2020-01-25)

Bug Fixes

  • coachmark: remove arrow filter (c1f17fd)

19.2.0 (2020-01-24)

Features

  • TopbarNav: add alignment prop (fe2577b)

19.1.0 (2020-01-22)

Bug Fixes

  • sidepanel: header icons should be same size as images (596bdb4)

Features

  • sidepanel: icons within user-img headers should fit container (f7c3ef3)

19.0.24 (2020-01-18)

Note: Version bump only for package @momentum-ui/core

19.0.23 (2020-01-15)

Bug Fixes

  • select: add warn/error class logic (e2a6ddc)

19.0.22 (2020-01-15)

Bug Fixes

  • select: revert breaking changes (23e5252)

19.0.21 (2020-01-15)

Bug Fixes

  • sidebar: list item should honor active/hover colors (3dbcc95)

19.0.20 (2020-01-14)

Bug Fixes

  • select: add warn/error class logic (e3a2cd5)

19.0.19 (2020-01-14)

Note: Version bump only for package @momentum-ui/core

19.0.18 (2020-01-11)

Note: Version bump only for package @momentum-ui/core

19.0.17 (2020-01-08)

Note: Version bump only for package @momentum-ui/core

19.0.16 (2019-12-21)

Note: Version bump only for package @momentum-ui/core

19.0.15 (2019-12-20)

Bug Fixes

  • add @momentum-ui/icons to dependencies (d6f48ea)

19.0.14 (2019-12-18)

Note: Version bump only for package @momentum-ui/core

19.0.13 (2019-12-16)

Note: Version bump only for package @momentum-ui/core

19.0.12 (2019-12-14)

Note: Version bump only for package @momentum-ui/core

19.0.11 (2019-12-11)

Note: Version bump only for package @momentum-ui/core

19.0.10 (2019-12-10)

Note: Version bump only for package @momentum-ui/core

19.0.9 (2019-12-07)

Note: Version bump only for package @momentum-ui/core

19.0.8 (2019-12-05)

Note: Version bump only for package @momentum-ui/core

19.0.7 (2019-12-04)

Note: Version bump only for package @momentum-ui/core

19.0.6 (2019-11-27)

Bug Fixes

  • core scss: update pastel colors for badges to the values in the style guide (8647029)

19.0.5 (2019-11-27)

Note: Version bump only for package @momentum-ui/core

19.0.4 (2019-11-23)

Note: Version bump only for package @momentum-ui/core

19.0.3 (2019-11-21)

Note: Version bump only for package @momentum-ui/core

19.0.2 (2019-11-20)

Note: Version bump only for package @momentum-ui/core

19.0.1 (2019-11-19)

Note: Version bump only for package @momentum-ui/core

19.0.0 (2019-11-16)

Features

  • accordion: make Scss modular and self contained (86e9511)
  • activity-button: make SCSS modular and self-contained (12e8d4c)
  • activity-button: make SCSS modular and self-contained (0c2c753)
  • alert: make SCSS modular and self-contained (0262b4a)
  • alert-banner: make SCSS modular and self-contained (d9c7465)
  • avatar: make SCSS modular and self-contained (cd607b6)
  • badge: make SCSS modular and self-contained (1224598)
  • breadcrumbs: make SCSS modular and self-contained (80bdb55)
  • button-group: make SCSS modular and self-contained (b809dad)
  • checkbox: make SCSS modular and self-contained (db408a0)
  • coachmark: make SCSS modular and self-contained (9fa228a)
  • combo-box: make SCSS modular and self-contained, icon path fix for checkbox component (6b96493)
  • content-item: make SCSS modular and self-contained (6bb85b5)
  • date-picker: make SCSS modular and self-contained (afedf6d)
  • input: make Scss modular and self contained (cf09e5f)
  • label: make SCSS modular and self contained (ceb786d)
  • lightbox: make SCSS modular and self-contained (0388a51)
  • link: make SCSS modular and self contained (5b8eb8a)
  • list-item: make SCSS modular and self contained (313e085)
  • loader: make SCSS modular and self-contained (815d5ca)
  • loading: make SCSS modular and self-contained (51467a8)
  • menu: make SCSS modular and self-contained (527b407)
  • modal: make SCSS modular and self-contained, but remaining bugs with focus box-shadow and top right X cancel button (7e70886)
  • popover: make SCSS modular and self contained (5c8eee4)
  • radio: make SCSS Modular and self-contained (296e4d6)
  • select: make SCSS modular and self-contained (e3c9c7d)
  • sidebar: make SCSS modulare and self-contained (dfa6aee)
  • slider: make SCSS modular and self contained (8c1a180)
  • space-list: make SCSS modular and self-contained (9ce4db5)
  • tabs: add underline tab variation (5bba6b0)
  • tabs: make SCSS modular and self-contained (ea30aba)
  • time-picker: make SCSS modular and self-contained (1c1773f)
  • toggle-switch: make SCSS modular and self-contained (deb1cdd)
  • top-bar: make SCSS modular and self contained (678e938)
  • typography: update font-famly mixin to be modular and seperately usable (c6f6a3b)

Performance Improvements

  • activity-button: reduce compiled CSS size (f20501f)
  • activity-button: remove commented lines, narrow specific style and settings imports, reduce compiled CSS file size to 41KB (4506231)
  • alert: reduce compiled CSS size (d074e1a)
  • avatar: reduce compiled CSS size (ec8a6f3)
  • badge: make SCSS modular and reduce compiled CSS size (d1a6d3b)
  • top-bar: Refactor and reduce cmpiled CSS file size (b801977)

BREAKING CHANGES

  • tabs: Default of tabs is now underline, pass in tabType=‘pills’ for pill variation

18.5.2 (2019-11-14)

Note: Version bump only for package @momentum-ui/core

18.5.1 (2019-11-13)

Bug Fixes

  • core: adds left padding in token-input css class (0d380d1)
  • core: Provision 5317 fix phone number input alignment (e69db8a)

18.5.0 (2019-11-09)

Bug Fixes

  • data-table: add margin-botton: 0 to fix override styling (6da0528)
  • select: update to new structure/style (fa515a8)

Features

  • data-table: add select component to data-table (a503576)

18.4.2 (2019-11-07)

Note: Version bump only for package @momentum-ui/core

18.4.1 (2019-11-05)

Note: Version bump only for package @momentum-ui/core

18.4.0 (2019-11-04)

Features

  • drawer: added drawer to momentum-ui-ng so its available on control hub (ac27644)

18.3.8 (2019-10-30)

Note: Version bump only for package @momentum-ui/core

18.3.7 (2019-10-29)

Note: Version bump only for package @momentum-ui/core

18.3.6 (2019-10-26)

Bug Fixes

  • select: add placeholder and text ellipsis on small screen size (9748f6a)

18.3.5 (2019-10-25)

Note: Version bump only for package @momentum-ui/core

18.3.4 (2019-10-24)

Note: Version bump only for package @momentum-ui/core

18.3.3 (2019-10-23)

Note: Version bump only for package @momentum-ui/core

18.3.2 (2019-10-18)

Note: Version bump only for package @momentum-ui/core

18.3.1 (2019-10-16)

Note: Version bump only for package @momentum-ui/core

18.3.0 (2019-10-15)

Features

  • angular: add topbar absolute property (4361886)
  • core: sidebar - add white theme (17a2657)

18.2.2 (2019-10-14)

Note: Version bump only for package @momentum-ui/core

18.2.1 (2019-10-11)

Note: Version bump only for package @momentum-ui/core

18.2.0 (2019-10-09)

Features

  • core: background updates for CH (da7c648)

18.1.7 (2019-10-03)

Bug Fixes

  • button-group: add :focus state to pill buttons (53f570e)

18.1.6 (2019-10-01)

Bug Fixes

  • tooltips: update tooltip stylings per design specs (6526617)

18.1.5 (2019-09-29)

Bug Fixes

  • datepicker,angularjs: vertical center alignment of calendar icon (6d55c47)

18.1.4 (2019-09-27)

Bug Fixes

  • input: replace .md-input-group class with .md-input-container (b35dee7)
  • spacing: add spacing utilities to momentum-ui.scss (71825b8)

18.1.3 (2019-09-26)

Bug Fixes

  • input: replace .md-input-group class with .md-input-container (b35dee7)
  • spacing: add spacing utilities to momentum-ui.scss (71825b8)

18.1.2 (2019-09-26)

Bug Fixes

  • input: replace .md-input-group class with .md-input-container (b35dee7)

18.1.1 (2019-09-25)

Bug Fixes

  • icon: center icons in icon container (30929ad)
  • input-messages: update message className to md-input__message in all components (3b85382)

18.1.0 (2019-09-25)

Bug Fixes

  • checkbox: fix help-text padding (6f9a1c9)
  • forms: update width inside sidepanel (f613598)
  • radio: fix help-text padding (ccf77c1)

Features

  • spacing: add new spacing utility classes (32b1253)

18.0.6 (2019-09-25)

Bug Fixes

  • card examples: Correct the spelling for the core card examples (0714150)

18.0.5 (2019-09-24)

Note: Version bump only for package @momentum-ui/core

18.0.4 (2019-09-23)

Bug Fixes

  • forms: add missing form CSS from legacy ng forms (4413daa)

18.0.3 (2019-09-20)

Bug Fixes

  • update dependences (f1fc06a)
  • globals: remove scss !globals (c6a6133)

18.0.2 (2019-09-19)

Bug Fixes

  • forms: add missing forms import (7f1fa16)

18.0.1 (2019-09-19)

Bug Fixes

  • forms: move forms from ng to core (6c692bd)

18.0.0 (2019-09-18)

Bug Fixes

  • breadcrumbs: add cursor: pointer to breadcrumbs (0f9335f)
  • color.json: add white and black colors (deecc8d)
  • input: add different parameter for message color vs help color (6fa9030)
  • input: change icon padding to 44px (b5c5bef)
  • select: select filter search width to 100% (fd2cefc)
  • select: update select component to include new features and improvements (6dd0afd)
  • settings: run build to output input placeholder color change (d351ef8)

Features

  • input: rework input architecture (aadc3b3)
  • input-container: rename input-group to input-container (c1f654e)

BREAKING CHANGES

  • select: Select is restructured with added new features, props including Filter and new correct emitters
  • input: * input html structure completely redone
    • input-search module removed
    • input settings repeated in forms removed

17.0.0

Note: Version intentionally skipped

16.5.12 (2019-09-14)

Note: Version bump only for package @momentum-ui/core

16.5.11 (2019-09-13)

Bug Fixes

  • core: layout bug in top bar for brand section and right section (35b4d0b), closes #330

16.5.10 (2019-09-11)

Note: Version bump only for package @momentum-ui/core

16.5.9 (2019-09-07)

Bug Fixes

  • input: update placeholder color (b077e72)
  • list-item scss: Use default cursor and remove active state for read only list items (664974f)

16.5.8 (2019-09-06)

Note: Version bump only for package @momentum-ui/core

16.5.7 (2019-09-05)

Note: Version bump only for package @momentum-ui/core

16.5.6 (2019-08-30)

Bug Fixes

  • css: update relative icon fonts path for CSS (abc151b)
  • input: revert breaking change (7249803)

16.5.5 (2019-08-29)

Bug Fixes

  • z-order: import cdk overlay.scss so we can update the z-order (7233c4f)

16.5.4 (2019-08-28)

Note: Version bump only for package @momentum-ui/core

16.5.3 (2019-08-27)

Note: Version bump only for package @momentum-ui/core

16.5.2 (2019-08-24)

Note: Version bump only for package @momentum-ui/core

16.5.1 (2019-08-23)

Note: Version bump only for package @momentum-ui/core

16.5.0 (2019-08-21)

Bug Fixes

  • data-table: table will show selected checkboxes on load (6806954)

Features

  • input: add warning built-in angular validator, update example (a7195e6)

16.4.3 (2019-08-16)

Note: Version bump only for package @momentum-ui/core

16.4.2 (2019-08-14)

Note: Version bump only for package @momentum-ui/core

16.4.1 (2019-08-12)

Note: Version bump only for package @momentum-ui/core

16.4.0 (2019-08-11)

Note: Version bump only for package @momentum-ui/core

16.3.4 (2019-08-09)

Note: Version bump only for package @momentum-ui/core

16.3.3 (2019-08-08)

Note: Version bump only for package @momentum-ui/core

16.3.2 (2019-08-07)

Note: Version bump only for package @momentum-ui/core

16.3.1 (2019-08-05)

Note: Version bump only for package @momentum-ui/core

16.3.0 (2019-08-02)

Bug Fixes

  • core: use ng $zindex variables (c40e1b5)

Features

  • data-table: ng7 data-table component (c670023)

16.2.2 (2019-07-29)

Note: Version bump only for package @momentum-ui/core

16.2.1 (2019-07-26)

Note: Version bump only for package @momentum-ui/core

16.2.0 (2019-07-09)

Features

  • drawer: core and angular add new component (66d0798)

16.1.0 (2019-06-27)

Bug Fixes

  • prepend & append: height auto was breaking the calc function (855cd42)

Features

  • card: angular and core add states and click to cards (eeee6cd)

16.0.0 (2019-06-26)

Bug Fixes

  • card: add ng1 prefix to legacy selectors used in angularJS (1d1e6e1)
  • card: remove v2 from card class selector (a7178c6)

BREAKING CHANGES

  • card: addition of ng1 prefix will break existing html using legacy card selectors

revert cardnumber

15.3.11 (2019-06-20)

Bug Fixes

  • select: change md-button--input selector to md-button (0874e22)

15.3.10 (2019-06-19)

Bug Fixes

  • sidebar: add media query for sidebar width (00053e0)
  • sidebar: fix position of sidebar within sidebar wrapper (f0c61d2)

15.3.9 (2019-06-18)

Note: Version bump only for package @momentum-ui/core

15.3.8 (2019-06-14)

Note: Version bump only for package @momentum-ui/core

15.3.7 (2019-06-12)

Bug Fixes

  • sidebar: add position fixed to sidebar wrapper (54aaf84)

15.3.6 (2019-06-08)

Bug Fixes

  • card: add v2 class suffix until ng conflict resolution (98aa58b)

15.3.5 (2019-06-07)

Note: Version bump only for package @momentum-ui/core

15.3.4 (2019-06-06)

Note: Version bump only for package @momentum-ui/core

15.3.3 (2019-06-05)

Bug Fixes

  • card: fix angularjs card styles (49b2319)

15.3.2 (2019-06-04)

Note: Version bump only for package @momentum-ui/core

15.3.1 (2019-06-01)

Note: Version bump only for package @momentum-ui/core

15.3.0 (2019-05-31)

Bug Fixes

  • select: fix misalignment of placeholder and caret (153d33e)
  • sidebar: allow minimized with nested (913e628)
  • sidebar: reduce sidebar extra space with toggle negative margin (2982155)
  • sidebar: update header image spacing (fdebfc8)

Features

  • button: add prepend and append classes for spacing (b4ecc4a)
  • images: add momentum white color logo (f6f58cb)
  • input: add class for multiline input (397df93)
  • sidebar: title, subtitle, avatar, footer nav items, alignment (f13d286)

15.2.1 (2019-05-17)

Bug Fixes

  • sidebar: collapse button aligns with dynamic sidebar width (ce3401d)
  • sidebar: update to new color scheme (138a5bc)

15.2.0 (2019-05-15)

Bug Fixes

  • time-picker: time-picker css not being imported due to incorrect duplicate export name (839d694)

Features

  • side-bar: add side-bar angular 7 component (0060992)

15.1.0 (2019-05-09)

Features

  • scoping: add components only scss for momentum scoping (e2a3ff0)

15.0.1 (2019-05-08)

Bug Fixes

  • avatar: fix example image paths (67842d3)
  • button: add height auto to non-styled button classes (eacce78)
  • button: set static height of buttons (130af67)

15.0.0 (2019-05-04)

Bug Fixes

  • coachmark: update style to new cobalt color (19c989d)

Features

  • Scss: refactor Scss modules for performace and code separation (55226d3)

BREAKING CHANGES

  • Scss: Settings files are no longer self contained. To import settings, use the compiled settings file located in ~@momentum-ui/core/scss/settings/settings.scss

14.0.4 (2019-04-30)

Bug Fixes

  • scss: update import paths for icon/fonts (877ac1e)

14.0.3 (2019-04-27)

Note: Version bump only for package @momentum-ui/core

14.0.2 (2019-04-27)

Note: Version bump only for package @momentum-ui/core

14.0.1 (2019-04-24)

Bug Fixes

  • ActivityButton: update color for contact-card ActivityButton (f2d0408)
  • list-item: remove specificity from list item mixin (c5ed5da)
  • momentum: missed name change references (13a8f3a)
  • namespace: change namespace to md (24570fc)

14.0.0 (2019-04-22)

BREAKING CHANGES

  • name change:
  • All references to “@collab-ui” have changed to “@momentum-ui”. Any import references will need to be updated
  • All references to “cui” have changed to “md”. Any classNames or variable references will need to be updated.

13.1.1 (2019-04-19)

Bug Fixes

  • collpse-button: change icon and color (e35b77d)
  • core: update start to flex-start for full browser support (c83ec3b), closes #183
  • SideBar: fix active color states (df3b8d8)
  • SpaceListItem: fix unread badge size and add class to internal avatar (07148e1)

13.1.0 (2019-04-18)

Bug Fixes

  • avatar: change fill to color for type self (899638e)

Features

  • colors: add color utility functions (24a1451)
  • colors: update color palett and add color Tokens (643d4ae)
  • select: adding advanced effects (f4250df)

13.0.0 (2019-04-18)

Bug Fixes

  • avatar: update in meeting presence type (72b1ecf)

Features

  • ActivityButton: add contact-card activity and update size prop (8b3b9eb)
  • space-list-item: add styles for compact mode (2b48e80)

BREAKING CHANGES

  • ActivityButton: Activity Button large prop changed to size

12.0.1 (2019-04-15)

Note: Version bump only for package @collab-ui/core

12.0.0 (2019-04-04)

Bug Fixes

  • core: convert sidenav to new sidebar in kitchen sink (96419ed)
  • searchFilter: move margin from a to li (457cbbe)
  • Sidebar: add props for page level nav (6b8a229)
  • top-bar: add height/overflow for mobile nav (f596478)

Features

  • Sidebar: add Sidebar component and styles (7cee1cf)

BREAKING CHANGES

Paths to variables, mixins & placeholders have changed. Any applications that are importing these Scss files directly will need to update the @import paths.

11.7.8 (2019-03-28)

Note: Version bump only for package @collab-ui/core

11.7.7 (2019-03-20)

Bug Fixes

  • badge: Adding 'md-badge--outline' classes for all colors (6a9ba2a)
  • timepicker: minor fix for timepickers that are in modals (2d80195)

11.7.6 (2019-03-15)

Note: Version bump only for package @collab-ui/core

11.7.5 (2019-03-06)

Bug Fixes

  • footer: add styles to fix logo for ie11 windows 7 (a099c01)

11.7.4 (2019-03-05)

Bug Fixes

  • accordion: Fix for md-accordion__header-icon in nested accordions (358bf13)
  • CompositeAvatar: allow wrappers on Avatar child components (ce0cd16)

11.7.3 (2019-02-28)

Bug Fixes

  • avatar: change failure badge to icon (2adcf75)
  • pageheader: changing font from thin to regular (31297fb)
  • panel: adjust flex properties for ie11 footer (30c8404)

11.7.2 (2019-02-26)

Note: Version bump only for package @collab-ui/core

11.7.1 (2019-02-25)

Note: Version bump only for package @collab-ui/core

11.7.0 (2019-02-21)

Bug Fixes

  • update versions for broken packages (96ecf05)
  • typeahead: modifying existing typeahead classes to work with md-list (ee85cf5)

Features

  • pageheader: updating pageheader to new slimlined look/feel (a8a6af1)

11.6.7 (2019-02-20)

Bug Fixes

  • update versions for broken packages (96ecf05)

11.6.5 (2019-02-13)

Bug Fixes

  • add missing package files (b59da23)

11.6.4 (2019-02-13)

Note: Version bump only for package @collab-ui/core

11.6.3 (2019-02-12)

Bug Fixes

  • alert: updating error alert to use warning icon - SPARK-56322 (84856ff)

11.6.1 (2019-02-07)

Note: Version bump only for package @collab-ui/core

11.6.0 (2019-02-04)

Bug Fixes

  • core: update icon import paths to “~” (ffa077a)
  • modal: Modals go full screen on vertically small screens. (b3a0f29)

Features

  • CloseWrapper: add CloseWrapper as a component (a828c68)

11.5.0 (2019-02-01)

Bug Fixes

  • core: update icon import paths to “~” (ffa077a)
  • modal: Modals go full screen on vertically small screens. (b3a0f29)

Features

  • CloseWrapper: add CloseWrapper as a component (a828c68)

11.4.1 (2019-01-31)

Note: Version bump only for package @collab-ui/core

11.4.0 (2019-01-30)

Note: Version bump only for package @collab-ui/core

11.3.0 (2019-01-30)

Note: Version bump only for package @collab-ui/core

11.2.0 (2019-01-29)

Bug Fixes

  • md-flags: adding back the flags.png image - SPARK-29316 (63bd7a9)
  • Input: fix icon alignment issues (e02d0ec)
  • PhoneNumber: add missing flag images (8ad4f32)
  • PhoneNumber: update variable names to proper format (0753f7c)

Features

  • colors: add indigo-base, organize colors (d74e321)
  • phone-number: Updating cs-phone-number to new look/feel (4264eef)

11.1.0 (2019-01-23)

Bug Fixes

  • alert: change max-width to width to be IE compatible (69f6585)
  • button-group: remove direct descendant selectors (54a21eb)
  • CallControl: fix colors for call controls (cbfba8c)

Features

  • Avatar: add in call, in meeting, presenting types (90c1a60)

11.0.1 (2019-01-16)

Note: Version bump only for package @collab-ui/core

11.0.0 (2019-01-16)

Bug Fixes

  • colors: fix colorList in color settings file (c01d6f2)
  • date-picker: adding classes to allow date-picker calendar to adjust for modal scrolling and partial cut off like dropdowns - CIR-328 (3ea65da)
  • list-separator: fix list separator color on dark backgrounds (0d02e5b)

Features

  • ButtonGroup: adjust cloning so Buttons can be wrapped (3f11979)
  • buttons: add new colors (5fb9ef3)

BREAKING CHANGES

  • ButtonGroup: Coachmark - change buttonChildren to buttonProps to include all props to be passed to internal button Popover - change to React.Fragment instead of span (adjust app css if necessary) Tooltip - add popoverProps to pass any popoverProps to Popover instead of passing extra props to Popover Coachmark - change to React.Fragment instead of span (adjust app css if necessary)

10.43.3 (2019-01-11)

Note: Version bump only for package @collab-ui/core

10.43.2 (2019-01-10)

Bug Fixes

  • update prepublish scripts and ignore sample apps (c285588)

10.43.1 (2019-01-10)

Note: Version bump only for package @collab-ui/core

10.43.0 (2019-01-09)

Note: Version bump only for package @collab-ui/core

10.42.0 (2018-12-20)

Bug Fixes

  • fonts: update font paths to target CDN by default
  • typography: add !important to font utility classes
  • typography: add namespace to H elements

Features

  • spinner: adding new sizes to md-spinner - SPARK-29316

10.41.0 (2018-12-19)

Features

  • accordion: removing accordion from ng.scss - SPARK-29316
  • buttons: removing button.scss from ng.scss - SPARK-29316
  • date-picker: Updating date-picker scss for use in Atlas
  • formly: removing formly from ng.scss since formly is no longer in use - SPARK-29316
  • overlay-panel: Removing overlay-panel.scss from ng.scss file - SPARK-29316

10.40.0 (2018-12-15)

Bug Fixes

  • Avatar: fix active circle in IE 11

Features

  • timepicker: removing timepicker from ng.scss - SPARK-29316

10.39.2 (2018-12-06)

Bug Fixes

  • core examples: create examples for different sections
  • tabs: Fixing Header/Sub-header tabs that were too high - SPARK-29316

10.39.1 (2018-12-05)

Bug Fixes

  • images: revert directory restructuring for webex logos

10.39.0 (2018-12-04)

Bug Fixes

  • top-bar: update logo padding and sizes

Features

  • logos: add calling, meetings and teams logos

10.38.0 (2018-11-30)

Features

  • tabs: Updating tabs to fix justified tabs and nav-tabs - SPARK-29316

10.37.5 (2018-11-28)

Bug Fixes

  • modal: update modal-body padding

10.37.4 (2018-11-27)

Bug Fixes

  • alert: styling in wrong place to be applied to all alert types - SPARK-29316

10.37.3 (2018-11-26)

Bug Fixes

  • modals: update min-height to auto

10.37.2 (2018-11-26)

Bug Fixes

  • modal: fix flex height issue on vertically short screens

10.37.1 (2018-11-21)

Bug Fixes

  • page-sub-header: fix padding for flex

10.37.0 (2018-11-20)

Bug Fixes

  • content-item: fix alignment when title/subtitle is null

Features

  • alert: Updating alerts for use in Atlas - SPARK-29316

10.36.2 (2018-11-19)

Bug Fixes

  • modal: move modal-padding properties to a mixin

10.36.1 (2018-11-16)

Bug Fixes

  • content-item: gifIcon placement fix, no-border on oneOne, file wide background-size to contain
  • modal: remove minimum height on small screens
  • modal: update body padding class to 32px

10.36.0 (2018-11-09)

Features

  • modal: restructure html and classnames for dialog update

10.35.1 (2018-11-09)

Bug Fixes

  • content-item: add text overflow ellipsis to avoid overlap, add position relative and box-shadow

10.35.0 (2018-11-07)

Features

  • examples: add new components json

10.34.0 (2018-11-06)

Bug Fixes

  • npm: remove post install script for non-bash installs
  • reveal: adding reveal.scss file back in - SPARK-29316

Features

  • content-item: add title fix for overlap, gif icon, pointer cursor
  • modal: Removing reveal.scss and adding md-modal__body--padding class to modal.scss - SPARK-29316

10.33.2 (2018-11-02)

Bug Fixes

  • Panel: second attempt to fix input clear button within md-panel

10.33.1 (2018-11-01)

Bug Fixes

  • panel: correct position of clear icon button within Input Component

10.33.0 (2018-10-31)

Bug Fixes

  • content-item: cursor pointer modifier, cursor global utility file
  • progress-bar: update height and background color

Features

  • content-item: add title fix for overlap, gif icon, pointer cursor
  • list-item: add flex wrap style to lists

10.32.5 (2018-10-29)

Bug Fixes

  • icons: bump icons version

10.32.4 (2018-10-29)

Bug Fixes

  • tabs: Fixing md-tabs--justified being too small - SPARK-29316

10.32.3 (2018-10-25)

Bug Fixes

  • typography: remove placeholder overrides

10.32.2 (2018-10-25)

Bug Fixes

  • Fixing breadcrumb alignment & tokenfield appearance - SPARK-29316

10.32.1 (2018-10-18)

Bug Fixes

  • setup-assistant: pushing down btn-help text to prevent overlap with actual button - SPARK-29316

10.32.0 (2018-10-18)

Features

  • additional modal & search-filter fixes - SPARK-29316
  • badge: add colors for call features
  • tokenfield: Fixing tokenfield close button - SPARK-29316

10.31.0 (2018-10-12)

Features

  • Button updates for overlay and modals - SPARK-29613

10.30.1 (2018-10-11)

Bug Fixes

  • avatar: add hover/pressed states when clickable

10.30.0 (2018-10-05)

Features

  • contrast: adding more contrasting value variations
  • contrast: factoring out contrast values from list

10.29.1 (2018-10-03)

Bug Fixes

  • ng: updates for collab-ui-ng

10.29.0 (2018-10-03)

Features

  • typeahead: typeahead fixes - SPARK-29613

10.28.0 (2018-09-28)

Bug Fixes

  • ng: missing variables for ng styles

Features

  • checkbox: add outline as the default checkbox
  • input: add outline as the default input
  • radio: add outline as the default radio

10.27.0 (2018-09-26)

Features

  • content-item: add style to content-item

10.26.1 (2018-09-20)

Bug Fixes

  • contrast: breaking commas at end of list

10.26.0 (2018-09-19)

Features

  • contrast: adding contrast state for inputs

10.25.1 (2018-09-14)

Bug Fixes

  • typography: update typography to latest spec, add md prefix

10.25.0 (2018-09-12)

Bug Fixes

  • list-item: allow read only class to have click events
  • menu-item: change height to min-height
  • select: add max-height to combo-box and select
  • select: add max-height to combo-box and select

Features

  • combo-box: add styles for list-item-header in combo-box
  • contrast: adds new contrasting colors
  • utilities: add blur style for decrypting state

10.24.0 (2018-08-31)

Bug Fixes

  • buttonGroup: change box-shadow and border to variables

Features

  • buttonGroup: add first-child last-child to pill class
  • buttonGroup: add pill class for button group
  • buttonGroup: add radius-pill variable
  • buttonGroup: change to -pill modifier
  • chip: add chip component

10.23.2 (2018-08-31)

Bug Fixes

  • collab-ui-ng: updates for AngularJS library

10.23.1 (2018-08-27)

Bug Fixes

  • list: list set to 100% width of container

10.23.0 (2018-08-27)

Bug Fixes

  • listItemMeeting: add date class to list item meeting
  • listItemMeeting: remove --date class, not used
  • listItemMeeting: remove comment of left-date

Features

  • listItemMeeting: add chip modifier
  • listSeparator: add line color, text color, padding, margin

10.22.0 (2018-08-16)

Features

  • avatar: add notification badge
  • modal: add message class in modal header

10.21.0 (2018-08-10)

Bug Fixes

  • avatar: apply factor sizing & fix ooo/dnd icon sizes
  • scrollbar: remove IE body code, add & to selector

Features

  • spinner: add check class and ratio’s for circle to checkmark size.

10.20.0 (2018-08-09)

Features

  • scrollbar: add base scrollbar mixin

10.19.1 (2018-08-03)

Bug Fixes

  • menu-overlay: add separate class name for isHeader
  • menu-overlay: remove hardcoded width for menu item

10.19.0 (2018-08-02)

Features

  • combo-box: ComboBox Implementation Phase 1/Phase 2

10.18.2 (2018-08-02)

Bug Fixes

  • avatar: apply after element for avatar presence ring
  • editable-textfield: make default styling that of input
  • tooltip: add white space wrap to tooltip text

10.18.1 (2018-07-27)

Bug Fixes

  • coachmark: remove stretch from container

10.18.0 (2018-07-24)

Bug Fixes

  • avatar: remove border and adjust box-shadow for avatar
  • coachmark: add flex fix for IE 11 compatibility
  • list: fix list to remove width and adjust flex-basis of list-item--sections

Features

  • avatar: add dark theme style for avatar

10.17.3 (2018-07-23)

Bug Fixes

  • editable-textfield: make styles consistent when switched between button/input
  • event-overlay: update border and arrow positioning
  • tooltip: update border and arrow positioning

10.17.2 (2018-07-23)

Bug Fixes

  • modal: fix modal sizing in ie

10.17.1 (2018-07-20)

Bug Fixes

  • alert: add flex-basis for content area(ie compatibility)
  • button: change white button active color to gray-5
  • components: fix ie compatibility
  • list-item: change width in horizontal for ie compatibility

10.17.0 (2018-07-14)

Bug Fixes

  • button: add color-none and size-none as button classes
  • button: fix conditional statements in button-circle-size
  • button: make none class more specifc to overwrite defaults
  • input: hide browser default clear button
  • modal: content not growing to min-height
  • modal: min-height issue on mobal breakpoint

Features

  • avatar: add avatar size 56
  • input: add clear button

10.16.0 (2018-07-12)

Bug Fixes

  • modal: add min-height, max-height restrictions to modal

Features

  • button: add circle sizes(20, 28, 32, 40, 56, 68, 72, 84), add pill sizes(28, 40)

10.15.0 (2018-07-11)

Bug Fixes

  • modal: adjust dialog padding, modal header flex flow

Features

  • date-picker: Changes as per comments on DatePicker

10.14.2 (2018-07-09)

Bug Fixes

  • modal: move padding from container to internal selectors

10.14.1 (2018-07-06)

Bug Fixes

  • close: change close component colors

10.14.0 (2018-07-06)

Features

  • modal: update modal to Toolkit design

10.13.1 (2018-06-29)

Bug Fixes

  • top-bar: add md-top-bar__brand container

10.13.0 (2018-06-27)

Bug Fixes

  • SpaceListMeeting: removed unused code

Features

  • Menu: className changes after component renaming

10.12.0 (2018-06-26)

Features

  • link: link style/examples created

Change Log

All notable changes to this project will be documented in this file.

10.11.0 (2018-6-20)

Features

  • ListItemMeeting: component created
  • CompositeAvatar: added 84 size
  • Menu:
    • Rounded edges to last elements and first elements of menu
    • Added MenuContent and MenuBar as composable components
    • Seperated Menu into composable components
  • ButtonGroup:
    • Review comments fixed
    • Using mixins to color buttons used in button-group
    • Added highlightSelected and justified prop
  • Button: added button icon class

Bug Fixes

  • Checkbox: Aligning subsequent lines of label with the first line of label
  • CheckBox/Radio: Fix for text wrapping on Checkbox and RadioButton
  • ButtonGroup: adjust styling
  • Button: Loading reverted
  • ListItem: changed base color
  • ListItemMeeting: added progress bar

10.10.0 (2018-6-13)

Features

  • avatar: add self class
  • nav-side-admin: change the padding of the logo in the nav header

Bug Fixes

  • panel: IE fix height of panel column flex container
  • modal: IE fix width of .modal-body children

10.9.0 (2018-6-11)

Features

  • AlertMeeting: Adjust styles for absence of snooze button.
  • Coachmark: added Coachmark styles

Bug Fixes

  • List: fix flex for vertical and listItem sizing
  • ListItemHeader: children clickable
  • avatar: update bg color for avatar with img

10.8.0 (2018-6-8)

Features

  • focus: changed focus state to mimic native

10.7.0 (2018-6-6)

Features

  • sub-menu:
    • Displaying arrow and selected value if the menu item has a submenu
    • Displaying arrow and selected value if the menu item has a submenu
  • avatar: added sizes

Bug Fixes

  • avatar: fixed class name for img__hidden
  • space-list: ellipsis overflow to attachment-bottom
  • list-item: fix mixin issue for Sections

10.6.0 (2018-6-5)

Features

  • list-item:
    • Rebase from master
    • Add styling for list-item separator
  • button: added white button style
  • alert-container: Styles for displaying alerts
  • social-list:
    • add social list style and fix footer style
    • add social list style
  • space-list: added types

Bug Fixes

  • icon**: added to nav.json
  • space-list**: fix header on filter type
  • list-ltem**: removed SpaceList setting
  • avatar**: display none for hidden

Refactors

  • listItem: split mixins

10.5.0 (2018-5-31)

Features

  • sub-menu:
    • Remove overflow auto default value for eventOverlay and using it only in required cases
    • add the docs changes for Menu
  • alert-call: Add device selection list
  • avatar:
    • Changing xlarge size of avatar
    • Sizing the avatars with ems
    • Review comments fixed

Bug Fixes:

  • listItemSection added back flex-shrink
  • button remove all link styles

10.4.0 (2018-5-21)

Features

  • AlertCall: Styling for AlertCall component
  • accordion:
    • Adding height as a modifier
    • Added dark style to accordion

10.3.3 (2018-5-18)

Bug Fixes

  • panel: ie11 flex fix for footer

10.3.2 (2018-5-14)

  • media: fix height media query

10.3.1 (2018-5-14)

Features

  • media: add small and medium heigh media queries
  • blockquote: make font color inherit and update border color

Bug Fixes

  • panel: update logo spacing for short screens

10.3.0 (2018-5-11)

Features

  • avatar: Add bot,failure badge, and typing types to Avatar

10.2.0 (2018-5-10)

Features

  • logos: add cisco and webex logos to package
  • SpaceListMeeting: added styling
  • MeetingAlert: Styles for Meeting Alert.
  • Alert: Updated design for Alert
  • ListItemHeader: created SparkUI styles
  • CollapseButton:
    • Adjusted style according to mocks
    • Implementation for CollapseButton
  • Accordion:
    • Controlling separator by a prop
    • Adding group separator or accordion

Bug Fixes

  • list: added vertical list class
  • listItem: fixed color since form label changed to inherit

10.1.3 (2018-5-7)

Bug Fixes

  • panel: update padding for input with icon

10.1.2 (2018-5-8)

Features

  • panels: update styles for new design

10.1.1 (2018-5-7)

Bug Fixes

  • npm: move cli-patch for post-install script

10.1.0 (2018-5-7)

Features

  • panel: add panels for login, sign up and error flows

Bug Fixes

  • colors: make black colors inherit for default text colors

10.0.0 (2018-5-4)

Features

  • focus: add remove focus mixin
  • space-list: added overview variation
  • sideNav: code refactor
  • sideNav: add left side navigation style
  • slider: Fixing alignment of sliderlabel
  • sites: add layout styles for collab sites
  • editText: nav.json entry for editable textfield
  • Lightbox: changes as per comments in collabui/react
  • docs: Added back the missing docs
  • light-box: light-box implementation

Bug Fixes

  • badge: move unprefixed badge class to ng
  • typography: remove default H tag colors
  • class name: change summary to overview
  • avatar: remove unecessary flex mixin
  • docs: add missing footer section
  • spelling: change backround to background
  • button:
    • added mozilla prefix back in
    • per PR comments
    • abstract mixins and fix dark states
    • remove last button selector
  • buttonContainer:
    • selectors and variables
    • applied size to button container
  • footer: update styles to match design
  • top-bar: update styles for sites top-bar

Refactors

  • popover: update to current style standards
  • avatar: replace class selector with variable
  • footer: remove unused selectors

Breaking changes

  • popover: add md prefix to popovers
  • breadcrumbs: add md prefix to breadcrumbs

9.0.1 (2018-4-27)

Bug Fixes

  • icons: update icon font name

9.0.0 (2018-4-25)

Chores

  • release: initial release to new GitHub Repo