Skip to content

Releases: alphasights/paint

v0.7.22

20 May 11:38
Compare
Choose a tag to compare

Changelog

  • Update the layout sidebar animation
  • Adding class collapsed to the sidebar is going to trigger the animation, no js required.

v0.7.21

18 May 10:55
Compare
Choose a tag to compare

Changelog

  • Add layout sidebar count bubble
  • Works for both collapsed and standard states
  • Customize default colour using $layout-sidebar-nav-bubble-background-color
  • Add the count after the link title span, with a default bubble class
    (<span>Menu title</span><span class="bubble">99+</span>).

screen shot 2015-05-18 at 11 18 05

screen shot 2015-05-18 at 11 06 06

ToDo

  • Implement Bubble states

v0.7.20

15 May 10:42
Compare
Choose a tag to compare

Changelog

  • Include transition setting as a customisable variable
  • Decrease flipping time from 600ms to 300ms

v0.7.19

13 May 14:18
Compare
Choose a tag to compare

Changelog

Implement a flip-panel component
image

Features

  • Configurable header / footer for front / back faces ) (ability to hide / show any)
  • Backface height automatically matches the front, content becomes scrollable if it exceeds the height
  • Ability to set a height for the panel with scrollable content area

v0.7.18

05 May 13:40
Compare
Choose a tag to compare

Changelog

Allow applications to easily control typography settings

  • Convert typography settings to use sass maps
  • Add option to use different letter spacing for different heading tags

Example of app-specific setup:

$app-font-family: "CustomFontFace", "Helvetica Neue", Helvetica, sans-serif;
$body-font-family: $app-font-family;
$header-font-family: $app-font-family;

$font-weight-normal: 300;
$font-weight-bold: 400;
$font-weight-extrabold: 700;

$typography: (
  condensed-tags: (
    h1: -2px,
    h2: -1px,
    blockquote: 1px
  )
);

v0.7.17

05 May 08:56
Compare
Choose a tag to compare

Changelog

  • Add placeholders for different button sizes
    (tiny, small, large)
  • Add placeholders for different button types
    (primary, secondary, info, error, warning, success)
  • Tweak disabled state for any type of button

v0.7.16

30 Apr 14:58
Compare
Choose a tag to compare

Changelog

Add basic table placeholders

  • Default table
  • Table with rounded corners
  • Stripped table
  • Highlighted row

v0.7.15

29 Apr 10:48
Compare
Choose a tag to compare

Changelog

Quick-Jump improvements

  • Show the close button when quick-jump is active, hide it otherwise
  • Show the custom actions when quick-jump is not active, hide them otherwise
  • Display custom actions as button groups

v0.7.12

17 Apr 08:58
Compare
Choose a tag to compare
Merge branch 'hotfix/ap-dropdown-search-width'

v0.7.11

16 Apr 15:11
Compare
Choose a tag to compare
Merge branch 'hotfix/ap-dropdown-search-result-item'