mirotone
Version:
Miro UI Kit for building Apps & plugins
80 lines (49 loc) • 2.73 kB
Markdown
# 5.3.2
- Disabled selecting text on buttons that are loading AND disabled
- Added 'cursor: wait' to loading buttons
# 5.3.1
Fixed broken draggable app-card theming. Replaced references of unavailable css variables with available ones.
# 5.3.0
Added new design tokens from our new visual identity.
All pre v5.3.0 variables are still available but are mapped to tokens from our new visual identity for backwards compatibility & are to be considered as deprecated. Some colors may have changed slightly. We will remove them in a future version.
# 5.2.0
Removed css filter that broke colors in 5.2.1 for icons in buttons
# 5.1.2
Fixed colors of some new icons that defaulted to black, made them the correct blue tint (indigo-700)
# 5.1.1
Added all icons from the Figma UI kit
# 5.1.0
- Added `button-medium`
# 5.0.0
- Removed undocumented css variables
- `--brandIndigo700`, `--brandBlue700`, `--brandYellow700`, `--brandPink700` and `--brandLightPink700`
- Changed `var(--border-radius-circle)` value from `128px` to `50%`
# 4.3.0
- Fixed an issue with the heights of links with the `.button` classes
- Changed the color of the loading button secondary and tertiary (`.button.button-secondary.button-loading` and `.button.button-tertiary.button-loading`)
- Added a white background to `.app-card`, which was transparent
# 4.2.1
- Anchor tags that use the .button class now have proper styling too
# 4.2.0
- Fixed a bug where some icons in button-secondary where given the wrong color
# 4.1.1
- Icon styles for edit/eye-closed/pen/settings was broken. Fixed
# 4.1.0
#### DEPRECATED
- Added all icons as SVG to the package to make it easier to include the icons into your projects HTML directly.
- All icons SVG files don't have a `fill` property anymore. Coloring is now done via css filters so we can change them on hover
- Added the option to add icons to buttons
- Added Tertiary button style
- _IMPORTANT_ `.button-icon`, `.button-secondary-border` and `.button-danger-border` are going to be deprecated in a later version. They are already removed form docs to prevent further usage. Please start migrating to normal buttons with backgrounds.
- Harmonized active/focus states across Links/buttons and inputs
- Added the option to add a button inside a tag
# 4.0.1
- Added warning icon
# 4.0.0
- Renamed all classnames to be lowercase, so:
- `.icon-text-bold-BUI` became `.icon-text-bold-bui`
- `.icon-text-italic-BUI` became `.icon-text-italic-bui`
- `.icon-text-strikethrough-BUI` became `.icon-text-strikethrough-bui`
- `.icon-text-underline-BUI` became `.icon-text-underline-bui`
- Removed `.icon-add-collumn-right`, use the correct classname: `.icon-add-column-right`.
- Minified output