Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Master #5944

Closed
wants to merge 562 commits into from
Closed

Master #5944

wants to merge 562 commits into from

Conversation

d4v4105
Copy link

@d4v4105 d4v4105 commented May 30, 2016

  • Add expression support for tooltip-trigger
  • Add support for object event bindings for showing/hiding tooltips

BREAKING CHANGE: 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

Closes #5221
Closes #5938

luber and others added 30 commits January 15, 2016 09:37
- Fixes expressions not being parsed for `min-mode` and `max-mode`

Closes #5264
Closes #5268
Fixes #5240
- Add on-toggle attribute to documentation

Closes #5271
- Ensures the correct element is selected due to ng-if replacing element with comment tag

Closes #5274
Fixes #5058
- When `minDate` or `maxDate` is `null` in the popup, pass through value to inline datepicker

Closes #5275
Fixes #5238
- Change to compile the modal window before inserting into the DOM

Closes #5224
Fixes #5183
- Add note on updating the model value programmatically

Closes #5144
Closes #5278
- Fixes input demo type and adds note on native datepickers

Closes #5115
Closes #5239
- Add guard against accessing $scope when it has been destroyed

Closes #5267
- Garbage collect parent $watchers on $destroy

Closes #5276
- Garbage collect parent $$watchers on $destroy

Closes #5277
- Change to fallback to $locale.DATETIME_FORMATS.FIRSTDAYOFWEEK for
  first day column

Closes #4954
Closes #5281
* remove tab CSS bullet since that commit was OBE due to tab template revert.
* combine `position` bullet entries.
* remove trailing whitespace.
* update popover readme indicating we will not support issues on mobile devices.
* update tooltip readme indicating we will not support issues on mobile devices.

Closes #5307
dolevd and others added 27 commits April 20, 2016 07:38
- Correctly aligns the dropdown when a vertical scrollbar is present

Closes #5830
Fixes #4317
- Add an example with custom header template

Closes #5831
Fixes #5829
- Add support for alternative attributes

Closes #5834
Closes #5839
- Change to use `$controller` to apply the `controllerAs` feature

Closes #5861
- Expose resolve in template as $resolve for those modals opened with a controller

BREAKING CHANGE: 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

Closes #5808
Closes #5857
- Port logic from timezone converter from Angular

Closes #5870
- Add intermediary check for whether the date is valid due to an IE quirk of turning a valid date into an invalid date when using the date constructor

Closes #5872
Fixes #5865
* update the datepicker and datepicker popup docs to let user know
  about using the `uibDateParser` service to convert a date string
  into a `Date` object.

Closes #5880
- Allows the use of strings for the tab index and active value
on the tabset.

Closes #5713
Closes #5827
Removing unnecessary code added under PR #5489

Closes #5891
Fixes #5888
* add known issue to button docs indicating a CSS issue when using a tooltip or
  a popover.

Closes #5890
By default behaves as before. If specified, allows a custom function
to be defined to determine whether the keydown event should trigger
selection based on the `typeahead-should-select` attribute.

Closes #5671
Closes #5794
- Change to select `.uib-typeahead-match` class instead of the `li` tag

BREAKING CHANGE: 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.

Closes #5922
Fixes #5848
- Change `removeTop` from `slice` to `pop`

Closes #5925
Closes #5932
- Adds support for ngModelOptions in the `datepicker-options` object

BREAKING CHANGE: This modifies the current behavior around the datepicker & popup's ngModelOptions, which may affect custom components that are built around both

Closes #5933
Fixes #5825
- Focus the toggle element when the click causes the dropdown menu to close

BREAKING CHANGE: This changes the focus behavior of the dropdown slightly, and potentially may break code built around current usage

Closes #5934
Fixes #5782
* remove any duplicate `id` attribute on the typeahead hint element if used on
  the original input element.

BREAKING CHANGE: 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.

Closes #5936
Fixes #5926
- Add expression support for tooltip-trigger
- Add support for object event bindings for showing/hiding tooltips

BREAKING CHANGE: 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

Closes #5221
Closes #5938
@icfantv
Copy link
Contributor

icfantv commented May 31, 2016

@d4v4105, what on earth is this? did you forget to rebase or something?

@wesleycho
Copy link
Contributor

Closing, as we are not updating the 0.14.x branch

@wesleycho wesleycho closed this May 31, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.