Skip to content

Releases: dobromir-hristov/palettify

v1.0.1

15 Jul 10:36
Compare
Choose a tag to compare

1.0.1 (2017-07-15)

Changes

Mainly in the docs, add some missing files.

Dead man walking

07 Jul 10:47
Compare
Choose a tag to compare

1.0.0 (2017-07-07)

Bug Fixes

  • Add a better merge strategy for the options. (4df7279)
  • Add check if background image is CORS. (e4f4664)
  • callbacks: Change up callback parameters to make more sense. (5f98658)
  • dist files: Added dist files that were deleted on name change. (c7fb0e7)
  • styles: fixes to the premade styles. (c138280)
  • styles: Remove margin from border style. (9d7940c)
  • Fix background image fetching when element has no height. (b9068c3)
  • Remove unnecessary console.log. (fc8fbb8)

Features

  • Add ability to wait for image to load. (818a095)
  • Add contrastColors feature. (07cdd57)
  • Add selector option to enable scoping. (2750efd)
  • Added ability to add multiple event types to listeners. (e4c49f0)
  • SCSS: Add styles.scss to palettify. (6fc8d24)
  • SCSS: Add zoomOutRight style to styles. (b9db4e1)

BREAKING CHANGES

  • dynamicStyles and staticStyles changed to styles.static and styles.dynamic. Opacities is moved to styles as well. This is to make merging of predefined styles easier.
  • hoverTarget changed to eventTarget. imageTarget changed to image. Add a new required
    selector option. Added static and dynamic style objects.
  • attachBoxShadowTo is now styleTarget. opacity and opacitySecondary are deprecated.