Skip to content

v6.2.30

Compare
Choose a tag to compare
@macCesar macCesar released this 24 Sep 23:08
· 154 commits to master since this release

Update PurgeTSS with latest SDK 12.2.0.GA

  • Updated properties that target new and existing components:

    • duration: CameraRecordingCallback
    • keyboardDismissMode: Ti.UI.TableView
    • recording: CameraOptionsType
    • scalingMode: Ti.UI.ImageView
    • secure: Ti.Network.Socket.TCP
    • width & 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
  • 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 to vertical-align-text-[top|bottom|center] for the verticalAlign 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, and targetImageWidth.
  • The shades command now generates a color variant: 950.
  • Added the --override or -o option to the shades command, allowing you to place new shades in theme.colors to override default colors.
  • Enhanced error handling when using PurgeTSS outside of Alloy projects.
  • Removed the fonts command and deprecated the copy-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.