1.7.0 • Published 4 months ago

@redskytech/framework v1.7.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 months ago

RedSky Framework

A UI component kit for building React projects. Includes React components, custom hooks, and utilities functions.

Usage

In order to be able to use this framework in your projects you will need to install the peer dependencies. This includes

  • react@17
  • react-dom@17

In addition to peer dependencies you will also need to import the compiled CSS used throughout the framework into your project just once. You can do this by putting the following in your App.tsx

import "@redskytech/framework/index.css"

Some components might require extra integration. For example if you make use of the popupController you will need to add the popupController.instance to your App.tsx. See the individual stories for examples.

Animate on scroll

To initialize AoS component you need to import the custom hook useInitAnimateOnScroll and call it once in App.tsx

Demo

RedSky Framework utilizes storybook to demonstrate available components. Please make sure to adequately document your components in storybook mdx files.

Playground

When working on the framework it is often useful to quickly fire up a simple structured playground. You can do so by navigating to the /playground folder and running the simple Vite project with yarn dev

Building

To build run the following command

yarn build

This will output a self-contained publishable folder in the root/dist folder.

Publishing

Make sure your build is working first

You first need to be a member of the @redskytech organization with publishing capability. Then you need to run the following command:

yarn release:xxx - where xxx is either (major, minor, patch, pre:alpha)

This uses the npm package standard-version which will automatically increment the package.json version as well as git tag the commit and put all commit notes into the CHANGELOG.md

Push up the changes and tags to master branch on remote, make sure to include tags

git push --follow-tags origin master

Finally, publish to npmjs.org with the command

yarn build:publish

Commit Messages

Commit messages should follow guidelines specified at conventional commits. This helps with auto changelog generated file.

1.7.0

4 months ago

1.6.4

11 months ago

1.6.3

11 months ago

1.6.6

11 months ago

1.6.5

11 months ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.4.1

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.2.0

1 year ago

1.0.0

1 year ago

1.4.0

1 year ago

1.2.1

1 year ago

0.15.4

1 year ago

0.15.5

1 year ago

0.15.6

1 year ago

0.15.7

1 year ago

0.11.0

2 years ago

0.11.1

2 years ago

0.11.2

2 years ago

0.13.1

2 years ago

0.11.3

2 years ago

0.15.0

1 year ago

0.13.2

1 year ago

0.11.4

2 years ago

0.15.1

1 year ago

0.11.5

2 years ago

0.15.2

1 year ago

0.11.6

2 years ago

0.15.3

1 year ago

0.11.7

2 years ago

0.9.2

2 years ago

1.1.1

1 year ago

1.1.0

1 year ago

0.9.3

2 years ago

1.3.1

1 year ago

1.3.0

1 year ago

1.1.2

1 year ago

0.10.1

2 years ago

0.10.3

2 years ago

0.14.0

1 year ago

0.10.4

2 years ago

0.14.1

1 year ago

0.16.0

1 year ago

0.16.1

1 year ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.1

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.0

2 years ago

0.3.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.7.1

2 years ago

0.5.3

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.1.3

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.5.2

2 years ago

0.1.6

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.1.5

2 years ago

0.0.9-alpha.10

2 years ago

0.0.9-alpha.8

2 years ago

0.0.9-alpha.9

2 years ago

0.0.9-alpha.6

2 years ago

0.0.9-alpha.7

2 years ago

0.0.9-alpha.11

2 years ago

0.0.9-alpha.4

2 years ago

0.0.9-alpha.3

2 years ago

0.0.9-alpha.2

2 years ago

0.0.9-alpha.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago