# RoledenDesign

## Installation

`$ npm i roleden-component --save`

### Import

Add `RoledenComponent.forRoot()` in your module;

### Demo

[Live Demo](http://roleden-design.herokuapp.com/)

### Release Notes

#### 1.4.7

- Overflow correction on the `rd-tabs`

#### 1.4.6

- Z-Index correction on the `rd-carousel` to make the data clickable

#### 1.4.5

- Leveshtein distance for the suggestions of the `rd-input-autocomplete`

#### 1.4.4

- Fix on reset text in the `rd-text-editor`

#### 1.4.3

- Add a `rd-input-autocomplete` Component
- Enhance mobile compatibility
- Correction on `rd-text-editor`

#### 1.4.2

- Add a `rd-card` Component
- Add a `rd-input-file` Component
- Disable close on click on `rd-modal` & `rd-confirm-modal`

#### 1.4.1

- Modify the name of every components to match `RD*`

#### 1.4.0

- Add `ngModule` for each component
- Correction on the output from `rd-check-box` & `rd-radio-button`
- Correction of the rotation of the `rd-carousel`

#### 1.3.1

- Add new options for the `rd-text-editor` Component
- Add a `displayedIndex` property for the `rd-carousel` Component
- Correction on the `min` & `max` property of the `rd-input-number` Component
- Add a null option for the `timer` on the `rd-carousel` Component

#### 1.3.0

- Add a `background` property on the `rd-small-card` Component
- Add a `timer` property on the `rd-carousel` Component
- Add a Dark Mode for every Component

#### 1.2.2

- Add a `rd-tooltip` Component
- Add a `rd-modal` Component
- Add a `rd-confirm-modal` Component
- Add an event on text selection inside the `rd-text-editor` Component
- Add a `overflow: hidden` on the `rd-carousel` animation

#### 1.2.1

- Add a max value and a roll event on the `rd-dice` Component
- Add a flip event on the `rd-flipping-card` Component
- Make the animation of the list optionnal
- Add a change state event on the `rd-tabs` Component
- Add a change state event on the `rd-carousel-data` Component

#### 1.1.21

- Export `AlertService` and `SnackBarService`

#### 1.1.20

- Add a `rd-tabs-group` Component;\
- Add a height parameter ont the `rd-text-editor`

#### 1.1.19

- Add a `rd-carousel` Component
- Add animations on the `rd-list` Component
- Add timer on the `rd-alert` and `rd-snack-bar` Components

#### 1.1.18

- Add a `rd-alert` Component to the library
- Add a `rd-snack-bar` Component to the library

#### 1.1.17

- Add a `rd-input-number` Component to the library
- Change the position of the SelectMenu to `absolute`
- Add a `disabled` property on the `rd-input`

#### 1.1.16

- Add a `rd-radio-button` Component to the library

#### 1.1.15

- Add a `rd-check-box` Component to the library
- Add `flex-wrap: wrap` on the control panel of the Music Player

#### 1.1.14

- Modify the color className for `rd-input` & `rd-music-player`
