Skip to content

tochoromero/aurelia-bootstrap

Repository files navigation

This project is no longer in development

Hello guys. As it has been painfully obvious this project has not been updated in a long time.

Since I started the repo I changed Jobs, moved to another country and had my third child, I just don't have the time to actively work on it. A huge reason is because on my previous Job we were using Aurelia so I could justify spending time on the repo on work hours, but that is no longer the case. It is a shame because I enyojed working on it, I learned a LOT and it was amazing to see people actually using it.

Fortunately, there is another similar project which seems to be actively developed, please check it out https://github.com/aurelia-toolbelt/aurelia-toolbelt

So Long, and Thanks for All the Fish.

Bootstrap Component for Aurelia

Aurelia Bootstrap is a series of Custom Element and Custom Attributes that provide Bootstrap components native to Aurelia. Please check our documentation for installation details and the reference manual:

Avilable Components:

  • Accordion
  • Buttons
  • Collapse
  • Dropdown
  • Pagination
  • Popover
  • Tabs
  • Tooltip
  • Typeahead

Release Notes

0.1.20

Custom HTML templates for typeahead.

0.1.19

Assign id to typeahead's input. This will allow you to use a label for attribute with a typeahead.

0.1.18

Fix dropdown close 'always' for Bootstrap 4

0.1.17

  • Use 'show' classes according to Bootstrap 4 Alpha 6.
  • Add styles for pagination with Bootstrap 4.
  • Provide a way to add custom css classes to tooltips.

0.1.16

Check if we have an actual popover object when detaching the Popover before setting the display to none.

0.1.15

Handle Custom Popovers better when the same popover is used in multiple elements.

0.1.14

Typeahead tweaks and the documentation for it is now live.

0.1.13

New Typehead component. Allow you to have an input with a list of filterable suggestions.

0.1.12

All the component default values are globally configurable. Please check the documentation for more details.