5.0.0 • Published 3 years ago

cauldron-react v5.0.0

Weekly downloads
245
License
MPL-2.0
Repository
github
Last release
3 years ago

Cauldron React

This project is used internally by Deque Systems and is only updated when Deque needs changes for our internal use. You are free to use this project and to learn from the patterns and techniques that we used to make the widgets accessible. However we do not intend to respond to questions, feature requests, fix bugs or integrate external pull requests unless we find ourselves sitting around one day with nothing better to do. We promise, in return, not to submit questions, feature requests, bugs and pull requests to your internal projects.

Installation

$ npm install cauldron-react --save

NOTE: it is expected that you include the css from deque-pattern-library

Demo App

To document through example and make development / manual testing easy, there is a demo app which can be started by executing:

$ yarn dev

see the demo/ directory

Build

$ yarn build

NOTE: for production build run $ yarn prepack

Test

$ yarn test

or to have tests automagically re-run when files change

$ yarn test:dev

Publishing

Publishing cauldron-react to the npm registry is handled by CircleCI. All (green) commits that land in the master branch will be released as a "canary" version (eg 1.2.3-canary.GIT_SHA) and will be available with the @next dist tag. Additionally, all (green) tags that resemble a SEMVER version will be published as stable versions (eg 1.2.3) and available with the @latest dist tag.

To install the latest canary version, do: npm install cauldron-react@next. To install the latest stable version, do npm install cauldron-react.

To publish a stable version, you'll do something like this:

# Ensure you have the latest code
$ git checkout master
$ git pull
# Run the release script
$ npm run release
# Create the release commit and tag
$ git commit -am "chore: Release vX.Y.Z"
$ git tag vX.Y.Z -a -m "Release vX.Y.Z"
# Push to origin
$ git push
5.0.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago