Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@momentum-ui/angularjs

momentum-design1.4kMIT13.2.2TypeScript support: included

Cisco Momentum UI AngularJS 1.X components

Momentum Design, Cisco, Webex, Cisco Spark, Spark UI, Momentum UI, AngularJS, ng

readme

@momentum-ui/angular is deprecated an no longer maintained

This repo is for historical reference only.

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

@momentum-ui/angularjs

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

Table of Contents

Install

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

npm install @momentum-ui/angularjs --save

or

yarn add @momentum-ui/angularjs

Usage

NgModule

Import the @momentum-ui/angularjs into your apps main module to make the components/directives available throughout your app.

export default angular
  .module('app', [
    require('@momentum-ui/angularjs').default,
  ])
  .component('app', new AppComponent())
  .name;

Contribute

See the contributing file!

PRs accepted.

License

© 2014-2019 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.

13.1.17 (2020-05-18)

Bug Fix

  • phone-number: phone number input was missing Ecuador in the countrycodes list and thus could not validate numbers for that region

13.1.16 (2020-05-18)

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

13.1.15 (2020-05-16)

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

13.1.14 (2020-05-15)

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

13.1.13 (2020-05-07)

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

13.1.12 (2020-05-02)

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

13.1.11 (2020-04-30)

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

13.1.10 (2020-04-28)

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

13.1.9 (2020-04-01)

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

13.1.8 (2020-03-27)

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

13.1.7 (2020-03-26)

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

13.1.6 (2020-03-24)

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

13.1.5 (2020-03-19)

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

13.1.4 (2020-03-12)

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

13.1.3 (2020-03-10)

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

13.1.2 (2020-03-07)

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

13.1.1 (2020-02-18)

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

13.1.0 (2020-02-14)

Features

  • angularjs: allow 'mdTokenField' to work with UpgradeComponent (1ecbb76)

13.0.64 (2020-02-06)

Bug Fixes

  • select: angularjs when multiple selects show warnings (7fb0243)

13.0.63 (2020-02-01)

Bug Fixes

  • select: angularjs fix spaces in filter and keyboard (885a32c)

13.0.62 (2020-01-28)

Bug Fixes

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

13.0.61 (2020-01-25)

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

13.0.60 (2020-01-25)

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

13.0.59 (2020-01-24)

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

13.0.58 (2020-01-22)

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

13.0.57 (2020-01-18)

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

13.0.56 (2020-01-15)

Bug Fixes

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

13.0.55 (2020-01-15)

Bug Fixes

  • select: revert breaking changes (23e5252)

13.0.54 (2020-01-15)

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

13.0.53 (2020-01-14)

Bug Fixes

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

13.0.52 (2020-01-14)

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

13.0.51 (2020-01-11)

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

13.0.50 (2020-01-08)

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

13.0.49 (2019-12-21)

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

13.0.48 (2019-12-20)

Bug Fixes

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

13.0.47 (2019-12-18)

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

13.0.46 (2019-12-16)

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

13.0.45 (2019-12-14)

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

13.0.44 (2019-12-11)

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

13.0.43 (2019-12-10)

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

13.0.42 (2019-12-07)

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

13.0.41 (2019-12-05)

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

13.0.40 (2019-12-04)

Bug Fixes

  • 🐛 phonenumber - allow 'us' region to validate bahamas nums (5ac75a8)

13.0.39 (2019-12-04)

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

13.0.38 (2019-11-27)

Bug Fixes

  • angularjs: fix jerky tooltips when mouse is in correct spot (0afc546)
  • select: fix placeholder bug and selected logic (b41364e)

13.0.37 (2019-11-27)

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

13.0.36 (2019-11-23)

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

13.0.35 (2019-11-22)

Bug Fixes

  • select: 🐛 md-select error on search filters (d54cdf6)

13.0.34 (2019-11-21)

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

13.0.33 (2019-11-20)

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

13.0.32 (2019-11-19)

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

13.0.31 (2019-11-16)

Bug Fixes

  • select: angularjs exception thrown when isDisabled is not initialized (8dd4f50)

13.0.30 (2019-11-14)

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

13.0.29 (2019-11-13)

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

13.0.28 (2019-11-09)

Bug Fixes

  • select: update to new structure/style (fa515a8)

13.0.27 (2019-11-07)

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

13.0.26 (2019-11-05)

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

13.0.25 (2019-11-04)

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

13.0.24 (2019-10-30)

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

13.0.23 (2019-10-29)

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

13.0.22 (2019-10-26)

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

13.0.21 (2019-10-25)

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

13.0.20 (2019-10-24)

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

13.0.19 (2019-10-23)

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

13.0.18 (2019-10-18)

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

13.0.17 (2019-10-16)

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

13.0.16 (2019-10-15)

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

13.0.15 (2019-10-14)

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

13.0.14 (2019-10-11)

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

13.0.13 (2019-10-09)

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

13.0.12 (2019-10-03)

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

13.0.11 (2019-10-01)

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

13.0.10 (2019-09-29)

Bug Fixes

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

13.0.9 (2019-09-27)

Bug Fixes

  • prefix error and warning classes with md- (f0435ca)

13.0.8 (2019-09-26)

Bug Fixes

  • prefix error and warning classes with md- (f0435ca)

13.0.7 (2019-09-26)

Bug Fixes

  • prefix error and warning classes with md- (f0435ca)

13.0.6 (2019-09-25)

Bug Fixes

  • input-messages: update message className to md-input__message in all components (3b85382)

13.0.5 (2019-09-25)

Bug Fixes

  • select: add missing input__wrapper class for structure inside of md-input-container (3889333)

13.0.4 (2019-09-25)

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

13.0.3 (2019-09-24)

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

13.0.2 (2019-09-23)

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

13.0.1 (2019-09-20)

Bug Fixes

  • update dependences (f1fc06a)
  • update peerDependenies warning (ef9d83c)

13.0.0 (2019-09-18)

Features

  • form elements: update new structure and remove deprecated components (065260e)
  • input: update class names and structure (718fcc6)
  • input-container: rename input-group to input-container (c1f654e)

BREAKING CHANGES

  • form elements: - remove deprecated md-radio & md-radio-list components
  • remove deprecated md-checkbox component
  • rename md-input-group to md-input-container

12.2.17 (2019-09-14)

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

12.2.16 (2019-09-13)

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

12.2.15 (2019-09-11)

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

12.2.14 (2019-09-07)

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

12.2.13 (2019-09-06)

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

12.2.12 (2019-09-05)

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

12.2.11 (2019-08-30)

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

12.2.10 (2019-08-29)

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

12.2.9 (2019-08-28)

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

12.2.8 (2019-08-27)

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

12.2.7 (2019-08-24)

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

12.2.6 (2019-08-23)

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

12.2.5 (2019-08-22)

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

12.2.4 (2019-08-21)

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

12.2.3 (2019-08-16)

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

12.2.2 (2019-08-14)

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

12.2.1 (2019-08-12)

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

12.2.0 (2019-08-11)

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

12.0.11 (2019-08-09)

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

12.0.10 (2019-08-08)

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

12.0.9 (2019-08-07)

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

12.0.8 (2019-08-05)

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

12.0.7 (2019-08-03)

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

12.0.6 (2019-08-02)

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

12.0.5 (2019-07-29)

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

12.0.4 (2019-07-25)

Bug Fixes

  • move state creation into prelink and put it on scope (7c120a1), closes #298

12.0.3 (2019-07-24)

Bug Fixes

  • add an internal state obj to md-input directive to prevent adding messages div twice (3ca58a3), closes #298

12.0.2 (2019-07-09)

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

12.0.1 (2019-06-27)

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

12.0.0 (2019-06-26)

Bug Fixes

  • card: add ng1 prefix to legacy selectors used in angularJS (1d1e6e1)

BREAKING CHANGES

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

revert cardnumber

11.0.22 (2019-06-20)

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

11.0.21 (2019-06-19)

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

11.0.20 (2019-06-18)

Bug Fixes

  • sidepanel: surface clickItem event (84865ec)

11.0.19 (2019-06-14)

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

11.0.18 (2019-06-12)

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

11.0.17 (2019-06-08)

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

11.0.16 (2019-06-07)

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

11.0.15 (2019-06-06)

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

11.0.14 (2019-06-05)

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

11.0.13 (2019-06-04)

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

11.0.12 (2019-06-01)

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

11.0.11 (2019-05-31)

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

11.0.10 (2019-05-17)

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

11.0.9 (2019-05-15)

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

11.0.8 (2019-05-09)

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

11.0.7 (2019-05-08)

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

11.0.6 (2019-05-04)

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

11.0.5 (2019-04-30)

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

11.0.4 (2019-04-27)

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

11.0.3 (2019-04-27)

Bug Fixes

  • sidenav: fix dependency injection errors (7fbbd5e)

11.0.2 (2019-04-25)

Bug Fixes

  • angularjs: update dependency injections and remove comments (225153b)

11.0.1 (2019-04-24)

Bug Fixes

  • momentum: missed name change references (13a8f3a)

11.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
  • name change: All references to “cui” have changed to “md”. Any classNames or variable references will need to be updated.

10.0.7 (2019-04-19)

Bug Fixes

  • bagde: add optional outline/md-badge--outline to cs-badge and add cs-badge to main index page (560fe63)

10.0.6 (2019-04-18)

Bug Fixes

  • bagde: add optional outline/md-badge--outline to cs-badge and add cs-badge to main index page (560fe63)

10.0.5 (2019-04-18)

Bug Fixes

  • bagde: add optional outline/md-badge--outline to cs-badge and add cs-badge to main index page (560fe63)

10.0.4 (2019-04-15)

Bug Fixes

  • bagde: add optional outline/md-badge--outline to cs-badge and add cs-badge to main index page (560fe63)

10.0.3 (2019-04-04)

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

10.0.2 (2019-03-28)

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

10.0.1 (2019-03-20)

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

Change Log

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

10.0.0 (2019-3-6)

Bug Fixes

  • date-picker:

    • Fix memory leak in datepicker
    • change selectedDate to '<' binding and add onChangeFn
  • time-picker: fix incoorect error message location for timepicker

  • accordion:

    • Accordion headers were erasing the header-icon when transcluding text
    • ng-if was breaking forms; replaced with ng-show

Breaking Change

  • datepickers will need to be updated to use selected-date instead of ng-model and add on-change-fn functions

9.1.0 (2019-1-30)

Features

  • phone-number: Updating cs-phone-number to latest look/feel

Bug Fixes

  • spinner: making default size '20' and default color 'blue' - SPARK-29316

9.0.12 (2019-1-2)

Features

  • spinner: add spinner module to components module

Bug Fixes

  • popover: popoverTemplate should transclude a template
  • spinner: fix runtime errors for bad syntax

9.0.11 (2018-12-20)

Features

  • date-picker: Updating date-picker to latest look/feel - SPARK-29316
  • spinner: updating cs-spinner to include optional user-defined classes - SPARK-29316
  • overlay-panel: updating overlay-panel to use md-modal--full class structure

9.0.10 (2018-12-17)

Features

timepicker: Updating timepicker to latest look/feel - SPARK-29316

9.0.7 (2018-11-30)

Features

tabs: Updating header/sub-header tabs to be completely on latest look/feel - SPARK-29316

9.0.6

Features

modal: update modal template for new HTML scructure

Bug Fixes

modals: Adding in md-modal__content classes for modals and dialogs - SPARK-29316

9.0.5

Features

cs-accordion: Updating cs-accordion to use correct md-accordion classes modal: Updating modal to use the new collab-ui modal structure and classes - SPARK-29316

Bug Fixes

cs-loader*: updating class names to fix cs-loader - SPARK-29316

9.0.2

Bug Fixes

setup-assistant: fixing button sizing - SPARK-29613 overlay-panel: Fixing close button size - SPARK-29613

9.0.1

Features

cs-select: Additional Select fixes cs-select: SPARK-29316 - Updating multi-select to use cs-input checkbox cs-select: Added custom search feature for filter select so application can control the list options timepicker: fixing timepicker to use md-input classes - SPARK-29316 cs-radiolist: Updating cs-radiolist to use the correct classes - SPARK-29316 cs-card-number: Fixing cs-card-number to work with updated classes - SPARK-29316 button: SPARK-29316 - Updating cs-btn loading state cs-alert-banner: add a close button click callback to Alert Banner component cs-alert-banner: update for new md classes and structure cs-input: update for new md classes and structure cs-page-header: Added back parameters and back function *: pageheader/subpageheader tab updates *: SPARK-29316 - Updating modal-content class to md-modal__content *: Updating button classes - SPARK-29316

Bug Fixes

button: add md-button class button: SPARK-29316 - md-button class updates sidenav: Add on change function to the sidenav - ATLAS-2347 input: for label for checkbox not single bind to fecilitate state params to be passed to the back url and also control the state change from the parent component pageheader: fix height and flex alignment of page-header__left icon

9.0.0

Features

jest: add jest for unit testing Tabs: Moved the modifiers to parent from TabList Tabs: Changes as per comments in collab-ui Tabs: Renaming md-nav to md-tab Tabs: using classnames instead of element selectors Tabs: Classname changes for tabs cs-checkbox: Update to use new md-checkbox classes cs-radio: Update to use new md-radio classes cs-input: Update to use new md-radio and md-checkbox classes jest: add jest for unit testing slider: Fixed review comments slider: making slider compatible with new design badges: ng support for badges and spinners badges: ng support for badges and spinners badges: ng support for badges cs-toggle-switch: Updated style to new Spark UI design slider: Renaming classNames as per BEM

Bug Fixes

breadcrums: update class prefix to md- header: remove leftover name select: update chevron icon collab-ui: update collab-ui package

8.0.0 (2018-1-23)

Bug Fixes

  • webpack:
  • Fix html template loading for typeahead and datepicker
  • after removal of angular template cache.

Breaking Change

Removed template-typeahead-popup-template-url parameter from typeahead directive.

7.9.0 (2018-1-11)

Bug fixes

  • searchfilter:
    • remove inline script
    • replace onclick with ng-click
    • use tabindex="-1" to remove from accessibility focus
    • remove nonexistent searchFilter.expand()

Refactor

  • src: move library source files to src/lib directory
  • ts: update imports for lodash and angular for TypeScript 2.3

7.8.2 (2017-12-5)

Bug Fixes

  • cs-toggle-switch: ATLAS-2664 - Cannot attach keyboard events to toggle-switch
  • cs-card-number: ATLAS-2832 - Adding aria label to cs-card-number delete button
  • cs-card-member:
    • ATLAS-2813 - Additional changes for draggable keyboard integration
    • ATLAS-2813 - Keyboard Nav updates to cs-card-member
  • cs-setup-assistant: ATLAS-2811 - Keyboard Nav fixes for cs-setup-assistant
  • cs-phone-number: ATLAS-2643 - prefix select unreachable via keyboard
  • cs-accordion: ATLAS-2645 - Accordions can't be reached in tabindex
  • cs-timepicker: ATLAS-2755 - Cannot close timepickers from keyboard
  • cs-datepicker: ATLAS-2756 - focus does not reset after click

7.8.1 (2017-11-14)

Bug Fixes

  • cs-datepicker: ATLAS-2756 - Datepicker missing some keyboard accessibility
  • cs-checkbox: Atlas-2637 - Adding onChangeFn to checkboxes

7.8.0 (2017-11-8)

7.7.0 (2017-11-1)

Bug Fixes

  • cs-token-field: ng-init implimentation in atlas requires replaces = true.

7.6.0 (2017-10-25)

Features

  • cs-token-field: Refactoring cs-token-field directive to typescr… (#142)
  • cs-sidenav: Refactoring cs-sidenav to typescript classes. (#135)
  • cs-search-filter: Refactoring cs-search-filter to angularjs 1.6 classes. (#143)

Bug Fixes

  • cs-dropdown: Multi select broken due to initialization of on click event to close function. (#140)
  • modal: ATLAS-1975 - Additional keyboard nav cleanup (#141)

7.5.1 (2017-10-25)

Features

  • cs-card: Refactoring cs-card to angularjs x1.6 components. (#128)

Bug Fixes

  • cs-checkbox: Fix for failing tests in Atlas. (#145)

7.5.0 (2017-10-18)

Features

  • cs-datepicker: Refactoring cs-datepicker to typescript classes. (#129)
  • cs-page-sub-header: Refactored cs-page-sub-header to angular 1.6 component (#133)
  • cs-page-header: Refactoring cs-page-header to angularjs x1.6 component (#132)
  • cs-overlaypanel: Refactored cs-overlay pannel to angular 1.6 component. (#131)
  • cs-alert-banner: Refactoring cs-alert-banner to angularjs x1.6 component based design. (#123)
  • cs-status-indicator: Refactored code to angularjs component. (#139)

Bug Fixes

  • cs-checkbox:
    • Type error changes.isDisabled.currentValue. (#138)
    • ATLAS-2637 - Updating tabindex binding on cs-checkbox to be 'csTabindex'
  • huron: removed stickyfill polyfill (#127)
  • cs-select: ATLAS-2006 - moving close on click logic so that it no longer affects multi-selects

7.4.0 (2017-10-4)

Features

  • cs-card-member: Add onToggled callback function hook (#125)
  • cs-checkbox: Refactoring cs-checkbox to angularjs x1.6 component based design. (#121)

Bug Fixes

  • cs-select:
    • ATLAS-2006 - Return focus to main element on click
    • fix selection for multi select (#122)
  • sidenav-admin: support additional icon in header (#119)

7.3.0 (2017-9-27)

Bug Fixes

  • cs-breadcrumbs: ATLAS-2603 - Fixing keyboard nav with breadcrumbs in the sidenav

7.2.0 (2017-9-25)

Bug Fixes

  • call-destination: added input validation to custom option. (#115)
  • cs-select: Added title to show full text on mouse-hover. (#110)

7.1.0 (2017-9-19)

Features

  • cs-input: Added toggle switch functionality to cs-input. (#112)

Bug Fixes

  • cs-card-member: Add cs-card class to card-member template (#117)
  • cs-pageheader: ATLAS-2535 - Back button unreachable through keyboard nav

7.0.1 (2017-8-25)

Bug Fixes

  • cs-select: moved inline styling to collab-ui. (#108)

7.0.0 (2017-8-22)

Features

  • cs-select: Added callback function feature to combo box and made it consistent with other elements in select. (#105)

Bug Fixes

  • cs-toggle-switch: Changed the isDiabled parameter in toggleswitch to work for boolean values. (#106)

6.0.1 (2017-8-16)

Bug Fixes

  • sidenav-admin: prevent browsers from downloading unparsed expressions as images (#104)
  • cs-select: fixed the is-diabled not working with combo issue in cs-select. (#103)

6.0.0 (2017-8-9)

Features

  • cs-setup-assistant: removed $translate, $timeout, $compile injection to the directive as it is not being used. (#100)
  • cs-call-destination: Removed translate dependency from component. (#97)

5.0.0 (2017-7-31)

Features

  • pageheader: removes translation dependency from csPageHeader. (#96)

4.8.3 (2017-7-28)

Bug Fixes

  • cs-tabs: add keyboard tabbing support for tabs directive 1e0aa52f

4.8.2 (2017-7-25)

Bug Fixes

  • phonenumber: Added error class to highlight incorrect phone number. (#93)
  • datepicker: have tooltip accept html text (#88)
  • countryCode: PROVISION-3697-Get country for call destination component (#94)

4.8.1 (2017-7-17)

Bug Fixes

  • build: remove typings from postinstall

4.8.0 (2017-7-17)

Bug Fixes

  • angular: update angular version to fix installation errors
  • csInput: ng-show/hide should work with radio (#83)

4.7.0 (2017-7-13)

Features

  • sidenav-admin:
    • support optional icon classes for pages (#87)
    • initial component (#86)

4.5.0 (2017-6-23)

Bug Fixes

  • speedDial: PROVISION-3639-SpeedDial Edit-allows saving without any number (#84)
  • callDestination: Tk-73-custom option validation (#82)

4.4.0 (2017-6-20)

Features

  • pageheader: handle translation values (#79)
  • datepicker: support for tooltip for disabled dates (#77)

Bug Fixes

  • pageHeader: fix translation (#81)
  • selectCombo: allow spaces in combo select box (#78)
  • phoneNumber: fix for save button-Provision-3623 (#80)
  • timepicker: populate minutes with default 00 on blur (#76)
  • csSelect: update placeholder text (#75)
  • tooltip: disable caret by default (#74)

4.3.0 (2017-6-5)

Features

  • datepicker: Update with new design and add disabled dates support (#69)
  • tooltip: option for caret (#67)

Bug Fixes

  • tooltip: Account for margins while positioning (#71)
  • cs-input: add class to label attribute TK-51 (#65)

4.2.0 (2017-5-17)

4.1.0 (2017-5-11)

Bug Fixes

  • csPageHeader: add option for no translation (#64)

4.0.0 (2017-5-9)

Refactors

  • callDestination: Refactor country-settings directive. (#62)

3.11.0 (2017-5-5)

Features

  • core: Add clear/delete icon to search box (#61)

3.10.0 (2017-5-2)

Bug Fixes

  • csPageHeader: title overloading tooltip, change to title-name (#60)

3.9.0 (2017-4-11)

Features

  • typeahead: added don't select directive for typeahead (#50)

Bug Fixes

  • cs-card-layout: Added a null pointer check for cs-card-layout (#54)

3.8.1 (2017-4-10)

Bug Fixes

  • npmInstall: npm install failing on new clones (#52)
  • input: remove one way data binding from ng-messages (#49)

3.8.0 (2017-3-28)

Features

  • SidePanel: Large Side Panel (#44)

Bug Fixes

  • select: Placeholder to be shown for falsy values (#47)

3.7.0 (2017-3-23)

Bug Fixes

  • tooltip: use event listeners instead of jquery on binding (#43)

3.6.2 (2017-3-16)

Bug Fixes

  • call-destination: display error on invalid number (#41)

3.6.1 (2017-2-23)

Bug Fixes

  • calldestination: add regex pattern for URI Addres

3.6.0 (2017-2-16)

Features

  • cs-cardmember: Add static text option for complex card type. (#33)

3.5.0 (2017-2-16)

Features

  • cs-cardmember: Add static text option for complex card type. (#33)

3.4.0 (2017-2-3)

Features

  • toggleSwitch: allow alt values for boolean (#32)
  • cs-card-member: Added ng-disabled directive to cs-card-members checkbox (#31)

3.3.0 (2017-2-2)

Features

  • callDestination: not show select if 1 input (#30)

3.2.3 (2017-1-27)

Bug Fixes

  • select: disable toggle if disabled (#29)

3.2.2 (2017-1-25)

Bug Fixes

  • toggle: pass new toggleValue to cs-change output (#27)

3.2.0 (2017-1-18)

Features

  • input: add validators/asyncValidators support (#24)

3.1.2 (2017-1-12)

Bug Fixes

  • callDestination: fix infinite loop onChange

3.1.1 (2017-1-6)

Bug Fixes

  • cs-dropdown: strict dependency failure fix

3.1.0 (2017-1-3)

Features

  • cs-select): add Accessability to Select (#19)

Bug Fixes

  • toggle: cs-change event instead of ng-click

3.0.0 (2016-12-08)

Features

  • cs-cardmember: Add radio button list to cscardmember component. (#18)
    • Added radio button list
    • Fixed alt text to display proper value in both cscardmember and cscardnumber
    • Renamed all toolkit specific parameters to have the cs- prefix.

Breaking changes

  • cs-cardmember and cs-cardnumber:
    • renamed all toolkit specific parameters to have the cs- prefix.
    • changed bindings from string parameters to one-way bindings

2.4.1 (2016-12-08)

Bug Fixes

  • cs-select: combobox show show all options when opened (#17)

2.4.0 (2016-12-05)

Features

  • cardNumber: add new component for displaying phone numbers in card format (#15)

Bug Fixes

  • phoneUtils: wrap functions in try/catch
  • cs-input: update warning message if the value is updated
  • angular: import fix for
  • slider: fix slider when hashmarks are true (#16)
  • Slider: resize on window resize (#12)

2.3.0 (2016-11-18)

Bug Fixes

  • call-destination: reset and one way model
  • country-select: turn off autocomplete

2.2.0 (2016-11-16)

Features

  • searchfilter: add clear and oncleared functionality

2.1.1 (2016-11-9)

Bug Fixes

  • call-destination: get all countries for external num

2.1.0 (2016-11-9)

Features

  • call-destination:
    • new input component
    • add translation feat
    • translation and runtime error
    • disable input support
    • type breaks css for hg

2.0.5 (2016-11-1)

Bug Fixes

  • datepicker: add missing injection annotation

2.0.4 (2016-11-1)

Bug Fixes

  • cs-dropdown: Dropdown for extensions in user & place modal is hidden
  • npm: remove typings from postinstall task

2.0.3 (2016-10-27)

Bug Fixes

  • cs-dropdown: Dropdown for extensions in user & place modal is hidden and unusable

2.0.2 (2016-10-27)

Bug Fixes

  • cs-breadcrumbs: add missing ui-router dependency

2.0.1 (2016-10-25)

Bug Fixes

  • cs-cards: fix masonry dependency issues

Breaking Change

  • cs-scroll: remove custom scrollbars

2.0.0 (2016-10-17)

Bug Fixes

  • cards: change the cards to use vanilla JS masonry instead of jQuery

Breaking changes

  • package name: change the distribution package name to collab-ui-ng
  • module name: change the angualar module from cisco.ui to collab.ui
  • typescript: refactor JS source files into TypeScript
  • modules: refactor source into exported JS modules

1.7.0 (2016-10-14)

Features

  • alertBanner: add the alert banner component

1.6.0 (2016-9-29)

Features

  • typeahead typeahead without search fixes
  • forms add optional section info sticky positioning, fixes
  • chore update npm peerdependancies for npm 3

Bug Fixes

  • cs-select: close combo box after selection fixes
  • sidepanel:
    • Remove default extends in feature-icon
    • Make feature-icon's margin-right conditional on an icon
    • Fix feature margin/padding to work without an anchor element

1.5.5 (2016-9-15)

Bug Fixes

  • loading: change class name from .loading to .cs-loading to avoid conflicts

1.5.4 (2016-9-7)

Bug Fixes

  • cs-select:
    • multi select reverse options on close
    • preserve behavior that places 'isSelected' items on top but without reversing the array each time the dropdown is closed

1.5.2 (2016-8-30)

Bug Fixes

  • cs-pageheader: Title two way data binding plus documentation (#10)
  • cs-select: fixed error and warning messages for combo boxes (#37)

1.5.1 (2016-8-19)

Bug Fixes

  • select: better fix for #18

1.5.0 (2016-8-18)

Bug Fixes

  • select:
    • multi binding for error and warning on select
    • change combo box input to use ng-blur instead of ng-change so typed in value will be passed to onChangeFn. (#18)

Features

  • status indicator: add a component to insure that all status indicatars are the same

Refactor

  • accordion: remove legacy foundation mixins

1.4.2 (2016-8-4)

Bug Fixes

  • setupassistant: corrected firefox chevron placement and next button helptext

1.4.1 (2016-7-21)

Features

  • csSpHeader:
    • require csSidepanel to allow access to close() function.
    • allows angular components to call close with isolated scope.

1.4.0 (2016-7-20)

Features

  • pageSubHeader: add tabs binding and nav styling to left page sub header

Bug Fixes

  • package.json: revert changes to collab-ui package.json for peerDependencies

1.3.0 (2016-7-15)

Bug Fixes

  • setupassistant: modify setup assistant template for helptext under next button
  • changelog: fix formatting error
  • readme: update README for GitHub
  • bootstrap: remove bootstrap dependencies

Bug Fixes

  • cs-cards: add scrollbar to card content between resolutions

1.2.0 (2016-6-24)

Features

  • timepicker: modify time with arrow keys
  • email: add new email templates

Bug Fixes

  • notifications: fix position of close "x"
  • sidepanel: make sidepanel responsive
  • ui-grid: cannot scroll ui-grid in IE
  • build: fix differences between dev and prod css
  • cisco-ui: Update Tooltip, Remove Angular Bootstrap and Angular Foundation Dependency from Toolkit
  • datepicker: fix IE cursor and event bubbling

1.1.1 (2016-5-31)

Bug Fixes

  • datepicker: fix IE style, remove close if field is required
  • dropdown: dropup on Chrome in modal
  • radio button: apply flex-shrink property (UITOOLKIT-13)

1.1.0 (2016-5-19)

Features

  • cs-modal: Update Modal to Full Screen