2.0.0 • Published 9 months ago

@itwin/manage-versions-react v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@itwin/manage-versions-react

Description

Contains a component that allows a user to manage Named Versions and Changesets.

Install

npm install @itwin/manage-versions-react
yarn add @itwin/manage-versions-react

Use

import { ManageVersions } from "@itwin/manage-versions-react";

const App = () => (
  <ManageVersions
    accessToken="Bearer ..."
    imodelId="d667d711-a0ee-4843-957b-a8c3ed1caad2"
  />
);

Development

When making changes to the src, run rushx start in the dev folder to enable source watching and rebuild, so the storybook dev-server will have access to updated code on successful code compilation.

Changelog

See complete CHANGELOG here

2.0.0

9 months ago

1.4.0

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.8.0

2 years ago

0.7.3

2 years ago

0.7.2

3 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago