0.57.0 • Published 9 days ago

@gridsuite/commons-ui v0.57.0

Weekly downloads
38
License
MPL-2.0
Repository
github
Last release
9 days ago

commons-ui

Library for sharing GridSuite apps commons components

For developers

The commons-ui library have a demo app in which you can call your components to test them. The npm start command install the library's dependencies then launches the demo app.

If you want to test your library integration with a consumer application my-app you have first to build commons-ui via npm run build then change the commons-ui dependency in my-app's package.json from @gridsuite/commons-ui:"^x.x.x" to @gridsuite/commons-ui:"file:../path/to/the/commons-ui" then type npm install npm start.

For integrators

If you want to deploy a new version of commons-ui in the NPM package registry, you need to follow the steps below:

  • Update to the new version in package.json (example 0.6.0)
  • Build it: npm install
  • Commit the package.json and package-lock.json files, push to a branch, make a PR, have it reviewed and merged to main.
  • Pull and checkout main on your last commit.
  • Tag your last commit : git tag <tag> (example: v0.6.0)
  • Push tag : git push origin <tag>
  • Checkout the tag in a fresh repo copy : cd $(mktemp -d) && git clone https://github.com/gridsuite/commons-ui.git then cd commons-ui && git checkout <tag>
  • Test your package: npm install
  • Login on the command line to the npm registry: npm login
  • Publish the package: npm publish

License Headers and dependencies checking

To check dependencies license compatibility with this project one locally, please run the following command :

npm run licenses-check

Notes :

  • Check license-checker-config.json for license white list and exclusion. If you need to update this list, please inform organization's owners.
0.57.0

9 days ago

0.56.0

10 days ago

0.55.0

21 days ago

0.54.0

29 days ago

0.53.0

1 month ago

0.52.1

1 month ago

0.52.0

1 month ago

0.51.0

2 months ago

0.50.1

2 months ago

0.50.0

2 months ago

0.49.0

2 months ago

0.48.0

2 months ago

0.47.0

2 months ago

0.46.0

3 months ago

0.45.0

3 months ago

0.44.0

3 months ago

0.43.1

4 months ago

0.43.0

5 months ago

0.42.0

5 months ago

0.41.0

5 months ago

0.38.0

6 months ago

0.36.1

8 months ago

0.36.0

8 months ago

0.40.0

6 months ago

0.35.5

8 months ago

0.39.0

6 months ago

0.35.4

9 months ago

0.35.3

9 months ago

0.37.0

7 months ago

0.35.2

9 months ago

0.35.1

9 months ago

0.35.0

10 months ago

0.35.6

8 months ago

0.34.1

11 months ago

0.34.0

11 months ago

0.32.2

1 year ago

0.33.0

11 months ago

0.32.1

1 year ago

0.32.0

1 year ago

0.31.1

1 year ago

0.31.0

1 year ago

0.30.1

1 year ago

0.30.0

1 year ago

0.29.0

1 year ago

0.29.2

1 year ago

0.29.1

1 year ago

0.28.0

2 years ago

0.27.2

2 years ago

0.27.1

2 years ago

0.27.0

2 years ago

0.26.1

2 years ago

0.26.0

2 years ago

0.25.0

2 years ago

0.23.0

2 years ago

0.21.0

2 years ago

0.24.1

2 years ago

0.24.0

2 years ago

0.22.1

2 years ago

0.22.0

2 years ago

0.20.5

2 years ago

0.20.4

2 years ago

0.20.3

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.16.0

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.20.2

2 years ago

0.15.0

2 years ago

0.14.5

2 years ago

0.14.6

2 years ago

0.14.7

2 years ago

0.14.4

3 years ago

0.14.0

3 years ago

0.14.1

3 years ago

0.14.2

3 years ago

0.14.3

3 years ago

0.13.0

3 years ago

0.13.1

3 years ago

0.12.2

3 years ago

0.12.1

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago