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: nuxt-modules/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.0
Choose a base ref
...
head repository: nuxt-modules/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.1
Choose a head ref
  • 7 commits
  • 13 files changed
  • 2 contributors

Commits on Jan 25, 2023

  1. chore(deps): update all non-major dependencies (#532)

    * chore(deps): update all non-major dependencies
    
    * chore(deps): update all non-major dependencies
    
    * chore: update layout
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
    renovate[bot] and atinux authored Jan 25, 2023
    Copy the full SHA
    9244df4 View commit details
  2. chore(release): 6.3.0

    atinux committed Jan 25, 2023
    Copy the full SHA
    a70af54 View commit details
  3. chore: fix type

    atinux committed Jan 25, 2023
    Copy the full SHA
    99d6cbd View commit details

Commits on Jan 26, 2023

  1. chore: update playground

    atinux committed Jan 26, 2023
    Copy the full SHA
    e7b0a0d View commit details

Commits on Feb 1, 2023

  1. Copy the full SHA
    0357676 View commit details
  2. Copy the full SHA
    68e2e0d View commit details
  3. chore(release): 6.3.1

    atinux committed Feb 1, 2023
    Copy the full SHA
    94291fe View commit details
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,26 @@

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.

### [6.3.1](https://github.com/nuxt-community/tailwindcss-module/compare/v6.3.0...v6.3.1) (2023-02-01)


### Bug Fixes

* support layers in correct order and watch config to warn restart ([0357676](https://github.com/nuxt-community/tailwindcss-module/commit/0357676c76d192d4ac2ae5ad5eed1d3ca7709afd))

## [6.3.0](https://github.com/nuxt-community/tailwindcss-module/compare/v6.2.0...v6.3.0) (2023-01-25)


### Features

* **exposeConfig:** nested properties ([#583](https://github.com/nuxt-community/tailwindcss-module/issues/583)) ([e88c23a](https://github.com/nuxt-community/tailwindcss-module/commit/e88c23ab6237d69450617773bd75e8fdd3402bfd))


### Bug Fixes

* considered content as function ([#592](https://github.com/nuxt-community/tailwindcss-module/issues/592)) ([cf67d89](https://github.com/nuxt-community/tailwindcss-module/commit/cf67d892914ff6b38c7740aaa585d4ad93f6fba6))
* css intellisense not working ([#596](https://github.com/nuxt-community/tailwindcss-module/issues/596)) ([de81e7d](https://github.com/nuxt-community/tailwindcss-module/commit/de81e7d7bca9a70eabca1e23c23c6302334fe758)), closes [#593](https://github.com/nuxt-community/tailwindcss-module/issues/593)

## [6.2.0](https://github.com/nuxt-community/tailwindcss-module/compare/v6.1.3...v6.2.0) (2022-12-19)


4 changes: 3 additions & 1 deletion docs/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export default defineAppConfig({
docus: {
title: 'Nuxt Tailwind',
layout: 'default',
layout: {
fluid: true
},
url: 'https://tailwindcss.nuxtjs.org/',
description: 'Add Tailwind CSS to your Nuxt application in seconds.',
socials: {
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
"license": "MIT",
"homepage": "https://tailwindcss.nuxtjs.org",
"devDependencies": {
"@nuxt-themes/docus": "^1.1.8",
"nuxt": "^3.0.0",
"@nuxt-themes/docus": "^1.6.1",
"nuxt": "^3.1.1",
"nuxt-plausible": "latest"
}
}
Loading