Skip to content

Commit

Permalink
Release: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Dec 9, 2021
1 parent ae9a695 commit 103d931
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,38 @@

**[Get it on npm](https://www.npmjs.com/package/certego-ui)**

## [v0.0.5](https://github.com/certego/certego-ui/releases/tag/v0.0.5)

[diff](https://github.com/certego/certego-ui/compare/v0.0.4...v0.0.5)

- New components:
- buttons: `GoBackButton`
- charts: `AnyChartWidget`, `PieChartWidget`
- form: `MultiSelectCreatableInput` with `selectComponents` and `selectStyles` objects
- stores: `useToastr`, `useTimePickerStore`
- Various other adjusts and fixes.
- Revamp example app.

## [v0.0.4](https://github.com/certego/certego-ui/releases/tag/v0.0.4)

[Commits Changelog](https://github.com/certego/certego-ui/compare/v0.0.3...v0.0.4)
[diff](https://github.com/certego/certego-ui/compare/v0.0.3...v0.0.4)

- New components: `SocialShareBtn`, `MultiRangeSlider` and `MultiSelectDropdownInput`.
- Added examples for these new components.

## [v0.0.3](https://github.com/certego/certego-ui/releases/tag/v0.0.3)

[Commits Changelog](https://github.com/certego/certego-ui/compare/v0.0.2...v0.0.3)
[diff](https://github.com/certego/certego-ui/compare/v0.0.2...v0.0.3)

- Example app now shows usage of all components.
- Many fixes, adjusts, refactor to components (especially table, paginiator, form related).

## [v0.0.2](https://github.com/certego/certego-ui/releases/tag/v0.0.2)

[Commits Changelog](https://github.com/certego/certego-ui/compare/v0.0.1...v0.0.2)
[diff](https://github.com/certego/certego-ui/compare/v0.0.1...v0.0.2)

## [v0.0.1](https://github.com/certego/certego-ui/releases/tag/v0.0.1)

[Commits Changelog](https://github.com/certego/certego-ui/compare/v0.0.1...v0.0.1)
[diff](https://github.com/certego/certego-ui/compare/v0.0.1...v0.0.1)

- Initial Release
2 changes: 1 addition & 1 deletion example/src/layouts/AppFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FaTwitter } from "react-icons/fa";
import { Toaster, ScrollToTopButton, useToastr } from "@certego/certego-ui";

// constants
const CERTEGO_UI_VERSION = "v0.0.4";
const CERTEGO_UI_VERSION = "v0.0.5";
const selector = (state) => state.toasts;

function AppFooter() {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@certego/certego-ui",
"version": "0.0.4",
"version": "0.0.5",
"description": "certego components library (react.js, reactstrap, etc)",
"author": "certego",
"license": "MIT",
Expand Down

0 comments on commit 103d931

Please sign in to comment.