Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saadeghi/daisyui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.11
Choose a base ref
...
head repository: saadeghi/daisyui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 7, 2023

  1. Update version: 3.1.11

    saadeghi committed Jul 7, 2023
    Copy the full SHA
    e78fd93 View commit details
  2. docs

    saadeghi committed Jul 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    05da3cb View commit details
  3. update dependencies

    saadeghi committed Jul 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c1e80c6 View commit details
  4. readme

    saadeghi committed Jul 7, 2023
    Copy the full SHA
    22b3752 View commit details
  5. Copy the full SHA
    f5859f7 View commit details
  6. chore(release): 3.2.0

    saadeghi committed Jul 7, 2023
    Copy the full SHA
    d3e668d View commit details
Showing with 981 additions and 191 deletions.
  1. +4 −4 .github/workflows/deploy-docs.yml
  2. +7 −0 CHANGELOG.md
  3. +2 −2 README.md
  4. +9 −11 package.json
  5. +1 −1 src/docs/.env
  6. +945 −153 src/docs/package-lock.json
  7. +8 −9 src/docs/package.json
  8. +5 −11 src/docs/src/routes/+page.svelte
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -23,21 +23,21 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Install package dependencies
run: npm install
run: npm install --omit=optional

- name: build package
run: npm run build

- name: Install docs dependencies
run: cd src/docs && npm install --legacy-peer-deps
run: cd src/docs && npm install

- name: Install alpha daisyUI if staging
if: github.repository == 'daisyui/daisyui.github.io'
run: cd src/docs && npm i daisyui@alpha --legacy-peer-deps
run: cd src/docs && npm i daisyui@alpha

- name: Install latest daisyUI if production
if: github.repository == 'saadeghi/daisyui'
run: cd src/docs && npm i daisyui@latest --legacy-peer-deps
run: cd src/docs && npm i daisyui@latest

- name: get new data from API
run: cd src/docs && npm run get-files
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 3.2.0 (2023-07-07)


### Features

* less node dependencies ([f5859f7](https://github.com/saadeghi/daisyui/commit/f5859f7beecd01002a4585cdab1f057be01ba9d2))

### 3.1.11 (2023-07-07)


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
## 📀 Install now!

```bash
npm i daisyui
npm i -D daisyui@latest
```

Then add daisyUI to your `tailwind.config.js`:
@@ -59,7 +59,7 @@ See the official site: [ [daisyui.com →](https://daisyui.com/)]
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Premium Sponsors** <br /> Support this project by becoming a premium sponsor. <br /> [[Become a sponsor](https://opencollective.com/daisyui)] | <a href="https://opencollective.com/daisyui" target="_blank"><img src="https://opencollective.com/daisyui/tiers/premium-sponsor.svg?button=false&width=500&avatarHeight=120"></a> |
| **Backers** <br /> Thank you to all our backers! <br /> [[Become a backer](https://opencollective.com/daisyui)] | <a href="https://opencollective.com/daisyui" target="_blank"><img src="https://opencollective.com/daisyui/backers.svg?button=false&width=500&avatarHeight=46"><img src="https://opencollective.com/daisyui/organizations.svg?button=false&width=500&avatarHeight=46"></a> |
| **Contributors** <br /> This project exists thanks to all the people who contribute. <br /> [[Contribute](https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md)] | <a href="https://github.com/saadeghi/daisyui/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=saadeghi/daisyui&columns=14&anon=1&max=300" width="500"></a> |
| **Contributors** <br /> This project exists thanks to all the people who contribute. <br /> [[Contribute](https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md)] | <a href="https://github.com/saadeghi/daisyui/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=saadeghi/daisyui&columns=14&anon=1&max=300" width="500"></a> |

Tweet about daisyUI: [![][tweet]][tweet-url]

20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daisyui",
"version": "3.1.11",
"version": "3.2.0",
"description": "daisyUI - Tailwind CSS Components",
"author": "Pouya Saadeghi",
"license": "MIT",
@@ -56,7 +56,7 @@
},
"prettier": "./src/prettier.config.js",
"scripts": {
"init": "npm install && npm run build && cd src/docs && npm run get-files && npm install --legacy-peer-deps && cd src/experiments/playground && npm install",
"init": "npm install && npm run build && cd src/docs && npm run get-files && npm install && cd src/experiments/playground && npm install",
"prettier": "prettier --write . --ignore-path ./src/.prettierignore",
"prebase": "postcss --config src/base src/base/*.css --base src --dir dist",
"base": "cat dist/base/*.css > dist/base.css",
@@ -91,25 +91,23 @@
"release:major": "rm -f package-lock.json && standard-version --release-as major"
},
"devDependencies": {
"@vitest/ui": "^0.31.1",
"autoprefixer": "^10",
"c8": "^7.14.0",
"postcss-cli": "10.1.0",
"postcss-import": "15.1.0",
"prejss-cli": "0.3.3",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rtlcss": "4.1.0",
"standard-version": "^9.5.0",
"vitest": "^0.31.1"
"rtlcss": "4.1.0"
},
"dependencies": {
"colord": "^2.9",
"css-selector-tokenizer": "^0.8",
"postcss": "^8",
"postcss-js": "^4",
"tailwindcss": "^3"
},
"peerDependencies": {
"postcss": "^8"
"optionalDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"standard-version": "^9.5.0",
"vitest": "^0.31.1"
}
}
2 changes: 1 addition & 1 deletion src/docs/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DAISYUI_VERSION=3.1.10
VITE_DAISYUI_VERSION=3.1.11
Loading