Releases: creativetimofficial/notus-angular
Releases · creativetimofficial/notus-angular
Updated dependencies
[1.1.0] 2021-03-19
Bug fixing
- Rename
masterbranch tomain - To make a lot of our changes, we've followed the instructions from here (minus the
colorsandfont-sizes): https://tailwindcss.com/docs/upgrading-to-v2- For the colors, the only change that we made, is the fact that we've added all Tailwind CSS colors to our
tailwind.config.jsfiles, and inside our product, all{type}-gray-{number}classes were renamed to{type}-blueGray-{number} - After that, we've changed
{type}-blueGray-{number}to{type}-blueGray-{lower-number}, i.e. (100became50,200became100, ...,900became800)- You can achieve this, by search in your whole project for
blueGray-100and replace it withblueGray-50 - Then, you search in your whole project for
blueGray-200and replace it withblueGray-100 - Then, you search in your whole project for
blueGray-300and replace it withblueGray-200 - Then, you search in your whole project for
blueGray-400and replace it withblueGray-300 - Then, you search in your whole project for
blueGray-500and replace it withblueGray-400 - Then, you search in your whole project for
blueGray-600and replace it withblueGray-500 - Then, you search in your whole project for
blueGray-700and replace it withblueGray-600 - Then, you search in your whole project for
blueGray-800and replace it withblueGray-700 - Then, you search in your whole project for
blueGray-900and replace it withblueGray-800
- You can achieve this, by search in your whole project for
- For the colors, the only change that we made, is the fact that we've added all Tailwind CSS colors to our
tailwind.config.jsfiles, and inside our product, all{type}-blue-{number}classes were renamed to{type}-lightBlue-{number} - For the colors, the only change that we made, is the fact that we've added all Tailwind CSS colors to our
tailwind.config.jsfiles, and inside our product, all{type}-green-{number}classes were renamed to{type}-emerald-{number}
- For the colors, the only change that we made, is the fact that we've added all Tailwind CSS colors to our
lg:bg-transparentis not working anymore, so we've changed it withlg:bg-opacity-0- #4
- creativetimofficial/notus-js#4
- creativetimofficial/notus-js#5
- creativetimofficial/notus-js#6
- creativetimofficial/notus-nextjs#6
- creativetimofficial/notus-nextjs#7
- creativetimofficial/notus-nextjs#8
- creativetimofficial/notus-react#3
- creativetimofficial/notus-svelte#3
- creativetimofficial/notus-svelte#6
- creativetimofficial/vue-notus#4
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:
Deleted components
Added components
Deleted dependencies
@tailwindcss/custom-forms
Added dependencies
@tailwindcss/forms(replaces@tailwindcss/custom-forms)
Updated dependencies
@angular/animations 10.1.2 → 11.2.5
@angular/common 10.1.2 → 11.2.5
@angular/compiler 10.1.2 → 11.2.5
@angular/core 10.1.2 → 11.2.5
@angular/forms 10.1.2 → 11.2.5
@angular/platform-browser 10.1.2 → 11.2.5
@angular/platform-browser-dynamic 10.1.2 → 11.2.5
@angular/router 10.1.2 → 11.2.5
@fortawesome/fontawesome-free 5.14.0 → 5.15.3
@popperjs/core 2.5.1 → 2.9.1
chart.js 2.9.3 → 2.9.4
rxjs 6.6.3 → 6.6.6
tailwindcss 1.8.10 → 2.0.4
tslib 2.0.1 → 2.1.0
zone.js 0.10.3 → 0.11.4
@angular-devkit/build-angular 0.1001.2 → 0.1102.4
@angular/cli 10.1.2 → 11.2.4
@angular/compiler-cli 10.1.2 → 11.2.5
@angular/language-service 10.1.2 → 11.2.5
@types/jasmine 3.5.14 → 3.6.6
@types/node 14.11.2 → 14.14.35
codelyzer 6.0.0 → 6.0.1
karma 5.2.2 → 6.2.0
ts-node 9.0.0 → 9.1.1
typescript 4.0.3 → 4.1.5
Warning
On a clean install there may be some warnings from request, chokidar, fsevents - they come from node_modules, and they do not affect the product at all.
Initial release.
Merge pull request #1 from creativetimofficial/feature/v1.0.0 Feature: v1.0.0