Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

v0.1.1

Compare
Choose a tag to compare
@rossbulat rossbulat released this 10 May 12:59
· 1873 commits to main since this release

Repo Structure / CI / Utils

  • Restructured repository into a multi-package mono-repo.
  • Added stylelint to lint command.
  • Added node 19 to CI.
  • Added automatic publish automation CI.
  • Package package.json files are automatically generated upon workspace build.

Core UI

  • Added the remaining dashboard core wrappers to the library.
  • Expanded theme setup with additional CSS variables.
  • Added pulse effect to ButtonSubmit.
  • Published to @polkadotcloud/core-ui.

Utils

  • Initiated the utils package, published to @polkadotcloud/utils.

Other packages

  • Added a react-odometer package for smooth number easing, , published to @polkadotcloud/react-odometer.

Sandbox

  • Moved sandbox navigation to side menu .
  • Added code drawer component to show code snippets.