v6.2.30
Update PurgeTSS with latest SDK 12.2.0.GA
-
Updated properties that target new and existing components:
duration
: CameraRecordingCallbackkeyboardDismissMode
: Ti.UI.TableViewrecording
: CameraOptionsTypescalingMode
: Ti.UI.ImageViewsecure
: Ti.Network.Socket.TCPwidth
&height
: CameraOpen
-
New properties for new and existing components:
- CameraOptionsType
targetImageHeight
targetImageWidth
videoQuality
zoomEnabled
- Ti.UI.ListView
forceUpdates
- Ti.UI.Tab
badgeBackgroundColor
badgeTextColor
- Ti.UI.TabGroup
tabMode
- Ti.UI.TableViewRow
filterAlwaysInclude
- Ti.Media
aspectRatio
torch
useCameraX
- CameraOptionsType
-
Deprecated properties or removed constants:
badgeColor
Ti.Media.AUDIO_STATE_WAITING_FOR_QUEUE
-
Remove unnecessary classes for the boolean property:
scalesPageToFit
Breaking Change
-
Rename
vertical-align-[top|bottom|center]
classes tovertical-align-text-[top|bottom|center]
for theverticalAlign
constants:Ti.UI.TEXT_VERTICAL_ALIGNMENT_[TOP|BOTTOM|CENTER]
-
New
verticalAlign
constants:Ti.Media.VERTICAL_ALIGN_[TOP|BOTTOM|CENTER]
'.vertical-align-center': { verticalAlign: Ti.Media.VERTICAL_ALIGN_CENTER }
'.vertical-align-top': { verticalAlign: Ti.Media.VERTICAL_ALIGN_TOP }
'.vertical-align-bottom': { verticalAlign: Ti.Media.VERTICAL_ALIGN_BOTTOM }
'.vertical-align-text-bottom': { verticalAlign: Ti.UI.TEXT_VERTICAL_ALIGNMENT_BOTTOM }
'.vertical-align-text-center': { verticalAlign: Ti.UI.TEXT_VERTICAL_ALIGNMENT_CENTER }
'.vertical-align-text-top': { verticalAlign: Ti.UI.TEXT_VERTICAL_ALIGNMENT_TOP }
Bug Fixes and Updates
- Added new Arbitrary Values for properties such as
badgeBackgroundColor
,badgeTextColor
,targetImageHeight
, andtargetImageWidth
. - The
shades
command now generates a color variant: 950. - Added the
--override
or-o
option to theshades
command, allowing you to place new shades intheme.colors
to override default colors. - Enhanced error handling when using PurgeTSS outside of Alloy projects.
- Removed the
fonts
command and deprecated thecopy-fonts
command. - Introduced a new
icon-library
command to copy official icon font libraries: Font Awesome, Material Icons, Material Symbols, or Framework7 Icons. - Fixed the issue with copying the appropriate style files from the official icon fonts using
purgetss icon-library --vendor=[fa,md,mi,f7] --styles
.