cypress-example-piechopper
cypress-example-piechopper copied to clipboard
chore(deps): update dependency angular-ui-bootstrap to version 1.3.3 🌟
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| angular-ui-bootstrap (source) | major | 0.6.0 -> 1.3.3 |
Release Notes
angular-ui/bootstrap
v1.3.3
Bug Fixes
- datepicker: add intermediary valid date check(a417ec2), closes #​5872 #​5865
- datepickerPopup: convert numbers to date before parsing(5188463), closes #​5873 #​5871
- dropdown: align position with vertical scrollbar(2b48259), closes #​5830 #​4317
Features
- accordion: add alternative attribute support(4c40d9d), closes #​5834 #​5839
- modal: add resolve values to template(dd09148), closes #​5808 #​5857
- tab: allow strings for index(26d3995), closes #​5713 #​5827
- tabs: pass the selected index to onDeselect(241fea8), closes #​5820 #​5821
- typeahead: Add support for
should-select(2ffb86f), closes #​5671 #​5794
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
Bug Fixes
- datepicker: ensure datepicker is focused (33cbd0f), closes #​5761 #​5754
- datepickerPopup: do not show incorrect warning (98eb8f1), closes #​5743 #​5747
- dropdown: stop esc keydown event (68200bb), closes #​5778 #​5787
- modal: missing require in modal (a887d2b), closes #​5786
- modal: scroll padding only added once (aef08d5), closes #​5790 #​5789
- site: allow FastClick to be blocked (37f9cd2), closes #​5756
- tooltip: arrow position (d96d53e), closes #​5785 #​5779
- typeahead: use $setViewValue on blur (bba3f27), closes #​5769 #​5694
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
Bug Fixes
- datepickerPopup: register popup module (86ee9c3), closes #​5745
- modal: ensure correct index is set (a08ad70), closes #​5733 #​5670
v1.3.0
Bug Fixes
- carousel: fix animation from programmatic trigger (44fb19b), closes #​5674 #​5601
- modify CSS loaded for modules with dependencies (8074899), closes #​5698
- carousel: use proper sort comparison (434c1c5), closes #​5638 #​5702
- modal: body content shift (c83d0a8), closes #​2631 #​5711
- popover: rename title attribute (cca1460), closes #​5719 #​5721
- tab: add support for tab deselect prevention (e0fcc00), closes #​5720 #​5723
- tab: correctly identify index on removal (03e6047), closes #​5689
- tab: fix event handler call (d767afb), closes #​5720 #​5738
Features
- add support for loading without CSS (de504fb), closes #​5696
- carousel: disable prev/next arrows if at bounds (a3964d4), closes #​5704 #​5708
- dateparser: use 68 as the yy format pivot year (701e0cb), closes #​5735
- datepicker: deprecate literal usage (fc02fd1), closes #​5658 #​5732
- datepicker: remove deprecated code (ad91c82), closes #​5660
- datepicker: watch for changes when falsy (45165ba), closes #​5672 #​5677
- datepickerPopup: split off popup from datepicker (fbc873c), closes #​5676
- dropdown: remove $locationChangeSuccess listener (c534cb4), closes #​5648 #​5680
- timepicker: remove automatic padding when empty (449c0d1), closes #​5293 #​5299
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
- datepicker: dereference date initialization (1b888d4), closes #​5643 #​5441
- datepicker: fix today button disabled condition (316e96c), closes #​5637 #​5622
- modal: dynamically fetch elements (e15a22a), closes #​5630 #​5050 #​5421
- popover: add popover-html css (54ac06a), closes #​5603 #​5602
- tooltip: css to support arrow positioning (66c416c), closes #​5610 #​5611
- typeahead: reset errors when clearing (bc7c55a), closes #​5641
Features
- accordion: add bound panel-class support (ffb5529), closes #​5368 #​5596
- modal: exclude hidden elements from query (5ef56e2), closes #​5512 #​5644
- rating: ability to disable rating reset (8747b58), closes #​5532 #​5631
- tab: add select expressions (bb36e40), closes #​5438
- timepicker: add pad-hours support (c7be087), closes #​4288 #​5633
1.2.4 (2016-03-06)
1.2.3 (2016-03-06)
Bug Fixes
- dropdown: correctly update isOpen (aac0d2b), closes #​5589 #​3261
- modal: switch to $animate (dd62c73), closes #​5585 #​5298
- position: auto position append to body (a516178), closes #​5582 #​5576
- tabs: support heading with : (a945dd2), closes #​5590 #​5568
- typeahead: change to original scope (7949494), closes #​5588 #​5467
- typeahead: update isOpen on escape (313ba83), closes #​5579 #​5587
Features
1.2.2 (2016-03-03)
Bug Fixes
- Gruntfile: add per module flag (a816251), closes #​5567
- modal: fire ng-leave on close (299f751), closes #​5556 #​5399
- modal: fix bindToController props (5e43870), closes #​5569
- position: add CSS for webpack support (d68086f), closes #​5561
- rating: fix usage of aria-valuetext (4369800), closes #​5573 #​5571
- tabs: update doc and fix tab demo (9d74d6c), closes #​5575 #​5551
- tests: add style tag once (cc2d1b9), closes #​5557 #​5548
- tooltip: import CSS (c8922a2), closes #​5552
1.2.1 (2016-02-27)
Bug Fixes
v1.2.5
Bug Fixes
- datepicker: dereference date initialization (1b888d4), closes #​5643 #​5441
- datepicker: fix today button disabled condition (316e96c), closes #​5637 #​5622
- modal: dynamically fetch elements (e15a22a), closes #​5630 #​5050 #​5421
- popover: add popover-html css (54ac06a), closes #​5603 #​5602
- tooltip: css to support arrow positioning (66c416c), closes #​5610 #​5611
- typeahead: reset errors when clearing (bc7c55a), closes #​5641
Features
- accordion: add bound panel-class support (ffb5529), closes #​5368 #​5596
- modal: exclude hidden elements from query (5ef56e2), closes #​5512 #​5644
- rating: ability to disable rating reset (8747b58), closes #​5532 #​5631
- tab: add select expressions (bb36e40), closes #​5438
- timepicker: add pad-hours support (c7be087), closes #​4288 #​5633
v1.2.4
1.2.4 (2016-03-06)
v1.2.3
Bug Fixes
- dropdown: correctly update isOpen (aac0d2b), closes #​5589 #​3261
- modal: switch to $animate (dd62c73), closes #​5585 #​5298
- position: auto position append to body (a516178), closes #​5582 #​5576
- tabs: support heading with : (a945dd2), closes #​5590 #​5568
- typeahead: change to original scope (7949494), closes #​5588 #​5467
- typeahead: update isOpen on escape (313ba83), closes #​5579 #​5587
Features
v1.2.2
Bug Fixes
- Gruntfile: add per module flag (a816251), closes #​5567
- modal: fire ng-leave on close (299f751), closes #​5556 #​5399
- modal: fix bindToController props (5e43870), closes #​5569
- position: add CSS for webpack support (d68086f), closes #​5561
- rating: fix usage of aria-valuetext (4369800), closes #​5573 #​5571
- tabs: update doc and fix tab demo (9d74d6c), closes #​5575 #​5551
- tests: add style tag once (cc2d1b9), closes #​5557 #​5548
- tooltip: import CSS (c8922a2), closes #​5552
v1.2.1
Bug Fixes
v1.2.0
Bug Fixes
- buttons: fix uncheckable attribute (b245242), closes #​5451 #​5412
- dateparser: append end of format (5c565df), closes #​5385 #​5387
- datepicker: adjust datepicker header buttons (f125537), closes #​5393 #​5392
- datepicker: assign initDate correctly to the controller (8769749), closes #​5541
- datepicker: check if initDate is valid (ab59413), closes #​5190 #​5266
- datepicker: default to current date (4b2ee0f), closes #​5395 #​5190
- datepicker: fallback to current date (e4fc201), closes #​5418 #​5417
- datepicker: fix popup updateOn: default support (47e412e), closes #​5529
- datepicker: stop event bubbling from buttons (e283cea), closes #​5400 #​5347
- modal: fix modal rendered promise (42fb486), closes #​5401 #​5331
- modal: fix race condition with openedClass (979fe0b), closes #​5483
- position: getRawNode to handle select/ul elem (8b3e86f), closes #​5491 #​5354
- position: move inline styles to a class (4bb178a), closes #​5535 #​5470
- progressbar: fix default max value (258b341), closes #​5374 #​5373
- rating: change to read-only (d5a757d), closes #​5371 #​5435
- tab: make active optional (d1553a4), closes #​5489
- tabs: adding bootstrap 4 specific class (3814fe3), closes #​5488
- typeahead: fix shift tab (64e3127), closes #​5494 #​5493
- typeahead: Fix tab index for hint input (4178500), closes #​5478 #​5492
Features
- accordion: use attribute for heading insertion (ca6b177), closes #​5324 #​5396
- datepicker: add deprecation notices (10eac7c), closes #​5415
- datepicker: implement auto position (f9903ba), closes #​5444
- datepicker: move attribute support to options (d880aea), closes #​5528
- datepicker: move datepicker mode to options (74a1d04), closes #​5526
- datepicker: pass options from popup to inline (3e10184), closes #​5355
- datepicker: preserve popup attributes (bbc4912), closes #​5537
- modal: Call $onInit on controller if defined (8349758), closes #​5472 #​5509
- pagination: add custom label support (785c373), closes #​2532 #​5547
- position: add isScrollable (3c0a7cd), closes #​5508
- tab: add template-url support (54c51c4), closes #​5405 #​5443
- tabs: support optional classes on tab (8364e76), closes #​5430
- tooltip: arrow position (fa17c48), closes #​5464 #​5502
- typeahead: add dynamic min length support (f81d440), closes #​5363
BREAKING CHANGES
- rating: Attribute supported has been changed to
read-onlyfromreadonly - accordion: This changes to use the
uibAccordionHeaderattribute instead of a<span>element for inserting the custom header HTML. If you use a custom template for the accordion group, please add this attribute to the appropriate location. - datepicker: This requires $event to be passed in the second argument of the select function and in the close argument for the popup template
- datepicker: This adds extra CSS for the datepicker for the left and right header buttons - one can override this appropriately with any selector of class priority higher than 1
- datepicker: This breaks any snake-cased key usage, i.e.
show-weeks. Convert all keys used to camelCase. - tab: Make the
activeattribute optional and move totabsetelement. - carousel: the
activeattribute is now required on theuib-carouselelement and a uniqueindexattribute is required on eachuib-slideelement.
1.1.2 (2016-02-01)
Bug Fixes
- datepicker: fix validation for M! & d! (c3b1431), closes #​5376 #​5225
- modal: ensure shift+tab is trapped in modal (d2621e3), closes #​5294 #​5229
- tooltip: prevent closing on $locationChangeSuccess (48c9cd8), closes #​5360 #​5337
- typeahead: add guard for no $viewValue (dbe9e81), closes #​5358 #​5357
Features
- accordion: add aria tags (61cdef1), closes #​5338
- datepicker: add datepickerOptions support (e58c42c), closes #​5340
1.1.1 (2016-01-25)
Bug Fixes
- datepicker: allow using min/max mode/date with datepickerOptions (97af6a9), closes #​5334 #​5315
- modal: fix modal closed resolution (d5a48ea), closes #​5322 #​5326
v1.1.2
Bug Fixes
- datepicker: fix validation for M! & d! (c3b1431), closes #​5376 #​5225
- modal: ensure shift+tab is trapped in modal (d2621e3), closes #​5294 #​5229
- tooltip: prevent closing on $locationChangeSuccess (48c9cd8), closes #​5360 #​5337
- typeahead: add guard for no $viewValue (dbe9e81), closes #​5358 #​5357
Features
- accordion: add aria tags (61cdef1), closes #​5338
- datepicker: add datepickerOptions support (e58c42c), closes #​5340
v1.1.1
Bug Fixes
- datepicker: allow using min/max mode/date with datepickerOptions (97af6a9), closes #​5334 #​5315
- modal: fix modal closed resolution (d5a48ea), closes #​5322 #​5326
v1.1.0
Bug Fixes
- collapse: avoid initial animation when expanded (57219aa), closes #​5199 #​4414 #​5192
- datepicker: allow expressions for minMode/maxMode (7e93ec9), closes #​5264 #​5268 #​5240
- datepicker: fix popup CSS (b3e6d17), closes #​5258
- datepicker: fix popup element garbage collection (2cb3bc2), closes #​5274 #​5058
- datepicker: pass through null (78ba137), closes #​5275 #​5238
- modal: change to compile before appending (1dbad8a), closes #​5224 #​5183
- paging: garbage collect parent $watchers (32b88f1), closes #​5276
- position: positionArrow descendant selector (9f4c3a5, e8b6a83), closes #​5246 #​5230
- tab: revert template change (907c851), closes #​5262 #​5254
- timepicker: garbage collect parent watchers (3f809af), closes #​5277
- tooltip: fix addClass signature (6a2d91b), closes #​5235
- typeahead: add guard for destroyed $scope (e105e85), closes #​5267
- typeahead: fix css selector (00ac93e), closes #​5251
Features
- collapse: add callback hooks (446364a), closes #​5194 #​5226
- datepicker: extract inline styles to stylesheet (6843ab6), closes #​5215
- datepicker: use $locale for starting day (332eefb), closes #​4954 #​5281
- timepicker: add placeholder for seconds input (717ea69), closes #​5257
- timepicker: move inline styles to stylesheet (b658b03), closes #​5218
- typeahead: add title to matches (f523361), closes #​5252
- typeahead: move inline style to stylesheet (e8201d1), closes #​5219
BREAKING CHANGES
- tab: This undoes the prior change to the template using div elements. If one wishes to use div elements, one must override the template in one's app and provide the necessary CSS
v1.0.3
Bug Fixes
- timepicker: fix injection (627a451)
v1.0.2
Bug Fixes
v1.0.1
Bug Fixes
- build: add ; after script (9d0269e), closes #​5197 #​5196
- carousel: reset active for buffered transitions (36fca74), closes #​5195 #​5178
- datepicker: fix error message (aa010b0), closes #​5198 #​5191
- datepicker: fix usage of non-standard format (428beaf), closes #​5188 #​5187
- timepicker: prevent mixture of numbers and letters (9e9c6cf), closes #​5201 #​5085
- timepicker: use correct disabled expression (71afeeb), closes #​5185 #​5182
- typeahead: scroll only parent element (3dac5e3), closes #​5212 #​5180
Features
- tabs: add CSS to css file (db7adf7), closes #​5211
- timepicker: add templateUrl in timepickerConfig (4b0e381), closes #​5087 #​5200
v1.0.0
Bug Fixes
- accordion: ensure panelOpen class is present (0917623), closes #​4849 #​4870
- accordion: fix unexpected routing (df211bd), closes #​4792
- carousel: decouple animation information from DOM (38c1b14), closes #​4737 #​4516
- carousel: fix conditions for animation (12a37e0), closes #​4974 #​4972
- carousel: remove version checks (9d93af1), closes #​4122 #​4774
- carousel: resolve rendering issues (763cfd9), closes #​4984 #​4361 #​4823 #​4969
- collapse: set initial state to avoid animation (5ad08ff), closes #​5075 #​4848 #​4885
- dateparser: baseDate only care about dates (21b2297), closes #​4767
- dateparser: enforce order of regex construction (83d1435), closes #​4810 #​4808
- datepicker: active date should be model if present (9019298), closes #​5082 #​5081
- datepicker: correctly display pre-100 years (beabb4a), closes #​4812 #​4032
- datepicker: correctly set minMode/maxMode (1524080), closes #​5093 #​5090
- datepicker: fix minDate/maxDate with literals (e7f709f), closes #​4841 #​3437
- datepicker: stop propagation of esc in popup (000d6c3), closes #​5074 #​5013
- datepicker: update with alternative format (fd88dcb), closes #​5014
- debounce: fix argument slicing (e196be8), closes #​4859 #​4860
- dropdown: do not close on right click (bf1768e), closes #​5052 #​5051
- dropdown: remove class support for uib-dropdown-menu directive (43535cf), closes #​4753
- dropdown: remove extra uib-keyboard-nav (57f72b2), closes #​4891
- modal: add focus check for IE (a5c2a5b), closes #​5097 #​5096
- modal: clean up animation when disabled (972dee6), closes #​4740 #​4672
- modal: fix bindToController (b8969d1), closes #​5048 #​5039
- modal: retain focus if child has focus (726ccc3), closes #​4904 #​4903
- modal: trap tabbing regardless of config (c0f1027), closes #​5010 #​4990
- pagination: retain model on initialization (30099a0), closes #​3786 #​4783 #​2956
- tab: fix unexpected routing (d59083b), closes #​4793 #​3266
- timepicker: correct meridian toggle condition (09ad740), closes #​4435
- tooltip: race condition when setting position (429ddc1), closes #​4765 #​4757
- typeahead: allow parent to be required (3aa41f0), closes #​4800 #​2679
- typeahead: clear typeahead input when editable is false (1d9294c), closes #​1620 #​4265 #​4752
- typeahead: fix programmatic focus issue (cab0945), closes #​5150 #​764
- typeahead: use correct selector (e1e6e1b), closes #​5168 #​5167
- allow library to be loaded async (a851636), closes #​4775 #​3665
Features
- accordion: remove deprecated code (0010aff), closes #​4706
- alert: remove deprecated code (21e852b), closes #​4714
- buttons: add uib-uncheckable support (b77618e), closes #​3604 #​4791
- buttons: remove deprecated code (b549263), closes #​4716
- carousel: expose next and prev on controller (9b80ee1), closes #​4851 #​4853
- carousel: remove deprecated code ([b159b21](https://togithub.com/angular-ui/boots
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.