Skip to content

Releases: chiiya/luma

v0.4.7

23 Jul 12:50
1dbc9c7
Compare
Choose a tag to compare
  • Improved the layout for checkboxes by removing some fixed heights. Also removed the
    font-size and line-height properties to make checkboxes more consistent with the rest
    of the layout
  • Added some visibility helper classes (.is-hidden and .is-visible). See the
    documentation for more details.
  • Removed a hard dependency on mdi (material-design-icons). We were previously using
    an icon from MDI in our custom select boxes. This has now been removed, and you don't need
    to include mdi anymore unless you wish to do use their icons in other places.
  • Fixed the styles for disabled outline buttons. Previously they would still show the default
    hover styles. This has now been removed for disabled buttons.
  • Fixed a line-break issue with the pagination component on low resolutions. The component
    is still not fully responsive, but it should be slightly improved now.
  • Removed some unnecessary nesting to reduce specificity. Specifically the custom select styles.

v0.4.1

21 Mar 21:54
Compare
Choose a tag to compare
  • Use the ES6 export (export default luma) instead of ES5 (module.exports = luma). Let me know if this leads to issues in your installation.
  • Use blue color for checkboxes by default
  • Add text color modifier classes. You can now use text-primary, text-info, text-success, text-warning and text-danger on any text elements (e.g. p or span) to apply the standard colors to your text.
    I have added a utility class to align items vertically: flex-group.
    Example:
<div class="flex-group">
    <h1>Title</h1>
    <button class="is-right">Download</button>
</div>

This would vertically align the h1 and button. Additionally, the button would be aligned to the right side.

  • Use different transition for checkboxes and make file selects the same height as other form elements
    Remove padding on container. If this leads to issues, let me know.

v0.1.0

17 Jan 00:09
Compare
Choose a tag to compare

First release version of Luma.