Skip to content

Commit

Permalink
Fix README headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Romero committed Apr 11, 2017
1 parent 7c2de11 commit 08b49c1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
###Bootstrap Component for Aurelia
### 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:
####https://tochoromero.github.io/aurelia-bootstrap/
#### https://tochoromero.github.io/aurelia-bootstrap/

###Avilable Components:
### Avilable Components:
* Accordion
* Buttons
* Collapse
Expand All @@ -15,25 +15,28 @@ Please check our documentation for installation details and the reference manual
* Tooltip
* Typeahead

###Release Notes
### Release Notes

####0.1.17
#### 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
#### 0.1.16
Check if we have an actual popover object when detaching the Popover before setting the display to none.

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

####0.1.14
#### 0.1.14
Typeahead tweaks and the [documentation](https://tochoromero.github.io/aurelia-bootstrap/#/typeahead) for it is now live.

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

####0.1.12
#### 0.1.12
All the component default values are globally configurable. Please check the [documentation](https://tochoromero.github.io/aurelia-bootstrap/#/defaults) for more details.

0 comments on commit 08b49c1

Please sign in to comment.