Skip to content

Releases: tochoromero/aurelia-bootstrap

Do not animate tabs if not attached

18 Jan 12:18
Compare
Choose a tag to compare

Do not try to animate a tab before it has actually been attached.

Avoid warning when using @children

18 Jan 11:29
Compare
Choose a tag to compare

If you use @children as a property level annotation in your custom elements, Aurelia logs a warning.
To get rid of the property you need to use @children as a class level annotation.

Relax aurelia-templating-resources dependecy

16 Jan 21:30
Compare
Choose a tag to compare

Relax aurelia-templating-resources dependency

Don't stop collapse animations

11 Jan 14:35
Compare
Choose a tag to compare

There is 'feature' of velocity, where if you stop a slideUp or slideDown animation mid-way it will mess up with the element height.

Instead of stopping the animation when the user clicks multiple times we are just letting the animations queue.

NPM dependencies

10 Jan 22:00
Compare
Choose a tag to compare

Added missing dependencies for NPM. The plugin now works with Webpack.

Detach tooltip and popovers

16 Dec 15:44
Compare
Choose a tag to compare

Make sure Tooltips and Popovers are completed removed from the DOM when the elements are detached

aubs-btn-loading fixes

15 Dec 17:04
Compare
Choose a tag to compare

aubs-btn-loading disabled on load

Loading Button Disabled

15 Dec 16:51
Compare
Choose a tag to compare

Allow aubs-btn-loading to be disabled

Webpack configuration

20 Nov 21:45
Compare
Choose a tag to compare

Add webpack configuration

First release

20 Nov 21:26
Compare
Choose a tag to compare

First release