Skip to content

Commit

Permalink
Merge branch 'feat/new-updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Dec 20, 2023
2 parents 1f5bf29 + 80dfa2d commit c6a90e0
Show file tree
Hide file tree
Showing 6 changed files with 669 additions and 328 deletions.
16 changes: 16 additions & 0 deletions docs-content/html/releases.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
export const releases = [
{
version: "2.1.2",
date: "December 20, 2023",
name: "@material-tailwind/html",
description: "Material Tailwind v2.1.2",
content: [
{
title: "docs changes",
data: [
"New components: Skeleton, Gallery, Mega Menu",
"New plugins integration: Tiptap Rich Text Editor, Copy to Clipboard",
"New framework integration guides.",
],
},
],
},
{
version: "2.1.1",
date: "December 13, 2023",
Expand Down
15 changes: 15 additions & 0 deletions docs-content/react/releases.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
export const releases = [
{
version: "2.1.8",
date: "December 20, 2023",
name: "@material-tailwind/react",
description: "Material Tailwind v2.1.8",
content: [
{
title: "docs changes",
data: [
"New components: Skeleton, Gallery, Mega Menu",
"New plugins integration: Lexical Rich Text Editor, Copy to Clipboard",
],
},
],
},
{
version: "2.1.7",
date: "December 14, 2023",
Expand Down
1 change: 1 addition & 0 deletions documentation/react/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Release Notes - Material Tailwind
description: Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
navigation: [
"v2.1.8",
"v2.1.7",
"v2.1.6",
"v2.1.5",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"framer-motion": "6.5.1",
"gray-matter": "4.0.3",
"js-cookie": "3.0.5",
"keymap": "link:@tiptap/pm/keymap",
"lexical": "0.12.5",
"material-ripple-effects": "2.0.1",
"mdx-observable": "0.2.0",
Expand All @@ -74,11 +75,13 @@
"remark-gfm": "3.0.1",
"remark-mdx": "2.3.0",
"shiki": "0.11.1",
"state": "link:@tiptap/pm/state",
"tailwind-merge": "1.8.1",
"un": "0.0.0",
"use-react-countries": "1.1.0",
"usehooks-ts": "2.9.1",
"uuid": "9.0.0"
"uuid": "9.0.0",
"view": "link:@tiptap/pm/view"
},
"devDependencies": {
"@types/js-cookie": "3.0.6",
Expand Down
Loading

0 comments on commit c6a90e0

Please sign in to comment.