This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Master #5944
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add on-toggle attribute to documentation Closes #5271
- 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
Closes #5285
This reverts commit ca04d5b.
* 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
Closes #5852
- 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
* 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
* add known issue to button docs indicating a CSS issue when using a tooltip or a popover. Closes #5890
- 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
* 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
@d4v4105, what on earth is this? did you forget to rebase or something? |
Closing, as we are not updating the 0.14.x branch |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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