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/mdc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: nuxt-modules/mdc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. fix(stringify): stringify iframe

    farnabaz committed Mar 20, 2025
    Copy the full SHA
    9157af7 View commit details
  2. chore: upgrade deps

    farnabaz committed Mar 20, 2025
    Copy the full SHA
    3ab7435 View commit details
  3. chore(release): release v0.16.1

    farnabaz committed Mar 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac3f925 View commit details
Showing with 133 additions and 117 deletions.
  1. +16 −0 CHANGELOG.md
  2. +5 −5 package.json
  3. +1 −1 playground/package.json
  4. +96 −75 pnpm-lock.yaml
  5. +15 −36 src/runtime/stringify/mdc-remark.ts
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## v0.16.1

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.16.0...v0.16.1)

### 🩹 Fixes

- **stringify:** Stringify iframe ([9157af7](https://github.com/nuxt-modules/mdc/commit/9157af7))

### 🏡 Chore

- Upgrade deps ([3ab7435](https://github.com/nuxt-modules/mdc/commit/3ab7435))

### ❤️ Contributors

- Farnabaz <farnabaz@gmail.com>

## v0.16.0

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.15.0...v0.16.0)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/mdc",
"version": "0.16.0",
"version": "0.16.1",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/mdc",
"license": "MIT",
@@ -72,7 +72,7 @@
"verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck"
},
"dependencies": {
"@nuxt/kit": "^3.16.0",
"@nuxt/kit": "^3.16.1",
"@shikijs/transformers": "^3.2.1",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
@@ -114,16 +114,16 @@
"vfile": "^6.0.3"
},
"devDependencies": {
"@nuxt/devtools": "^2.3.0",
"@nuxt/devtools": "^2.3.1",
"@nuxt/eslint-config": "^1.2.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.16.0",
"@nuxt/schema": "^3.16.1",
"@nuxt/test-utils": "^3.17.2",
"@nuxt/ui": "^3.0.0",
"@nuxtjs/mdc": "link:.",
"@types/node": "^22.13.10",
"eslint": "^9.22.0",
"nuxt": "^3.16.0",
"nuxt": "^3.16.1",
"rehype": "^13.0.2",
"release-it": "^18.1.2",
"typescript": "5.8.2",
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"@iconify-json/lucide": "^1.2.31",
"@monaco-editor/loader": "^1.5.0",
"@nuxtlabs/monarch-mdc": "^0.5.0",
"nuxt": "^3.16.0",
"nuxt": "^3.16.1",
"@nuxtjs/mdc": "workspace:*"
}
}
Loading