Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.0.4 #164

Closed
wants to merge 2 commits into from
Closed

chore: release 2.0.4 #164

wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release *beep* *boop*

2.0.4 (2021-02-20)

⚠ BREAKING CHANGES

Features

  • add max-width-prose class (fixes #101) (#113) (c130f57)
  • add overflow-ellipsis and overflow-clip utilities (close #109) (d8fd228)
  • add transform-gpu utility classname (closes #110) (53f4973)
  • add compatibility with TailwindCSS v1.7 (#32) (83562f3)
  • add cursor-helper by default (2fa990e)
  • add default export (4f987ec)
  • add default export (2ffbdce)
  • add more dark mode varints by default (43fee47)
  • add new config scales (closes #99, #111, #105, #106) (#114) (b632094)
  • add ring utility classnames (closes #97) (#112) (4b12183)
  • add theme extend values to scanned theme (95d9d4c)
  • add types for new classes introduced in tailwindcss 1.9 (#59) (823d56c)
  • bump version (987343c)
  • default to disabling hover and focus variants for font weight (c22de68)
  • detect config file if it exists to avoid prompting the user (closes #144) (69b7e55)
  • enable variants extention (resolves #102) (380e5d7)
  • generate classes with color with respect to each classes key (d582974)
  • generate layout types from theme config (d127695)
  • generate lib types with new colors, dark mode (72bc948)
  • generate padding, margin and space classes from theme (8bfa8eb)
  • generate sizing classes types from theme config (35c6530)
  • get theme values from closures referencing other values in config (f10d9f9)
  • make lib compatible with tailwindcss 1.8 (#52) (664d2af)
  • remove clear-fix utility from layout/float (7556452)
  • remove scrolling-touch and scrolling-auto from layout/overflow (8e10edb)
  • remove shadow-outline and shadow-xs (closes #92) (6c8db2d)
  • rename whitespace-no-wrap utility class to whitespace-nowrap (dafec5d)
  • rename CLI args and improve its output (resolves #116) (b1e5e43)
  • support dark mode classes (#67) (a4bcd0b)
  • support the new color palette by default (6acb30b)
  • update the default tailwind config from v2 (#115) (16b0b26)
  • use new name for flex no wrap flex-nowrap (b47865e)
  • plugins: add typography plugin support (#44) (7b8eabb)
  • types: add TKey (#42) (8011ab3)
  • add classes for @tailwindcss/custom-forms plugin (e5cb2bb)
  • add css grid properties (6fa27aa)
  • add flexGrow types from theme (359a693)
  • add line height classes type generation (23d5fd0)
  • add order classes types generation from theme (fd24095)
  • add placeholder color and opacity types generation (e465e89)
  • add pre-commit hooks (a711130)
  • add text opacity type generation (2239109)
  • add type generation for flex shrink (d31bb56)
  • bump version to 1.3.6 (0cc6858)
  • generat list style type types (13289af)
  • generate all backgrounds-related types (269361e)
  • generate border radius types from theme (c0ae9e4)
  • generate border width types from theme (b733566)
  • generate divide width types from theme (9f7df54)
  • generate effects types from theme (3ceb290)
  • generate font family types (950156d)
  • generate font size types (6dbd3a7)
  • generate font weight types (45ae183)
  • generate grid column start/end types (3b90dbc)
  • generate grid gap types (cb70a1a)
  • generate grid row start/end types (9a173a7)
  • generate grid template rows types (da9950e)
  • generate interactivity classes types from theme config (7cb6062)
  • generate letter spacing types from tailwind config (c389a79)
  • generate SVG types (3ce6d80)
  • generate transforms classes types from theme config (599a2e3)
  • generate transition duration types from theme (c4819e2)
  • generate transition property types from theme (822414c)
  • generate transition timing function and delay from theme (5842b6e)
  • generate types for grid template columns (8e0e5d5)
  • implemet importing types from external file (7c07343)
  • opacity from theme (0d10706)
  • text-opacity support (ae196ce)

Bug Fixes

  • add group prefix (#55) (52f10eb)
  • add missing 'transition' type (bf4bb5e)
  • add missing generated divide color and opacity (0d56d53)
  • add missing pseudoclasses for gap, accessiblity and inset classes (9c7d3a3)
  • Add missing types to cli.ts (4caa355)
  • add result of property modification to returned classes with colors (fe458c9)
  • avoid variable shadowing (c84c73c)
  • backgrounds group memeber types references (0b5867e)
  • correct typo in customClassesFilename parameter name (a0e8a3b)
  • detect default classes from the new 'DEFAULT' string (b14973a)
  • functions in theme.extend overrides the theme not extend it (#49) (3be8b6f)
  • generate actual backgrounds group memeber types (ead0bc0)
  • generate pseudoclasses for generated classes not the default ones (bc618aa)
  • ignore default keys in transition timing function config (5a36e8e)
  • ignore idea folder (ece221e)
  • prevent utility functions from mutating original theme values (b414bf0)
  • remove default suffix from all types except types known to use it (845b9bc)
  • return evaluated theme from ConfigScanner.getThemeProperty method (5dbb337)
  • use and emit custom classes (7fd741c)
  • types: add missing 'group' type for group-* variants (fixes #53) (dbf7f20)
  • types: group type replaces group-hover/ group-focus variants (7381d13)
  • prefix generated background position and size classes with (f9dcd04)
  • remove false positive warning message for pseudo-classes generation (d9663d6)
  • remove hard coded values in translate generation (5fca805)
  • use correct lodash package imports (3a041b3)
  • use correct prefix for font sizes types (c5b6640)

Code Refactoring

  • remove pseudoselector functions (6c46bc5)

This PR was generated with Release Please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename CLI arguments to be more consistent
1 participant