Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VladMihalache committed Jan 13, 2025
1 parent 0ce2129 commit 6ff1499
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
# Changelog

## [3.0.0] 2025-13-01

### Upgraded to React 19 ⚡️

## [2.0.0] 2024-07-24

### Vulnerabilities removed

- Most vulnerabilities removed, besides those cause by `react-scripts`. We kept this depedency due to the fact that there are
many users who still use it, and there is already a Next.js version for thos who want to migrate from `react-scripts`.
- Updated to React 18.

many users who still use it, and there is already a Next.js version for thos who want to migrate from `react-scripts`.
- Updated to React 18.

## [1.1.1] 2022-11-01

🚀 Feature:
-Added TimelineRow

## [1.1.0] 2022-09-21

### React Tables V8

🚀 Feature: Now Horizon UI Typescript comes in V8 version for React Tables. You can clone the repository [here](https://github.com/horizon-ui/horizon-ui-chakra-ts/tree/feature/react-table-v8) !

## [1.1.0] 2022-09-21

### React Tables V8

🚀 Feature: Now Horizon UI Typescript comes in V8 version for React Tables. You can clone the repository [here](https://github.com/horizon-ui/horizon-ui-chakra-ts/tree/feature/react-table-v8) !

## [1.0.1] 2022-09-7
### Bug Fixing

### Bug Fixing

Mapbox bug when using `yarn` fixed.

## [1.0.0] 2022-08-31
### Official Release

### Official Release

- Added TypeScript!
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Horizon UI TypeScript ⚡️](https://horizon-ui.com/horizon-ui-chakra-ts) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://horizon-ui.com/&text=Check%20Horizon%20UI,%20the%20trendiest%20open-source%20admin%20template%20for%20Chakra%20UI%20&%20React!)

![version](https://img.shields.io/badge/version-2.0.0-blue.svg)
![version](https://img.shields.io/badge/version-3.0.0-blue.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![GitHub issues open](https://img.shields.io/github/issues/horizon-ui/horizon-ui-chakra-ts.svg?maxAge=2592000)](https://github.com/horizon-ui/horizon-ui-chakra-ts/issues?q=is%3Aopen+is%3Aissue)

Expand All @@ -10,7 +10,6 @@

<p>&nbsp;</p>


Get started and build your dream web app with Horizon UI, the most trendiest &
innovative Open Source Admin Template for Chakra UI & React!

Expand All @@ -30,13 +29,14 @@ Authentication Pages, Profile and so on. Just choose between a Basic Design or a
cover and you are good to go!

### 🎉 [NEW] React Tables V8

Horizon is also using the latest version of the React Tables (v8) library, you can access it by cloning the [/feature/react-table-v8](https://github.com/horizon-ui/horizon-ui-chakra-ts/tree/feature/react-table-v8) branch!

### 🎉 [NEW] Horizon UI Components

All the main components from both versions, this will help you to see and interact with all & the latest added components of Horizon (also, new components are on the way, stay tuned)! ⚡️
<a href="https://horizon-ui.com/components/?ref=readme-horizon-ts" target="_blank">See all components</a>


### Documentation

Each element is well presented in a very complex documentation. You can read
Expand Down Expand Up @@ -79,8 +79,8 @@ pages here.</a>

### Versions

| Free Version | PRO Version |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| Free Version | PRO Version |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| [![Horizon UI](https://i.ibb.co/KV6FDvK/introduction-image-ts.png)](https://www.horizon-ui.com/?ref=readme-horizon-ts) | [![Horizon UI PRO](https://i.ibb.co/R6jFKRM/introduction-image-1.png)](https://www.horizon-ui.com/pro?ref=readme-horizon-ts) |

### Figma Version
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizon-ui-chakra-typescript",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.18.6",
Expand All @@ -22,11 +22,11 @@
"apexcharts": "3.50.0",
"framer-motion": "^11.3.7",
"npm-force-resolutions": "^0.0.10",
"react": "18.3.1",
"react": "19.0.0",
"react-apexcharts": "1.4.1",
"react-calendar": "^5.0.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
Expand Down

0 comments on commit 6ff1499

Please sign in to comment.