Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-ui-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-bootstrap - npm Package Versions

1345

2.1.4

Diff

Changelog

Source

2.1.4 (2016-09-24)

Bug Fixes

  • datepicker: improve accessibility (3f70d76), closes #6247
  • dropdown: prevent premature scope removal (08ee30a), closes #6238 #6225

<a name="2.1.3"></a>

wesleycho
published 2.1.3 •

Changelog

Source

2.1.3 (2016-08-25)

Bug Fixes

<a name="2.1.2"></a>

wesleycho
published 2.1.2 •

Changelog

Source

2.1.2 (2016-08-22)

Bug Fixes

<a name="2.1.1"></a>

wesleycho
published 2.1.1 •

Changelog

Source

2.1.1 (2016-08-21)

Bug Fixes

<a name="2.1.0"></a>

wesleycho
published 2.1.0 •

Changelog

Source

2.1.0 (2016-08-19)

Bug Fixes

Features

<a name="2.0.2"></a>

wesleycho
published 2.0.2 •

Changelog

Source

2.0.2 (2016-08-15)

Bug Fixes

<a name="2.0.1"></a>

wesleycho
published 2.0.1 •

Changelog

Source

2.0.1 (2016-08-02)

Bug Fixes

<a name="2.0.0"></a>

wesleycho
published 2.0.0 •

Changelog

Source

2.0.0 (2016-07-20)

Bug Fixes

Features

Reverts

  • dropdown: change back to .constant()(4e0e34f)

BREAKING CHANGES

  • tooltip: The template structure changed slightly due to the removal of replace: true - see documentation examples in action to see differences in practice.
  • typeahead: This changes the selector used so that it doesn't select for the li tag specifically, but the elements with the class uib-typeahead-match - if using a custom template, this class needs to be added to the li element in the typeahead popup template.
  • rating: Due to the removal of replace: true, this results in a slight change to the HTML structure - see the documentation examples to see it in action.
  • timepicker: This removes replace: true, which changes the HTML structure slightly - see the documentation examples to see it in action.
  • datepickerPopup: Due to the nature of replace: true, this has a slight structural HTML change in the popup as a result - see documentation examples for the change in action.
  • pagination: Due to the removal of replace: true, this affects the HTML structure slightly - see documentation examples to see new usage.
  • pager: This removes replace: true usage from the pager, which causes a slight usage change - see documentation examples for new usage.
  • modal: This removes replace: true usage, causing some structural changes to the HTML - the major part here is that there is no more backdrop template, and the top level elements for the window/backdrop elements lose a little flexibility. See documentation examples for new structure.
  • modal: This introduces a minor behavior change in when the class is removed
  • carousel: Due to the removal of replace: true, this causes a slight HTML structure change to the carousel and the slide elements - see documentation demos to see how it changes. This also caused removal of the ngTouch built in support - if one is using ng-touch, one needs to add the ng-swipe-left and ng-swipe-right directives to the carousel element with relevant logic.
  • alert: This removes the replace: true usage, so this has an effect on how one uses the directive in the template - see documentation for reference
  • accordion: This removes usage of replace: true in the accordion group, which results in a template change where the template no longer needs to contain the panel itself, but its contents. The accordion group will add the panel class by default, so the user just needs to add the appropriate classes to the accordion group element. This allows the user to use ng-class as well to fully control the panel related classes, so panel-class now is unnecessary
  • tooltip: This removes support for plain strings and interpolations in tooltip-trigger and popover-trigger - please change these appropriately. See test changes in this commit for reference
  • typeahead: This change removes the id attribute on the first <input> element placed into the DOM when the typeahead-show-hint attribute is used and there is an id attribute present on the original uib-typeahead element. This could affect selectors if they are being used.
  • dropdown: This changes the focus behavior of the dropdown slightly, and potentially may break code built around current usage
  • datepicker: This modifies the current behavior around the datepicker & popup's ngModelOptions, which may affect custom components that are built around both
  • datepicker: As a result of removal of replace: true, there is the potential that this may break some CSS layout due to the slightly different HTML. Refer to the documentation examples to see the new structure.

<a name="1.3.3"></a>

wesleycho
published 1.3.3 •

Changelog

Source

1.3.3 (2016-05-23)

Bug Fixes

Features

BREAKING CHANGES

  • modal: Since this adds support for $resolve being exposed on $scope, it could potentially overwrite any pre-existing usage of it - this is an unlikely scenario, but marked as a breaking change in case this key is being used

<a name="1.3.2"></a>

wesleycho
published 1.3.2 •

Changelog

Source

1.3.2 (2016-04-14)

Bug Fixes

Features

BREAKING CHANGES

  • dropdown: Stops propagation of keydown event when escape key is pressed. Removes keydown event from the document and moves it to the dropdown element.

<a name="1.3.1"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc