Skip to content

Releases: GenesysPureConnect/bootstrap

2.2.0+inin.1.9

21 Sep 09:12
Compare
Choose a tag to compare
fix(datepicker): Add way to get original date

2.2.0+inin.1.8: Merge pull request #12 from bartkiewicz/inin-master

03 Jan 14:56
Compare
Choose a tag to compare
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

12 Dec 03:41
Compare
Choose a tag to compare
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

12 Dec 02:56
Compare
Choose a tag to compare
chore(release): v2.2.0+inin.1.3

2.2.0+inin.1.2: feat(position): add 'positionElementAt' method

06 Dec 04:32
Compare
Choose a tag to compare
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

31 Oct 16:28
Compare
Choose a tag to compare
fix(dropdown): fix for dropUp, autopositioning