Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

v1.0.0 #66

Merged
merged 94 commits into from
Mar 6, 2019
Merged

v1.0.0 #66

merged 94 commits into from
Mar 6, 2019

Conversation

pocka
Copy link
Owner

@pocka pocka commented Jan 27, 2019

v1.0.0 release.

While v0.x.x I've tried to make this addon's interface similar to @storybook/addon-info as much as possible, but I decided to not to stick it from v1. Options are reconsidered for Vue.js, Designs are renewed, New features are added.

Preview

Breaking changes

Options

  • Use latest decorator API, remove wrapper API (Switch to use decorator API #74 )
  • Replace propTables with components
    .add('foo', () => ({ template: '<foo/>' }) ,{
      info: {
        components: { MyComponent }
      }
    })
  • Remove propTablesExclude
  • Change propsDescription option
    () => ({
      propsDescription: {
        'my-component': {
          foo: 'FOO'
        },
        MyComponent2: {
          bar: 'BAR'
        }
      }
    })
  • Add docsInPanel flag

Behavior

Bug fixes

Other changes

@pocka pocka added bug enhancement version: major When you make incompatible API change v1 Version 1.x labels Jan 27, 2019
pocka added 5 commits January 27, 2019 13:57
* Yarn does not create symlink when installed as "file:".
* Update storybook to v4.
* Update build related packages.
@pocka pocka removed the v1 Version 1.x label Feb 5, 2019
@jackkoppa
Copy link

Just wanted to say the changes are looking fantastic for our team (trying out the beta version), and we're very excited to be able to use the docgen loader. Thanks for all your work on this!

@pocka
Copy link
Owner Author

pocka commented Feb 28, 2019

TODOs before release

  • 📝 Update Issue Template: Add addon version and Storybook version, Remove "Desktop" section
  • ⬆️ Update Storybook version in examples to v5 (Should I wait for v5-stable? Released!)
  • 📝 Revert demo links in README
  • 📝 Remove beta tags from the install section in README
  • :shipit: Make sure everything works fine

@pocka pocka changed the title [WIP] v1.0.0 v1.0.0 Mar 6, 2019
@pocka pocka merged commit 547a3db into master Mar 6, 2019
@pocka pocka deleted the release/v1.0 branch March 6, 2019 10:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug enhancement version: major When you make incompatible API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants