Skip to content

Releases: maizzle/tailwindcss-mso

v2.0.0

18 Nov 12:51
Compare
Choose a tag to compare
  • [BREAKING] build: bump minimum node version to v18.20 3853d97

v1.4.4...v2.0.0

v1.4.4

18 Nov 12:43
Compare
Choose a tag to compare
  • chore(deps-dev): bump postcss to 8.4.49 f5f2acd
  • chore(deps-dev): bump tailwindcss to 3.4.15 5d65af0
  • chore(deps-dev): bump @vitest/coverage-v8 to 2.1.5 0cf9d66

v1.4.3...v1.4.4

v1.4.3

22 Jul 10:27
Compare
Choose a tag to compare
  • chore: update npm scripts f7dc2df
  • chore: add files key to package.json f2a0841
  • build(deps-dev): remove np 24f3b18
  • build(deps-dev): remove xo a098e4b
  • chore(deps-dev): bump vitest and @vitest/coverage-v8 4925082
  • chore(deps-dev): bump postcss from 8.4.38 to 8.4.39 575b8f0

v1.4.2...v1.4.3

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