Releases: GenesysPureConnect/bootstrap
Releases · GenesysPureConnect/bootstrap
2.2.0+inin.1.9
fix(datepicker): Add way to get original date
2.2.0+inin.1.8: Merge pull request #12 from bartkiewicz/inin-master
fix(dropdown): addendum to mousedown fix to allow menu click
2.2.0+inin.1.4: feat(dropdown): add optional placement and respect bootstrap classes
Add an optional dropdown-placement attribute setting much like the tooltips'. If it is specified then bootstrap's dropup and dropdown-menu-right classes will be ignored. Updated positioning of the dropdown menu to always use the position service. Ensured that dropup and dropdown-menu-right will be respected for append-to and append-to-body dropdowns. Updated positioning service to return the element when looking for the offsetParent if the element is not statically positioned.
2.2.0+inin.1.3
chore(release): v2.2.0+inin.1.3
2.2.0+inin.1.2: feat(position): add 'positionElementAt' method
Add a method to position an element at client x/y coordinates. Using code from the positionElements method, which has been refactored into a positionElement method with both positionElementAt and positionElements use.
2.2.0+inin.1.0: Merge pull request #3 from bartkiewicz/master
fix(dropdown): fix for dropUp, autopositioning