Skip to content

Releases: macCesar/purgeTSS

6.2.23

09 Feb 03:25
Compare
Choose a tag to compare
  • Update TailwindCSS v3.2.6
  • Update FontAwesome v6.3.0
  • Update Material Symbols [12/02/22]
  • Fix: Remove double-quotes from fontFamily names when processing icon fonts.

v6.2.3

22 Oct 22:23
Compare
Choose a tag to compare

MAJOR UPDATE

This update was planned since the rebranding from Material Design Icons to Material Icons, now it is part of PurgeTSS V6.x

  • Rename all Font Family classes to mi, mio, mir, mis, mit
  • All Material Icon classes now start with mi- ( previously md- )

MINOR PATCH

  • Report missing classes from icon and classes properties in XML files
  • Don't generate the classes for the plugins set in config.js file
  • Fix the create command

v6.1.2

21 Oct 01:54
Compare
Choose a tag to compare

Patch Update

  • generate wh (width and height ) style
  • add width=100% or height=100% to grid style
  • update Tailwind CSS v3.2.0

Minor Update

  • New shades command to generate color shades from a given hex color to use in your project
    • ARGUMENTS
      [hexcode] The base hexcode value. If you omit the hexcode value, it will create a random color.
      [name] Name of the color shades. If you omit the color name, it will choose one based on the color's hue.
    • OPTIONS
      -q, --quotes - Keep double quotes in config.js
      -r, --random - Generates shades from a random color
      -l, --log - Log the generated shades instead of saving them
      -j, --json - Log a JSON compatible structure, to use it in app/config.json

v6.0.13

15 Oct 04:12
Compare
Choose a tag to compare

What's Changed

  • apply styles from fonts.tss in config.js
  • add missing shiftMode styles
  • create wh (width and height) classes with arbitrary values
  • fix comments on zoom-in and zoom-out
  • fix nested apply in config.js
  • group additional Animation Classes
  • group Custom Styles in app.tss
  • Refactor compileApplyDirectives method
  • remove -app- from class names (added by mistake in previous update)
  • remove a hack to "fix" unicode values!!
  • remove last dash ( - ) from class names
  • revert certain classes to platform specific definitions
  • saveGlossary option when building styles
  • skip semantic colors with opacity values
  • update help and descriptions in purgetss -h

v6.0.12

04 Oct 16:43
Compare
Choose a tag to compare
6.0.12

v6.0.8

20 Sep 02:46
Compare
Choose a tag to compare
  • Remove read-only properties
  • Add v6 Glossary
  • Ti.Media.IMAGE_SCALING mode styles ( alternatives )
  • Add basic animations to child elements when opening or closing states in play/apply methods.
  • Add new classes for Animation: zoom-in-xx, zoom-out-xx, opacity-to-0, opacity-to-100
  • Group styling in app.tss

v6.0.7

17 Sep 18:36
Compare
Choose a tag to compare
  • Removed several deprecated and read-only properties
  • Added alternative styles for visible
  • Remove <code>, <a href>, <strong> and <em> tags from Descriptions
  • Added Tailwind-like Background Blend Mode styles
  • Fixed negative values for rotate

v5.3.28

17 Sep 18:37
Compare
Choose a tag to compare
  • Bug fixes.
  • Missing classes in Material Design Icons [08/01/22]
  • Fix class names for the style property in Ti.UI.Button.STYLE_
  • Fix class names for the windowSoftInputMode property.

5.3.24

30 Aug 23:35
Compare
Choose a tag to compare
  • Fontawesome-free v6.2.0

Fix processing styles with color opacity modifiers

17 Aug 17:26
Compare
Choose a tag to compare
  • Fix processing styles with color opacity modifiers