Skip to content

Releases: radial-color-picker/vue-color-picker

v2.0.0-beta.1 (Jan 6, 2019)

06 Jan 19:05
Compare
Choose a tag to compare
Pre-release
chore(npm): Bump version

v1.1.0 (Nov 10, 2018)

10 Nov 15:40
Compare
Choose a tag to compare

Features

  • Add option for non-collapsing color picker (f6c059a)

v1.0.1 (July 28, 2018)

28 Jul 10:04
Compare
Choose a tag to compare

Bugfixes

v1.0.0 (July 22, 2018)

22 Jul 18:45
Compare
Choose a tag to compare

While the release doesn't contain any new features, bugfixes or code improvements the version bump to 1.0.0 highlights the fact that the component is production-ready now. 🎉

Performance Improvements

Docs

  • readme: Update links to shorter format (5bed08d)
  • readme: Add code of conduct and contributing (55a6a32)

Others

  • Upgrade Color Wheel to v1.0.0 (2aaae3a)

v0.4.1 (May 6, 2018)

06 May 12:26
Compare
Choose a tag to compare

Bugfixes

  • npm: Update pkg.main and pkg.browser fields to latest dist file path (0f6dde0)

v0.4.0 (May 6, 2018)

06 May 12:15
Compare
Choose a tag to compare

Bugfixes

  • core: Use CSS autoprefixer and tweak browserlist support (3845829)

Performance Improvements

  • build: Build dist files with rollup which decreases bundle size by 20% (c318a8d)
  • core: Remove duplicate styling on knob when picker is focused/dragging (d2bbcae)

Docs

  • readme: Add intro, usage, options and faq sections (8981c57)
  • examples: Update examples with new dist file names (79c64c9)

Others

v0.3.0 (May 1, 2018)

01 May 14:59
Compare
Choose a tag to compare

Bugfixes

  • core: Add default values for missing HSLA properties in v-model (7536a1b)

Features

  • core: Align props names to existing HTML input attributes (79b60a4)

Performance Improvements

  • core: Set values directly instead of copying objects with assign (8fa9a79)

Docs

  • examples Add example with UMD build (2980df6)
  • examples Add example with component config (fcf305c, 798dca1)

Others

  • Add unpkg field for a "bare" URL pointing to the minified UMD build (2980df6)
  • Simplify component name and align it with dist file name (1c9fe3a)

v0.2.0 (April 29, 2018)

29 Apr 20:11
Compare
Choose a tag to compare

Performance Improvements

  • Upgrade deps and reduce bundle size (5e19f6c)
  • core: Set values directly instead of copying objects with assign (8fa9a79)

Docs

  • Add webpack-simple example (6947de9)
  • Add browserify-simple example (ffe5f39)

Initial release 0.1.1 (April 22, 2018)

22 Apr 16:53
Compare
Choose a tag to compare

Features

  • color-selector: Add color selector (cff6732)
  • color-wheel: Add conic gradient (96d2434)
  • core: Add support for keyboard interactions (4bd5f91)
  • core: Add support for mouse scroll interactions (df69663)
  • core: Add v-model to component to support color config (831e110)
  • core: Add vue boilerplate (1e729cc)
  • core: Emit @select event when a color is selected (c91ea3a)
  • rotator: Add module for applying rotation transforms on elements (b4f677f)
  • core: Add support for server-side rendering

Others

  • Specify vue as peerDependency