Releases: macCesar/purgeTSS
Releases · macCesar/purgeTSS
6.2.23
v6.2.3
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-
( previouslymd-
)
MINOR PATCH
- Report missing classes from
icon
andclasses
properties in XML files - Don't generate the classes for the
plugins
set inconfig.js
file - Fix the
create
command
v6.1.2
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 inconfig.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 inapp/config.json
- ARGUMENTS
v6.0.13
What's Changed
apply
styles fromfonts.tss
inconfig.js
- add missing
shiftMode
styles - create
wh
(width and height) classes with arbitrary values - fix comments on
zoom-in
andzoom-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
v6.0.8
- 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
v5.3.28
5.3.24
Fix processing styles with color opacity modifiers
- Fix processing styles with color opacity modifiers