|
16 | 16 | <tags>Metro UI CSS Framework LESS CSS JS HTML</tags> |
17 | 17 | <readme>README.md</readme> |
18 | 18 | <releaseNotes> |
19 | | - |
20 | | - + [x] Added bulls: `star`, `badge` |
21 | | - + [x] Updated `textarea`, added attribute `data-initial-height` |
22 | | - + [x] Updated `chat`, added attribute `data-send-mode` (values: `button`, `enter`, `control+enter`) |
23 | | - + [x] Updated `chat`, an input field type changed to `textarea` |
24 | | - + [x] Updated `chat`, added support "```...```" code blocks |
25 | | - + [x] Updated `chat`, added support for emoji |
26 | | - + [x] Fixed `toggle-button` behavior |
| 19 | + - [x] Fixed `dropdown-caret` position on `d-menu` and `v-menu` components. |
| 20 | + - [x] Rewritten `h-menu`. |
| 21 | + - [x] Fixed `t-menu` for items with submenus. |
| 22 | + - [x] Fixed position property for `context-menu` component. |
| 23 | + - [x] Improved `sidebar` component. |
| 24 | + - [x] Improved `sidenav-simple` menu. |
| 25 | + - [x] Improved `sidenav-counter` menu. |
| 26 | + - [x] Improved `sidenav-m3` menu. |
| 27 | + - [x] Fixed bug in `toast` for applying options |
| 28 | + - [x] Updated button size, reduce `large`, added `largest` |
| 29 | + - [x] Updated input size, reduce `large`, added `largest` |
| 30 | + - [x] Fixed `gravatar` for creating when an element is not `img`, added `avatar` class |
| 31 | + - [x] Improved `split-button` component, added `place-left` class for dropdown menu |
| 32 | + - [x] Updated `table`, added padding classes `small-padding`, `medium-padding`, `large-padding`, `largest-padding` |
| 33 | + - [x] Updated icons, added tags set |
| 34 | + - [x] Improved **custom buttons** in `input`, `dialog`, `panel`, and `window` components |
| 35 | + - [x] Updated `remote-dataset`, `remote-table` components - changed property names, added custom params |
| 36 | + - [x] Fixed using css var `--dialog-border-color` |
| 37 | + - [x] Removed **upper-case** from `label-for-input` class |
| 38 | + - [x] Fixed losing focus on `input` with role `input-mask` after clicking `tab` |
| 39 | + - [x] Updated gradients |
| 40 | + - [x] Fixed `x` position in `select` filter input |
| 41 | + - [x] Added `product-show-card` component |
| 42 | + - [x] Fixed `maxDate` for `calendar` component. Max date now is not included in the range. |
| 43 | + - [x] Updated `bulls`, added `chat`, `checkmark`, `cancel`, `tree` images |
| 44 | + - [x] Fixed method `val()` for `select` component |
| 45 | + - [x] Added component `catalog-menu` |
| 46 | + - [x] Added component `stack-menu` |
| 47 | + - [x] Added function `getInnerSize()` to `utils` for getting element inner size |
| 48 | + - [x] Added sizes `small`, `medium`, `large`, `largest` to `checkbox` and `radio` components |
| 49 | + - [x] Added using `clamp()` function for define size for headers `h1...h6`, and `display4...display1` classes |
| 50 | + - [x] Updated `breadcrumbs` |
| 51 | + - [x] Added component `image-carousel` |
| 52 | + - [x] Improved `animated-border` class |
| 53 | + - [x] Fixed font-size in `bar3d` component |
| 54 | + - [x] Fixed bug for min, max constraints in `spinner` component |
| 55 | + - [x] Improved `remote-dataset`, `remote-table` components for using remote controls |
27 | 56 | </releaseNotes> |
28 | 57 | <repository type="git" url="https://github.com/olton/metroui" branch="master"/> |
29 | 58 | </metadata> |
30 | 59 | <files> |
31 | 60 | <file src="CHANGELOG.md" /> |
| 61 | + <file src="CHANGELOG-HISTORY.md" /> |
32 | 62 | <file src="LICENSE" /> |
33 | 63 | <file src="README.md" /> |
34 | 64 | <file src="icon.png" /> |
|
0 commit comments