Skip to content

Releases: maizzle/tailwindcss-mso

v1.4.2

02 May 12:09
Compare
Choose a tag to compare

Just updated dependencies, see compare view:

v1.4.1...v1.4.2

v1.4.1

30 Dec 23:51
Compare
Choose a tag to compare

v1.4.0...v1.4.1

v1.4.0

30 Dec 18:06
Compare
Choose a tag to compare

This release migrates the test suite to use Vitest, and adds a bunch of new utilities:

For border colors:

  • mso-border-alt
  • mso-border-between
  • mso-border-bottom-alt
  • mso-border-left-alt
  • mso-border-right-alt
  • mso-border-top-alt

For border widths:

  • mso-border-between-width
  • mso-border-width-alt
  • mso-border-bottom-width-alt
  • mso-border-left-width-alt
  • mso-border-right-width-alt
  • mso-border-top-width-alt

Other border-related utilities:

  • mso-border-bottom-source
  • mso-border-left-source
  • mso-border-right-source
  • mso-border-top-source
  • mso-border-shadow
  • mso-border-effect

Other utilities:

  • mso-shadow-color

Commit highlights:

  • feat: add mso-shadow-color utility f5f3a23
  • feat: add mso-border utilities e054f1b
  • ci: add dependabot config b564bed
  • test: migrate to vitest 123abdd

v1.3.0...v1.4.0

v1.3.0

14 Sep 14:17
Compare
Choose a tag to compare

Added

  • Support for arbitrary values
  • respectImportant plugin option (by default, the plugin does not respect the important key in your Tailwind config)
  • New utilities
    • mso-font-alt (uses values in your config's fontFamily)
    • mso-arabic-font-family
    • mso-para-margin, mso-para-margin-top, mso-para-margin-right, mso-para-margin-bottom, mso-para-margin-left
    • mso-element-top
    • mso-element-frame-height
    • mso-shading
    • mso-element-wrap
    • mso-element-frame-vspace, mso-element-frame-hspace

Changed

  • replaced ava with jest for tests

Fixed

  • fixed generation of negative value utilities

v1.2.0...v1.3.0

v1.2.0

26 Apr 19:22
Compare
Choose a tag to compare
  • feat: add text-underline utility a33f6de
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 9add578

v1.1.0...v1.2.0

v1.1.0

12 Mar 09:26
Compare
Choose a tag to compare
  • feat: add text-underline-style property 1f0182b
  • feat: add missing mso-table-?space properties e1b9314
  • feat: add mso-special-format property 28ade37

v1.0.1...v1.1.0

v1.0.1

06 Feb 16:05
Compare
Choose a tag to compare
  • fix: add negate value utility function 9640af0

v1.0.0...v1.0.1

v1.0.0

06 Feb 15:49
Compare
Choose a tag to compare

BREAKING:

  • added Tailwind CSS 3.x support
  • moved ava for testing
  • added c8 for coverage reports

FEATURES:

  • text-underline-color utilities (closes #14)
  • mso-font-width utilities (closes #15)
  • negative utilities (closes #16)

v0.1.0...v1.0.0

v0.1.0

24 Aug 17:15
Compare
Choose a tag to compare

Initial release.