Added ============== Library: ----------------------- - Added `src/lib/String.js` with string helpers CSS: ----------------------- - Style `kbd` tags - Style `fieldset` and `legend` tags - Add background helpers: `-bg-component`, `-bg-component--alt`, `-bg-default` and `-bg-default--alt` - Add flex/grid helper: `-align-items-end` and `-gap` - Add position helper: `-position-relative` - Add `-text--struck` helper Documentation system: ----------------------- - Added `ContentWithToc.vue` to render a table of content beside some content. Table of content is generated using content's `h*` tags. Changed ============== Library: ----------------------- - Reworked `randomString()` and added it to the string helpers CSS: ----------------------- - Make labels smaller - Rework font sizes Components: ----------------------- - `RuiPanel`: Change resizer look and feel Deprecated ============== Library: ----------------------- - Deprecated `randomString()` from `src/lib/randomString`. Use `randomString` from `src/lib/String.js` Removed ============== CSS: ----------------------- - Deprecated `-flex--gap` and `-grid--gap`. Use `-gap` instead Fixed ============== Components: ----------------------- - `RuiPanel`: Prevent text selection when resizing - `RuiForm`: Remove erroneous and useless style tag at the beginning of the file Maintenance ============== - Updated dependencies to their next patch