-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from creativetimofficial/npm-david-ai-v1.0.2
Npm david ai v1.0.2
- Loading branch information
Showing
16 changed files
with
1,336 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,43 @@ | ||
# Change Log | ||
|
||
## [1.0.2] 2024-12-19 | ||
|
||
### Added for NPM | ||
|
||
- All components are now updated with weakset | ||
- to prevent memory leaks | ||
- to prevent multiple instances of the same component from being created | ||
- duplicate instances of the same component will be ignored | ||
- will initialize the components only once | ||
|
||
## [1.0.1] 2024-12-18 | ||
|
||
### Added for NPM | ||
|
||
- Added export for esm | ||
|
||
## David AI - Release 1.0.0 - 2024-12-18 | ||
|
||
**Rename the project from Tailwind Starter Kit to David AI** | ||
|
||
### Changed | ||
|
||
- The project name from Tailwind Starter Kit to David AI | ||
- Added David UI HTML components | ||
- Added David AI JavaScript components | ||
- Added David UI Docs pages | ||
|
||
## [1.1.0] 2021-03-23 | ||
|
||
### Bug fixing | ||
|
||
- https://github.com/creativetimofficial/tailwind-starter-kit/issues/19 | ||
- https://github.com/creativetimofficial/tailwind-starter-kit/issues/16 | ||
- https://github.com/creativetimofficial/tailwind-starter-kit/issues/10 | ||
- Thanks to this comment https://github.com/creativetimofficial/tailwind-starter-kit/issues/10#issuecomment-730641008 from @ryanwinchester | ||
|
||
### Major style changes | ||
|
||
- The upgrade of Tailwind CSS from version 1 to version 2, will cause multiple style changes, check them out on the official Tailwind CSS websites: | ||
- https://blog.tailwindcss.com/tailwindcss-v2 | ||
- https://tailwindcss.com/ | ||
|
@@ -37,23 +58,32 @@ | |
- For the colors, the only change that we made, is the fact that we've added all Tailwind CSS colors to our `tailwind.config.js` files, and inside our product, all `{type}-green-{number}` classes were renamed to `{type}-emerald-{number}` | ||
- We've also added on most of our inputs the `border-0` class | ||
- And on the inputs that were checkboxes, beside the `border-0` class, we've also had to add `rounded` class as well | ||
|
||
### Deleted components | ||
|
||
### Added components | ||
|
||
- We've also added our first NextJS page: `Landing Page/next-landing-page` | ||
- Here is the PR for it: https://github.com/creativetimofficial/tailwind-starter-kit/pull/11 | ||
- Special thanks to @MeridjaNassim | ||
- If you want to add new pages, feel free to open a PR: https://github.com/creativetimofficial/tailwind-starter-kit/pulls | ||
|
||
### Deleted dependencies | ||
|
||
- `popper.js` | ||
|
||
### Added dependencies | ||
|
||
- `@popperjs/[email protected]` - So, we've changed the way we use Popper, check out our docs here: | ||
- https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/vue/dropdown (you can check the Angular, JS and React as well from here) | ||
- https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/vue/popovers/left (you can check the Angular, JS and React as well from here) | ||
- https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/vue/tooltips/left (you can check the Angular, JS and React as well from here) | ||
- `typescript` (for the React versions to stop console warnings - NOTE: the projects are not based on TypeScript) | ||
- `@vue/[email protected]` (for the VueJS versions since we've upgraded to Vue@3) | ||
- `[email protected]` (for the VueJS versions since we've upgraded to Vue@3) | ||
|
||
### Angular Updated dependencies | ||
|
||
``` | ||
@angular/animations 8.2.12 → 11.2.6 | ||
@angular/common 8.2.12 → 11.2.6 | ||
|
@@ -88,12 +118,16 @@ ts-node 7.0.0 → 9.1.1 | |
tslint 5.15.0 → 6.1.3 | ||
typescript 3.5.3 → 4.0.7 | ||
``` | ||
|
||
### HTML Updated dependencies | ||
|
||
``` | ||
@fortawesome/fontawesome-free 5.11.2 → 5.15.3 | ||
chart.js 2.9.3 → 2.9.4 | ||
``` | ||
|
||
### React Updated dependencies | ||
|
||
``` | ||
@fortawesome/fontawesome-free 5.11.2 → 5.15.3 | ||
chart.js 2.9.3 → 2.9.4 | ||
|
@@ -103,7 +137,9 @@ react-router 5.1.2 → 5.2.0 | |
react-router-dom 5.1.2 → 5.2.0 | ||
react-scripts 3.2.0 → 4.0.3 | ||
``` | ||
|
||
### VueJS Updated dependencies | ||
|
||
``` | ||
@fortawesome/fontawesome-free 5.11.2 → 5.15.3 | ||
chart.js 2.9.3 → 2.9.4 | ||
|
@@ -117,7 +153,9 @@ eslint 5.16.0 → 7.22.0 | |
eslint-plugin-vue 5.0.0 → 7.8.0 | ||
vue-template-compiler 2.6.10 → 2.6.12 | ||
``` | ||
|
||
### NextJS Updated dependencies | ||
|
||
``` | ||
@fortawesome/fontawesome-free ^5.15.0 → ^5.15.3 | ||
next-images ^1.6.0 → ^1.7.0 | ||
|
@@ -131,12 +169,15 @@ sass ^1.26.11 → ^1.32.8 | |
tailwindcss ^1.8.10 → ^2.0.4 | ||
typescript 4.0 → 4.2 | ||
``` | ||
|
||
### Warning | ||
_When doing a clean install, you might have some warnings, those come from `node_modules` and do not affect the project in any way._ | ||
|
||
_When doing a clean install, you might have some warnings, those come from `node_modules` and do not affect the project in any way._ | ||
|
||
## [1.0.0] 2019-12-20 | ||
|
||
### Original Release | ||
|
||
- Generated Tailwind CSS files using the following documentation: https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/build-tools | ||
- Created files and projects for each of the Example Pages from the above link, for | ||
- Angular | ||
|
Oops, something went wrong.