cypress-example-piechopper icon indicating copy to clipboard operation
cypress-example-piechopper copied to clipboard

chore(deps): update dependency angular-ui-bootstrap to version 2.5.6 🌟

Open renovate[bot] opened this issue 5 years ago • 0 comments

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
angular-ui-bootstrap (source) major 0.6.0 -> 2.5.6

Release Notes

angular-ui/bootstrap

v2.5.6

v2.5.5

v2.5.0

Compare Source

Bug Fixes
Features

v2.4.0

Compare Source

Features

2.3.2 (2016-12-27)

Bug Fixes

2.3.1 (2016-12-10)

Bug Fixes

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

Features

v2.2.0

Compare Source

Bug Fixes
Features

2.1.4 (2016-09-24)

Bug Fixes

2.1.3 (2016-08-25)

Bug Fixes

2.1.2 (2016-08-22)

Bug Fixes

2.1.1 (2016-08-21)

Bug Fixes

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Bug Fixes
Features

2.0.2 (2016-08-15)

Bug Fixes

2.0.1 (2016-08-02)

Bug Fixes

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

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.

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

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.

1.3.1 (2016-04-05)

Bug Fixes

v1.3.3

Compare Source

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

v1.3.2

Compare Source

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.

v1.3.1

Compare Source

Bug Fixes

v1.3.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • carousel: This adds disabled CSS - there is a possibility this may break existing UI slightly for those adding custom CSS/making use of custom templates. Modify the template appropriately if necessary
  • timepicker: This removes automatic padding done by the timepicker when the input is empty - if that behavior is desired, write a custom directive implementing it
  • dropdown: The dropdown no longer will remain open on $locationChangeSuccess with autoclose set to disabled. Implement this logic inside app along with usage of isOpen two-way binding if this functionality is desired.
  • datepickerPopup: The datepicker popup is no longer a part of the datepicker module, but now a part of the datepickerPopup module. Please change code accordingly if including specific modules
  • datepicker: This removes inline datepicker attribute support and attribute pass-throughs in the popup

1.2.5 (2016-03-20)

Bug Fixes
Features

1.2.4 (2016-03-06)

1.2.3 (2016-03-06)

Bug Fixes
Features

1.2.2 (2016-03-03)

Bug Fixes

1.2.1 (2016-02-27)

Bug Fixes

v1.2.5

Compare Source

Bug Fixes
Features

v1.2.4

Compare Source

1.2.4 (2016-03-06)

v1.2.3

Compare Source

Bug Fixes
Features
  • datepicker: add helpers for styling (c15dcbd), closes [#​5580](https://togithub.com/angular-ui/bootstrap/issu

Configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] avatar Aug 13 '20 03:08 renovate[bot]