New components:
* [Alerts](https://getbootstrap.com/docs/4.0/components/alerts/)
API changes
In this release the api of the Modal component becomes changed:
* param: `title` renamed to `header`
* The [Modal](https://getbootstrap.com/docs/4.0/components/modal/) component contains now `ModalHeader`, `ModalBody` and `ModalFooter` or even strings instead of using the predefined class based components like discussed in #29.