Skip to content

Commit 6915711

Browse files
committed
refactor: update product archive to v1.0.4
1 parent b4adab8 commit 6915711

21 files changed

+1684
-1550
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.0.4] 2022-08-04
4+
### Bug Fixing
5+
- refactor custom classes
6+
- add pro button
7+
- rename styles file
8+
- update documentation
9+
310
## [1.0.3] 2022-06-24
411
### Bug Fixing
512
- update script imports

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Soft UI Dashboard Tailwind](http://demos.creative-tim.com/soft-ui-dashboard-tailwind/pages/dashboard.html?ref=readme-sudt) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/soft-ui-dashboard-tailwind&text=Check%20Soft%20UI%20Dashboard%20Tailwind%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#html%20https://www.creative-tim.com/product/soft-ui-dashboard-tailwind) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/FhCJCaHdQa)
22

3-
![version](https://img.shields.io/badge/version-1.0.3-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/soft-ui-dashboard-tailwind.svg)](https://github.com/creativetimofficial/soft-ui-dashboard-tailwind/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/soft-ui-dashboard-tailwind.svg)](https://github.com/creativetimofficial/soft-ui-dashboard-tailwind/issues?q=is%3Aissue+is%3Aclosed)
3+
![version](https://img.shields.io/badge/version-1.0.4-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/soft-ui-dashboard-tailwind.svg)](https://github.com/creativetimofficial/soft-ui-dashboard-tailwind/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/soft-ui-dashboard-tailwind.svg)](https://github.com/creativetimofficial/soft-ui-dashboard-tailwind/issues?q=is%3Aissue+is%3Aclosed)
44

55
![Image](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/soft-ui-dashboard/soft-ui-dashboard-tailwind.jpg)
66

@@ -18,12 +18,12 @@ You will save a lot of time going from prototyping to full-functional code, beca
1818
This Free TailwindCSS Dashboard is coming with prebuilt design blocks, so the development process is seamless,
1919
switching from our pages to the real website is very easy to be done.
2020

21-
View [all components here](https://www.creative-tim.com/learning-lab/tailwind/alerts/soft-ui-dashboard?ref=readme-sudt).
21+
View [all components here](https://www.creative-tim.com/learning-lab/tailwind/html/alert/soft-ui-dashboard/?ref=readme-sudt).
2222

2323
**Documentation built by Developers**
2424

2525
Each element is well presented in a very complex documentation.
26-
You can read more about the <a href="https://www.creative-tim.com/learning-lab/tailwind/quick-start/soft-ui-dashboard" target="_blank">documentation here</a>.
26+
You can read more about the <a href="https://www.creative-tim.com/learning-lab/tailwind/html/quick-start/soft-ui-dashboard/?ref=readme-sudt" target="_blank">documentation here</a>.
2727

2828
**Example Pages**
2929

@@ -87,7 +87,7 @@ Quick start options:
8787
2. Navigate to the root / directory and run npm install to install our local dependencies.
8888

8989
## Documentation
90-
The documentation for the Soft UI Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/tailwind/quick-start/soft-ui-dashboard-tailwind?ref=readme-sudt).
90+
The documentation for the Soft UI Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/tailwind/html/quick-start/soft-ui-dashboard/?ref=readme-sudt).
9191

9292
### What's included
9393

@@ -98,8 +98,8 @@ soft-ui-dashboard-tailwind
9898
├── build
9999
│   ├── assets
100100
│   │   ├── css
101-
│   │   │   ├── styles.css
102-
│   │   │   ├── styles.min.css
101+
│   │   │   ├── soft-ui-dashboard-tailwind.css
102+
│   │   │   ├── soft-ui-dashboard-tailwind.min.css
103103
│   │   ├── fonts
104104
│   │   ├── img
105105
│   │   └── js
@@ -126,7 +126,7 @@ At present, we officially aim to support the last two versions of the following
126126
## Resources
127127
- [Live Preview](https://demos.creative-tim.com/soft-ui-dashboard-tailwind/pages/dashboard.html?ref=readme-sudt)
128128
- [Download Page](https://www.creative-tim.com/product/soft-ui-dashboard-tailwind?ref=readme-sudt)
129-
- Documentation is [here](https://www.creative-tim.com/learning-lab/tailwind/quick-start/soft-ui-dashboard?ref=readme-sudt)
129+
- Documentation is [here](https://www.creative-tim.com/learning-lab/tailwind/html/quick-start/soft-ui-dashboard/?ref=readme-sudt)
130130
- [License Agreement](https://www.creative-tim.com/license?ref=readme-sudt)
131131
- [Support](https://www.creative-tim.com/contact-us?ref=readme-sudt)
132132
- Issues: [Github Issues Page](https://github.com/creativetimofficial/soft-ui-dashboard-tailwind/issues)

0 commit comments

Comments
 (0)