Skip to content

Releases: influxdata/clockface

v2.6.2

15 Mar 18:58
bb8daaa
Compare
Choose a tag to compare

Clickable Toggles

Toggles and RadioButtons now have proper, clickable labels
Tab order has been improved to improve lighthouse scores, and tests have been adjusted.

v2.2.1

11 Jun 23:29
Compare
Choose a tag to compare
  • #508: Add testID to thumb elements in DapperScrollbars
  • #502: Enable Popover to be closed by the escape key

v2.2.0

11 Jun 23:30
Compare
Choose a tag to compare
  • #505: Fix dependency issues and address new lint rules
  • #503: Expose onScroll and onUpdate props in DapperScrollbars
  • #499: Fix export for CTALinkButton
  • #492: Introduce RBAC component that conditionally renders content based on permissions

v2.1.1

30 Apr 23:59
Compare
Choose a tag to compare

2.1.1 [2020-04-30]

  • #497: Add CATLinkButton component as composed variant of LinkButton
  • #496: Add optional htmlFor prop to FormElement and FormValidationElement that, if true, will render the components with <label /> instead of <div />
  • #495: Add optional disabled prop to DropdownItem and DropdownLinkItem
  • #493: Add testIDs to Notification dismiss button and child wrapper for easy testing

Screen Shot 2020-04-30 at 12 03 57 PM
Screen Shot 2020-04-30 at 9 24 34 AM

v2.1.0

16 Apr 16:24
Compare
Choose a tag to compare

2.1.0 [2020-04-16]

  • #487: Add htmlFor prop to FormLabel, FormElement, FormValidationElement
  • #486: Expose onShow and onHide props in ConfirmationButton component
  • #484: Fix z-index issue causing notifications to appear underneath FunnelPage
  • #482: [Breaking] Remove render props from ResourceCard in favor of children
  • #482: Refactor ResourceCard to extend FlexBox to offer more layout control
  • #475: Refactor Tabs to optionally render as a space-efficient dropdown at a customizable breakpoint
  • #489: Remove same color used by text from the background in IndexList body

Screen Shot 2020-04-13 at 3 05 44 PM
Screen Shot 2020-04-13 at 11 36 23 AM
Screen Shot 2020-04-13 at 11 36 17 AM
Screen Shot 2020-04-13 at 11 36 12 AM
Screen Shot 2020-04-13 at 10 36 09 AM
Screen Shot 2020-03-25 at 2 48 57 PM
resource-card
tabs-small-display-2

v2.0.3

20 Mar 21:12
Compare
Choose a tag to compare
  • #470: Add optional enableGraphic prop to FunnelPage
  • #470: Add image asset loading to rollup and webpack configurations
  • #469: Add optional linkElement prop to Tab
  • #466: Fix OverlayHeading overflow issue
  • #466: Enable optional text wrapping in OverlayHeading
  • #466: Fix appearance of dismiss buttons in NotificationDialog
  • #466: Fix appearance of toggle in VisibilityInput
  • #466: Ensure Heading component does not remove margins specified in the funnel page heading styles
  • #465: Fix gradient mixin transparency issue
  • #464: Ensure testID prop is assigned to TreeNav children using linkElement prop
  • #464: Allow optional shortLabel on TreeNavItem strictly for display when TreeNav is collapsed
  • #464: Make TreeNavSubMenu visible so long as the entire TreeNav is visible
  • #464: Allow TreeNav to be opened and closed on small screens independently of the expanded prop
  • #464: Allow banner element to optionally remain visible when TreeNav is collapsed

Screen Shot 2020-03-20 at 1 48 19 PM
Screen Shot 2020-03-19 at 5 25 12 PM
overlay-header-text-wrap-options
tree-nav-sub-menu
tree-nav-short-labels

v2.0.2

13 Mar 17:51
Compare
Choose a tag to compare

Updated button styles
Screen Shot 2020-03-13 at 10 01 40 AM

Two new icons
Screen Shot 2020-03-13 at 10 38 23 AM
Screen Shot 2020-03-13 at 10 38 41 AM

Pendulum

03 Mar 16:09
Compare
Choose a tag to compare

This is a complete visual refresh of Clockface. New font, new color palette, and a handful of new components.

Screen Shot 2020-02-24 at 3 08 40 PM
Screen Shot 2020-02-24 at 10 57 00 AM
Screen Shot 2020-02-24 at 10 56 50 AM
Screen Shot 2020-03-03 at 8 05 30 AM
Screen Shot 2020-03-03 at 8 06 07 AM

  • #437: Introduce new color palette
  • #437: Remove Roboto typeface and replace with Rubik (also shrinks the binary)
  • #437: [Breaking] Rename PageHeader to PageControlBar
  • #437: Introduce simplified PageHeader component
  • #437: [Breaking] Remove background color and padding props from Tabs family
  • #437: Add bordered prop to Panel
  • #437: Introduce Heading component
  • #437: Introduce InfluxDataLogo and InfluxDBCloudLogo components
  • #437: Redesign Button component
  • #437: Introduce TreeNav component family
  • #437: Combined variables.scss, mixins.scss, and influx-colors.scss into a single file
  • #437: Introduce variables to enforce available font weights in Rubik and replace all font weight defintions with the variables

v1.2.0

21 Feb 23:14
Compare
Choose a tag to compare

1.2.0

  • #436: variables.scss is now exported as part of the clockface bundle @influxdata/clockface/dist/variables.scss

v1.1.5

14 Feb 01:12
Compare
Choose a tag to compare

v1.1.5

  • #433: Fix Notification component exports