angular-ui-bootstrap
Advanced tools
Changelog
2.1.0 (2016-08-19)
<a name="2.0.2"></a>
Changelog
2.0.0 (2016-07-20)
replace: true
- see documentation examples in action to see differences in practice.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.replace: true
, this results in a slight change to the HTML structure - see the documentation examples to see it in action.replace: true
, which changes the HTML structure slightly - see the documentation examples to see it in action.replace: true
, this has a slight structural HTML change in the popup as a result - see documentation examples for the change in action.replace: true
, this affects the HTML structure slightly - see documentation examples to see new usage.replace: true
usage from the pager, which causes a slight usage change - see documentation examples for new usage.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.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.replace: true
usage, so this has an effect on how one uses the directive in the template - see documentation for referencereplace: 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 unnecessaryid
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.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>
Changelog
1.3.3 (2016-05-23)
should-select
(2ffb86f), closes #5671 #5794<a name="1.3.2"></a>
Changelog
1.3.2 (2016-04-14)
<a name="1.3.1"></a>