Skip to content

Releases: djibe/material

v4.6.2-1.0

26 Jul 17:02
Compare
Choose a tag to compare

New

Upgraded to Bootstrap 4.6.2

v4.6.1-1.0

27 Jun 06:52
Compare
Choose a tag to compare

New

Bootstrap 4.6.1 upgrade

4.6.0-rc.2

09 Jun 16:35
Compare
Choose a tag to compare

New

  • Changed version name to 4.6.0-rc.2 to publish on NPM
  • modal-xl is the equivalent for the Full-screen dialog of Material Design components.
  • Documentation search is back thanks to Algolia Docsearch.

Fixed

  • modal documentation updated to reflect max sizes.
  • card overflow behavior reverted to standard BS4.
  • Form-group: Removed label color on form-group:focus-within.
  • Most components with text overflow are now with an ellipsis ...
  • Table-cell word break.
  • Various bugs related to IE11 (card-img aspect ratio, Material Icons, Select2 items alignment, chip close icon).
  • Datatables.net search displays suitable number of results.
  • Various minor changes.

Improved

  • Datatables.net responsive rendering.
  • JavaScript compilation.
  • Updated build dependencies.

4.6.0-RC1

08 Feb 18:02
Compare
Choose a tag to compare

New

Upgraded to Bootstrap 4.6.

Updated

  • docs for BS 4.6
  • JS dependencies from BS 4.6
  • Build dependencies

Fixed

  • Removed link:hover underline.
  • card-actions ripple on buttons.
  • list-group background-color.

Removed

  • Outdated JS fix for Chromium checkbox focus state.

Next release will focus on awesome Dark theme.

4.5.3-RC3

14 Dec 08:30
Compare
Choose a tag to compare

This release focuses on bug fixes.

New

Material Sliders documentation.

Improved

  • Tabs inverse style + animation.
  • Material style for table caption, definition lists.
  • SVG style when used in replacement of Material Icons.
  • Flatpickr Date picker plugin initialization changed from JQuery to pure JavaScript.
  • prefers-reduced-motion media query for all components and abandonned file (_scrollspy.scss).
  • Custom CSS scrollbar declaration for Firefox.

Fixed

  • Snackbars transitions + auto-sizing.
  • Very long floating-label.
  • list-group-item-icon flex-shrink.
  • data-table top border.
  • Documentation JS crashes due to Jekyll compress (// comments in JS failing).

4.5.3-RC2

09 Nov 17:55
Compare
Choose a tag to compare

New

Sliders are designed as Material guidelines 2
ionRangeSlider plugin styled accordingly.

Fixed

  • Removed Dark theme media-query until improvement (opt-in via $enable-dark-theme-media-query variable).
    Dark theme can still be used by applying data-theme="dark" to <html> opening tag (Material > Dark theme documentation).
  • List-group-item-icon flex-shrink and color.
  • dropdown-toggle alignment in Navbar.
  • Select and custom-select input style.
  • Select2 plugin. Placeholder color, container max-width, dropup animation.

4.5.3-RC1

02 Nov 16:56
Compare
Choose a tag to compare

New

  • Upgrade to Bootstrap 4.5.3.
  • Dark theme in early version (refer to Material section in documentation).
  • Material themes for flatpickr (which will probably become main Picker) and Datatables.net.

Fixed

  • Improved Dialogs/modals on small devices.
  • Improved documentation dependencies initialization.
  • Form label color and caret color.
  • Character counter spacing and visibility (plugin).
  • Updated build dependencies.

4.5.2-RC1

07 Oct 20:21
Compare
Choose a tag to compare

NEW

  • Upgrade to Bootstrap 4.5.2
    To dig in:
    #30965: Improve floating labels example in IE
    #30966: Improve floating labels with Edge and a general refactor
  • Ripple effect for other components (Card-primary-action, Lists, Menus) based on Ripplet library
  • Improved Ripplet JS declaration + upgrade to v0.3x
  • Material themes for Autosize, ionRangeSlider, Select2, Maxlength.
    Import material-plugins.css.
  • Plugin themes integrated in build
  • Plugins documentation

Fixed

  • Helper text position, card-body top padding, Alerts style
  • Switch disabled + hover state
  • Glitches in docs
  • Update build dependencies (+ revert stylelint to 0.16.x)

v4.5.0-RC1

29 May 18:17
Compare
Choose a tag to compare
  • New Upgrade to Bootstrap 4.5.0
    Moved 4.4.1 to a new branch for those who need it
  • New Ripple effect for buttons based on Luncheon awesome Ripplet.js
  • Fixed Switch component is back !
  • Updated webkit-custom icons as Google Chrome is updated with new icons
  • Rework button's CSS
  • Updated Roboto font URL
  • Improving documentation to reflect BS 4.5.0 changes

v4.4.1-beta.4

13 May 20:04
Compare
Choose a tag to compare
  • Cleanup Buttons CSS (background-color, background-image)
  • Improve icons in buttons (Material-icons or Fontawesome or SVG)
  • Updated documentation
  • Updated dependencies

4.4.1 - beta 3 (unreleased)

  • New One-line and two-line lists (see Material > Lists documentation)
  • New Line ripple for forms/inputs (see Material > Text fields documentation)
  • Desactivate _waves.scss for button ripples integration
  • Improved documentation