|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [09-03-2025] |
| 4 | +### File: `quartz.config.ts` (Experimental) |
| 5 | +- `generateSocialImages` property in `config` set to `true` to check if it can generate the Cover Image for the pattern blogs. |
| 6 | + |
| 7 | +### File: `quartz.layout.ts` |
| 8 | +- New Layout `navbar` added to show the sticky navbar on the top and moved `PageTile`, `DarkMode` components from `afterBody` components to it. |
| 9 | +- In `navbar` layout `NavigationLinks` component added contains some links to show in the navbar. |
| 10 | + |
| 11 | +### File: `quartz/cfg.ts` |
| 12 | +- New Layout `navbar` reference in typescript added with type annotation as `QuartzComponent[]`. |
| 13 | + |
| 14 | +### File: `quartz/components/index.ts` |
| 15 | +- `NavigationLinks` component reference added. |
| 16 | + |
| 17 | +### File: `quartz/components/NavigationLinks.ts` (NEW) |
| 18 | +- New Component `NavigationLinks` it contains the navigation links and responsive. |
| 19 | + |
| 20 | +### File: `quartz/components/renderPage.tsx` |
| 21 | +- `navbar` layout support added. |
| 22 | +- `NavbarComponent` added where components from `navbar` are rendered in these Component. |
| 23 | + |
| 24 | +### File: `quartz/components/pages/Blogs.tsx` (NEW) |
| 25 | +- New Page for showing all the Pattern blog just similar to Explorer view in **quartz**. |
| 26 | + |
| 27 | +### File: `quart/components/scripts/navigationlinks.inline.ts` (NEW) |
| 28 | +- Script file associated with `NavigationLinks` components. Menu button logic Contains. |
| 29 | + |
| 30 | +### File: `quartz/components/styles/footer.css` |
| 31 | +- Footer Links centered with css property. |
| 32 | + |
| 33 | +### File: `quartz/components/styles/navbar.scss` (NEW) |
| 34 | +- Navbar related Styles which are begin used in the navigation for the `NavbarComponent` present in `renderPage.tsx`. |
| 35 | + |
| 36 | +### File: `quartz/components/styles/navigationlinks.scss` (NEW) |
| 37 | +- `NavigationLinks` Component Stylesheet. |
| 38 | + |
| 39 | +### File: `quartz/plugins/emitters/contentPage.tsx` |
| 40 | +- `navbar` support added to be rendered in the content page. |
| 41 | + |
| 42 | +### File: `quartz/styles/custom.scss` |
| 43 | +- Custom CSS added and `navbar` related styles are imported. |
0 commit comments