Skip to content

[pull] main from coreui:main #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
842f2e2
build: update API generator
mrholek Dec 15, 2024
818031a
docs: improve ExampleSnippet component
mrholek Dec 15, 2024
32736b3
docs: update table styles
mrholek Dec 15, 2024
46fe535
docs: update class names table styles
mrholek Dec 15, 2024
5757468
docs: update layout
mrholek Dec 15, 2024
dea7fc2
docs: prevent layout from moving during loading
mrholek Dec 15, 2024
ae3a7a6
docs: update content
mrholek Dec 16, 2024
35f844a
docs: update example snippet
mrholek Dec 16, 2024
adbc513
docs: update content
mrholek Dec 16, 2024
e13d2ee
refactor(CAccordion): improve accessibility
mrholek Dec 16, 2024
aa3304e
docs(CProgress): update API documentation
mrholek Dec 17, 2024
2196479
docs: improve layout
mrholek Dec 17, 2024
e5c44d8
build: add bundle analyzer
mrholek Dec 17, 2024
f140536
build: update API generator
mrholek Dec 17, 2024
720b173
docs: update API documentation
mrholek Dec 17, 2024
7ad6008
docs: update layout
mrholek Dec 18, 2024
055cb5c
fix(CBadge): update propTypes to use ElementType for 'as' prop
pawelkoniecznybh Dec 19, 2024
c76e36f
docs: improve layout
mrholek Dec 19, 2024
1f17594
fix(CNavGroup): add the missing href attribute to the toggler
mrholek Dec 19, 2024
4bae357
chore: update dependencies and devDependencies
mrholek Dec 19, 2024
fda5c11
Merge pull request #420 from pawelkoniecznybh/change-as-type
mrholek Dec 19, 2024
6f2e811
Merge branch 'coreui-react-docs-improved-no-split'
mrholek Dec 19, 2024
222d77d
fix(CBadge): change wrong `as` prop type
mrholek Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: add bundle analyzer
  • Loading branch information
mrholek committed Dec 17, 2024
commit e5c44d88d2ba4cf285acb6e7c515018a77a8c603
4 changes: 3 additions & 1 deletion packages/docs/gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const config = {
},
pathPrefix: `react/docs/`,
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-plugin-image`,
{
resolve: `gatsby-source-filesystem`,
Expand Down Expand Up @@ -102,6 +101,9 @@ const config = {
id: `GTM-KX4JH47`,
},
},
{
resolve: `gatsby-plugin-webpack-bundle-analyser-v2`,
},
],
}

Expand Down
7 changes: 3 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"@coreui/icons-react": "^2.3.0",
"@coreui/react-chartjs": "^3.0.0",
"@coreui/utils": "^2.0.2",
"@docsearch/css": "^3.6.2",
"@docsearch/css": "^3.8.1",
"@docsearch/react": "^3.8.1",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@stackblitz/sdk": "^1.11.0",
"@types/react-helmet": "^6.1.11",
"gatsby": "^5.13.7",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^5.13.1",
Expand All @@ -56,7 +56,6 @@
"react": "^18.3.1",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-imask": "^7.6.1",
"react-markdown": "^9.0.1",
"rimraf": "^6.0.1",
Expand Down