3.6.11 • Published 4 months ago

issuix-ui-kit v3.6.11

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Issuix UI kit

UI kit for Issuix App

Available Scripts

In the project directory, you can run:

yarn test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

yarn build

Builds the app for production to the dist folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

Your library is ready to be deployed!

yarn storybook

It will run Storybook on localhost:6006

We are using Storybook to check and test changes we made. Be sure that you add stories for every component you develop.

yarn commit

To have beautiful commit messages, we are using Commitizen. If you do yarn commit, check your CLI and follow the steps.

Deploy new version

For the CI/CD purposes, we are using CircleCI. You can check CircleCi config file.

On every commit on the main branch which is following semantic release commit message rules, new version will be released.

Check the rules for commit messages -> Semantic release commit message rules

Deploy maintenance release

Say we have a 3.0.0 release that's current, but we don't want to work with the breaking changes it introduces and we just want to deploy a fix to our old 2.x.x version: this is the guide you should follow.

Read about maintenance releases here

You need to do the following steps

  1. Create a new branch from the tag of the version you want to update
  2. Update the .circleci config
  3. Update the command line in package.json for semantic-release
  4. Merge and push your changes into the branch you created

For example, let's say that the current release is 3.0.3, and we want to patch the old 2.3.1 release. These would be the steps:

  1. git checkout -b 2.3.x v2.3.1
  2. In the .circleci file, add an entry under both the release and build worksflows with the name of your branch (i.e. - 2.3.x)
  3. In the package.json file, modify the branches parameter so that it includes the new branch (i.e. --branches main 2.3.x)
  4. Either merge your branch into this branch (without deleting it, because you also need to merge it to main later), or cherry pick the commits if they are already on main

Use components

If you want to import component in your project

import {Button, Input} from "issuix-ui-kit-poc";

Use styles

If you want to import styles in your project, just import it in the index.css

@import url('issuix-ui-kit-poc/dist/cjs/bundle.css');

Link issuix-ui-kit with your frontend without deploying

In ui-kit run commands

yarn build
yarn link

Then run this command in frontend repo

yarn link "issuix-ui-kit"
3.6.11

4 months ago

3.2.0

10 months ago

3.6.2

10 months ago

3.6.0

10 months ago

3.6.6

10 months ago

3.6.5

10 months ago

3.6.4

10 months ago

3.6.3

10 months ago

3.6.9

10 months ago

3.6.8

10 months ago

3.6.7

10 months ago

3.5.1

10 months ago

3.5.0

10 months ago

3.4.0

10 months ago

3.4.4

10 months ago

3.4.3

10 months ago

3.4.2

10 months ago

3.4.1

10 months ago

3.4.8

10 months ago

3.4.7

10 months ago

3.4.6

10 months ago

3.4.5

10 months ago

3.3.0

10 months ago

3.6.10

10 months ago

3.1.7

1 year ago

3.1.6

1 year ago

3.1.5

1 year ago

3.1.4

1 year ago

3.1.12

1 year ago

3.1.11

1 year ago

3.1.14

1 year ago

3.1.13

1 year ago

3.1.16

1 year ago

3.1.15

1 year ago

3.1.18

1 year ago

3.1.17

1 year ago

3.1.10

1 year ago

3.1.9

1 year ago

3.1.8

1 year ago

3.1.19

1 year ago

2.1.12

1 year ago

2.1.13

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.11

1 year ago

2.2.7

1 year ago

2.2.6

1 year ago

2.2.10

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.2.9

1 year ago

2.2.8

1 year ago

2.0.0

2 years ago

2.1.9

1 year ago

2.1.10

1 year ago

2.1.11

1 year ago

1.51.0

2 years ago

1.51.2

2 years ago

1.51.1

2 years ago

1.51.4

2 years ago

1.51.3

2 years ago

1.53.4

2 years ago

1.53.3

2 years ago

1.53.5

2 years ago

1.49.0

2 years ago

1.52.1

2 years ago

1.52.0

2 years ago

1.52.2

2 years ago

1.53.0

2 years ago

1.53.2

2 years ago

1.53.1

2 years ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.0

1 year ago

1.50.0

2 years ago

1.40.0

2 years ago

1.42.0

2 years ago

1.44.0

2 years ago

1.42.2

2 years ago

1.42.1

2 years ago

1.46.0

2 years ago

1.44.2

2 years ago

1.44.1

2 years ago

1.48.0

2 years ago

1.44.4

2 years ago

1.44.3

2 years ago

1.48.1

2 years ago

1.44.5

2 years ago

1.41.0

2 years ago

1.43.0

2 years ago

1.45.1

2 years ago

1.45.0

2 years ago

1.47.0

2 years ago

1.39.0

2 years ago

1.38.9

2 years ago

1.38.8

2 years ago

1.38.7

2 years ago

1.38.6

2 years ago

1.38.5

2 years ago

1.38.4

2 years ago

1.38.3

2 years ago

1.38.2

2 years ago

1.38.1

2 years ago

1.38.0

2 years ago

1.37.3

2 years ago

1.37.2

2 years ago

1.37.1

2 years ago

1.37.0

2 years ago

1.36.2

2 years ago

1.36.1

2 years ago

1.36.0

2 years ago

1.35.0

2 years ago

1.34.0

2 years ago

1.33.0

2 years ago

1.32.0

2 years ago

1.31.0

2 years ago

1.30.0

2 years ago

1.29.0

2 years ago

1.28.0

2 years ago

1.27.0

2 years ago

1.26.0

2 years ago

1.25.0

2 years ago

1.24.0

2 years ago

1.23.0

2 years ago

1.22.0

2 years ago

1.21.0

2 years ago

1.20.0

2 years ago

1.19.0

2 years ago

1.18.0

2 years ago

1.17.0

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

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