Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Releases: dialpad/dialtone-legacy

New utility classes and Call History icon

28 Sep 20:06
Compare
Choose a tag to compare

Starting in v5.8.0, Dialtone provides immutable utility classes (meaning each property has an !important declaration) for the following CSS properties:

  • Display (NEW)
  • Flex
    • Flex Center (Updated)
    • Flex Grow (Updated)
    • Flex Shrink (Updated)
    • Flex (Updated)
    • Flex Direction (NEW)
    • Flex Wrap (NEW)
    • Flex Flow (NEW)
    • Justify Content (Updated)
    • Align Items (Updated)
    • Align Content (Updated)
    • Align Self (Updated)
    • Order (Updated)
  • Overflow (NEW)
  • Position (NEW)
  • Position Coordinates (Top, Left, Right, Bottom, Etc) (Updated)
  • Layout: Stacks (Updated)
  • Layout: Flow (NEW)
  • Z-Index (Updated)
  • Typography
    • Font Family (Updated)
    • Font Size (Updated)
    • Font Style (Updated)
    • Font Weight (Updated)
    • Layout (NEW)
    • Line Height (Updated)
    • Text Colors (Expanded)
    • Text Opacity (NEW)

In addition to these utilities, we also have added a new Call History system icon.

New icons, better color contrast, and security updates

11 Sep 21:48
Compare
Choose a tag to compare

Added:

  • Add three new icons to the systems icons: Add to Group, Video Settings, and Smartphone.
  • Add an organizer style to the existing toast component
  • Bump bl from 4.0.2 to 4.0.3

Add Stop Icon

17 Aug 19:12
Compare
Choose a tag to compare

Adds Stop icon for playbar.

image

  • SVG: system\stop.svg
  • Vue: IconStop

Fix Inverted Button States

05 Aug 14:29
Compare
Choose a tag to compare

Fixes the focus and active button states for inverted buttons.