Skip to content

Releases: hwookim/storybook-addon-cookie

v4.0.1

14 Nov 13:38
Compare
Choose a tag to compare

Feature

  • Fix #15
    • Republished package with all necessary files included in the dist folder

Full Changelog: v4.0.0...v4.0.1

v4.0.0

29 Oct 05:27
Compare
Choose a tag to compare

Feature

v4.0.0-alpha.0

19 May 06:14
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

Feature

Issue

There are two issues with the current version

  • On initial load, useParameter does not pass a valid value (#12)
    • After switching between different stories, it will behave normally.
    • It may not set the right cookies on initial load, which can prevent normal rendering in chromatic, etc.
  • decorator function not executing (#13)
    • This is a development issue that shouldn't be a problem when using addon.

Full Changelog: v3.2.0...v4.0.0-alpha.0

v3.2.0

03 Jan 07:17
Compare
Choose a tag to compare

Feature

  • Add preserve cookies option
    • Use cookiePreserve option for encode pannel cookie.

v3.1.0

24 Oct 11:09
Compare
Choose a tag to compare

Feature

  • Add encoding option
    • Use cookieEncoding option for encode pannel cookie.

v3.0.2

24 Oct 10:50
Compare
Choose a tag to compare

Feature with PR #7

  • skip JSON.parse on value type string
  • encode string type value with encodeURIComponent

v3.0.1

18 Jun 11:45
Compare
Choose a tag to compare

Feature

  • Export d.ts file.

v3.0.0

30 May 18:19
Compare
Choose a tag to compare

Feature

  • Support storybook v7 (#2) (ref)

v2.1.0

01 Apr 13:17
Compare
Choose a tag to compare

Features

  • Add clear button for document.cookie.

v2.0.0

26 Mar 13:57
Compare
Choose a tag to compare

Feature

  • You can control cookie by addon panel!