diff --git a/src/components/FromTheBlog/FromTheBlog.css b/src/components/FromTheBlog/FromTheBlog.css index 61ef7df6..45ca8b2f 100644 --- a/src/components/FromTheBlog/FromTheBlog.css +++ b/src/components/FromTheBlog/FromTheBlog.css @@ -32,7 +32,7 @@ } .from-blog__eyebrow { - margin: 0 0 14px; + margin: 0 0 4px; font-size: 13px; font-weight: 600; text-transform: uppercase; @@ -58,7 +58,7 @@ } .from-blog__subtitle { - margin: 10px 0 0; + margin: 4px 0 0; font-size: 16px; color: var(--fb-muted); } diff --git a/src/components/blogCarousel/blogCarousel.css b/src/components/blogCarousel/blogCarousel.css index 7b9fe246..7064365c 100644 --- a/src/components/blogCarousel/blogCarousel.css +++ b/src/components/blogCarousel/blogCarousel.css @@ -590,7 +590,7 @@ letter-spacing: 0.15em; text-transform: uppercase; color: #16a34a; - margin: 0 0 0.5rem; + margin: 0 0 0.25rem; } [data-theme="dark"] .blog-section-eyebrow { @@ -615,7 +615,7 @@ .blog-section-subtitle { font-size: 16px; color: #4b5563; - margin: 0.5rem 0 0; + margin: 0.25rem 0 0; } [data-theme="dark"] .blog-section-subtitle { diff --git a/src/data/releases.json b/src/data/releases.json index 50086900..82cca861 100644 --- a/src/data/releases.json +++ b/src/data/releases.json @@ -1,4 +1,17 @@ [ + { + "id": 356337315, + "name": "V1.0.7", + "tagName": "v1.0.5-recode", + "publishedAt": "2026-07-19T12:40:42Z", + "htmlUrl": "https://github.com/recodehive/recode-website/releases/tag/v1.0.5-recode", + "body": "## What's Changed\r\n* Revert \"feat: add Contributor Achievement Card Generator to leaderboard\" by @sanjay-kv in https://github.com/recodehive/recode-website/pull/1705\r\n* Change primary theme color from blue to green (#2e8555) by @sanjay-kv with @Copilot in https://github.com/recodehive/recode-website/pull/1710\r\n* fix: remove year grouping from blog sidebar Recent Posts by @sanjay-kv with @Copilot in https://github.com/recodehive/recode-website/pull/1712\r\n* Issue 1699 replace placeholder links html roadmap by @MiniduOshan in https://github.com/recodehive/recode-website/pull/1713\r\n* fix dual color on dark theme by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1696\r\n* fix(ui): improve testimonial and mentorship section consistency by @vishalpatil-45 in https://github.com/recodehive/recode-website/pull/1646\r\n* fix mobile view top gap by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1714\r\n* feat: replace single-author display with clickable avatar stack + full names on blog cards by @sanjay-kv with @Copilot in https://github.com/recodehive/recode-website/pull/1720\r\n* fix the redirection link on blog carousal by @Adez017 in https://github.com/recodehive/recode-website/pull/1725\r\n* feat: avatar stack for multiple-author blog post headers by @sanjay-kv with @Copilot in https://github.com/recodehive/recode-website/pull/1722\r\n* fix the cards on blog carousal by @Adez017 in https://github.com/recodehive/recode-website/pull/1726\r\n* fix: footer mobile layout stacking by @nancy-verma780 in https://github.com/recodehive/recode-website/pull/1727\r\n* fix(layout): resolve algorithmic testimonial avatars on careers page by @nishtha-agarwal-211 in https://github.com/recodehive/recode-website/pull/1734\r\n* docs: fix typo and grammar in README tagline by @poorvasingh1610 in https://github.com/recodehive/recode-website/pull/1735\r\n* fix alignment to centre on homepage in the FAQs section by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1738\r\n* Change the color to white on blogs by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1739\r\n* author card fixes on blog pages by @Adez017 in https://github.com/recodehive/recode-website/pull/1724\r\n* Improve author section styling on blogs page by @CopperFlame14 in https://github.com/recodehive/recode-website/pull/1744\r\n* chore: bump @typescript-eslint/parser from 8.59.4 to 8.60.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1741\r\n* chore: bump date-fns from 4.2.1 to 4.3.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1742\r\n* fix: resolve overlapping content on aditya author page #1558 by @nancy-verma780 in https://github.com/recodehive/recode-website/pull/1747\r\n* fix: replace author handle with full name on blogs and individual blo… by @Aish-kul16 in https://github.com/recodehive/recode-website/pull/1750\r\n* Fix/remove interview prep section by @Aish-kul16 in https://github.com/recodehive/recode-website/pull/1751\r\n* fix: remove complete Python docs section and Python logo [#1732] by @Sh8ubham in https://github.com/recodehive/recode-website/pull/1754\r\n* fix: increase testimonial card scroll speed (closes #1717) by @garima-agarwall in https://github.com/recodehive/recode-website/pull/1756\r\n* fix: improve author card visibility in dark mode by @garima-agarwall in https://github.com/recodehive/recode-website/pull/1757\r\n* Fix mobile navigation sidebar layout for small screens by @nancy-verma780 in https://github.com/recodehive/recode-website/pull/1761\r\n* chore: bump @clerk/react from 6.7.1 to 6.7.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1763\r\n* UI Enhancement: Revamp of footer by @steam-bell-92 in https://github.com/recodehive/recode-website/pull/1772\r\n* Fix: Homepage Carousel Auto-Rotation Issue by @Srushti-Kamble14 in https://github.com/recodehive/recode-website/pull/1775\r\n* small readme change by @Shayan-Bhowmik in https://github.com/recodehive/recode-website/pull/1785\r\n* Improve filter visibility and add clear filters option by @chandni5033 in https://github.com/recodehive/recode-website/pull/1780\r\n* fix: remove roadmap page and redirect to external project board #1733 by @Sh8ubham in https://github.com/recodehive/recode-website/pull/1787\r\n* chore: bump date-fns from 4.3.0 to 4.4.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1788\r\n* chore: bump @tsparticles/react from 4.0.5 to 4.1.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1789\r\n* chore: bump @tsparticles/slim from 4.0.5 to 4.1.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1790\r\n* chore: bump eslint from 9.39.4 to 10.4.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1791\r\n* Enhanced the Thank you card in community section by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1793\r\n* Improve Blog Post Page Typography, Spacing and Color to Match Professional Reading Standards by @sanjay-kv with @Copilot in https://github.com/recodehive/recode-website/pull/1805\r\n* added blog change and author intro by @sanjay-kv in https://github.com/recodehive/recode-website/pull/1806\r\n* edit image alt by @CopperFlame14 in https://github.com/recodehive/recode-website/pull/1823\r\n* Removed duplicate line from the blog \"Google Changed Workspace Icon \" by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1821\r\n* Added source for googleworkspace users by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1819\r\n* docs: improve README grammar and punctuation by @srushti-panara in https://github.com/recodehive/recode-website/pull/1794\r\n* fix: improve footer hero responsiveness and alignment by @srushti-panara in https://github.com/recodehive/recode-website/pull/1833\r\n* fix: remove duplicate word in website footer by @Tannuu18 in https://github.com/recodehive/recode-website/pull/1834\r\n* fix text wrapping and inconsistent icons in doc by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1817\r\n* Fix: Mobile navigation drawer overlay is pierced by page headings by @Shrutiii01 in https://github.com/recodehive/recode-website/pull/1822\r\n* feat: Add reading time to blog listing cards (#1766) by @ida-jemi in https://github.com/recodehive/recode-website/pull/1824\r\n* feat: make blog cards clickable for improved navigation by @iitzIrFan in https://github.com/recodehive/recode-website/pull/1826\r\n* Enhanced the sponsor page's UX by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1828\r\n* fix: improve footer responsiveness and UI consistencyBug/footer by @srushti-panara in https://github.com/recodehive/recode-website/pull/1827\r\n* feat: extend scroll to top/bottom buttons to showcase in all the pages by @Tannuu18 in https://github.com/recodehive/recode-website/pull/1832\r\n* fix/ \"Book a Session\" CTA in TopMate Card by @Sricharan106 in https://github.com/recodehive/recode-website/pull/1835\r\n* Change of color on Blogs Page slide/page button by @steam-bell-92 in https://github.com/recodehive/recode-website/pull/1837\r\n* Fixed text readability in \"Google icon update \" Blog by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1841\r\n* chore: bump @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1848\r\n* chore: bump lint-staged from 17.0.5 to 17.0.7 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1847\r\n* chore: bump @typescript-eslint/parser from 8.60.0 to 8.60.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1846\r\n* Footer link arrangements + introductions by @steam-bell-92 in https://github.com/recodehive/recode-website/pull/1854\r\n* fix: resolve production build failure (invalid JSON + missing .nvmrc) by @sanjay-kv with @Copilot in https://github.com/recodehive/recode-website/pull/1860\r\n* Fixed overlapping between testimonial and topmate card in Mobile view by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1875\r\n* feat: Add dynamic Badge & Stats Share Card generator in Contributor leaderboard by @SamXop123 in https://github.com/recodehive/recode-website/pull/1842\r\n* Fixed visibility issue in pagination button in leaderboard by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1861\r\n* Removed Plagiarized Content by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1872\r\n* Fixed visibility in dark theme by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1862\r\n* Fixed clickability on the blogs listed on the landing page by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1870\r\n* fix: improve careers page UI/UX - button states, focus rings, accessi… by @garima-agarwall in https://github.com/recodehive/recode-website/pull/1876\r\n* chore: bump prettier from 3.8.3 to 3.8.4 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1878\r\n* chore: bump @radix-ui/react-avatar from 1.1.11 to 1.1.12 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1879\r\n* chore: bump @typescript-eslint/parser from 8.60.1 to 8.61.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1880\r\n* chore: bump @radix-ui/react-collapsible from 1.1.12 to 1.1.13 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1881\r\n* chore: bump @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1883\r\n* chore: bump @clerk/react from 6.7.2 to 6.9.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1884\r\n* chore: bump @clerk/react from 6.9.0 to 6.9.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1889\r\n* chore: bump @tailwindcss/postcss from 4.3.0 to 4.3.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1891\r\n* chore: bump eslint from 10.4.1 to 10.5.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1892\r\n* chore: bump lucide-react from 0.503.0 to 1.18.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1894\r\n* update in navbar by @SahilChachane-27 in https://github.com/recodehive/recode-website/pull/1896\r\n* Revert \"chore: bump lucide-react from 0.503.0 to 1.18.0\" by @sanjay-kv in https://github.com/recodehive/recode-website/pull/1898\r\n* chore: bump @radix-ui/react-avatar from 1.1.12 to 1.2.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1901\r\n* chore: bump @typescript-eslint/eslint-plugin from 8.61.0 to 8.61.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1902\r\n* chore: bump @typescript-eslint/parser from 8.61.0 to 8.61.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1903\r\n* chore: bump @radix-ui/react-collapsible from 1.1.13 to 1.1.14 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1904\r\n* chore: bump @clerk/react from 6.9.1 to 6.10.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1905\r\n* Leaderboard migration by @SamXop123 in https://github.com/recodehive/recode-website/pull/1907\r\n* chore: bump @clerk/react from 6.10.0 to 6.10.4 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1914\r\n* chore: bump @tsparticles/slim from 4.1.0 to 4.2.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1915\r\n* chore: bump @tsparticles/react from 4.1.0 to 4.2.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1917\r\n* feat: add labels for social icons in mobile menu by @Astha-coder-web in https://github.com/recodehive/recode-website/pull/1871\r\n* chore: bump lint-staged from 17.0.7 to 17.0.8 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1919\r\n* chore: bump styled-components from 6.4.2 to 6.4.3 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1925\r\n* chore: bump framer-motion from 12.40.0 to 12.42.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1926\r\n* fix: move toast notification to bottom-right and update slide animation (#1716) by @aaniya22 in https://github.com/recodehive/recode-website/pull/1745\r\n* chore: bump autoprefixer from 10.5.0 to 10.5.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1927\r\n* chore: bump postcss from 8.5.15 to 8.5.16 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1928\r\n* chore: bump @typescript-eslint/eslint-plugin from 8.61.1 to 8.62.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1930\r\n* chore: bump react-icons from 5.6.0 to 5.7.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1938\r\n* chore: bump @typescript-eslint/parser from 8.61.1 to 8.63.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1939\r\n* chore: bump tailwindcss from 4.3.1 to 4.3.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1940\r\n* chore: bump @radix-ui/react-collapsible from 1.1.14 to 1.1.16 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1941\r\n* chore: bump @tsparticles/engine from 4.2.1 to 4.3.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1942\r\n* chore: bump eslint from 10.5.0 to 10.6.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1943\r\n* chore: bump framer-motion from 12.42.0 to 12.42.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1944\r\n* chore: bump @tailwindcss/postcss from 4.3.1 to 4.3.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1946\r\n* chore: bump @radix-ui/react-avatar from 1.2.0 to 1.2.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1947\r\n* fix: guard against undefined contentWindow in GiscusComments by @bh462007 in https://github.com/recodehive/recode-website/pull/1948\r\n* chore: bump prettier from 3.8.4 to 3.9.4 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1950\r\n* chore: bump @tsparticles/react from 4.2.1 to 4.3.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1952\r\n* chore: bump @clerk/react from 6.10.4 to 6.12.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1953\r\n* chore: bump @typescript-eslint/eslint-plugin from 8.62.1 to 8.63.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1954\r\n* chore: bump eslint from 10.6.0 to 10.7.0 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1968\r\n* chore: bump @docusaurus/plugin-content-docs from 3.10.1 to 3.10.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1969\r\n* chore: bump @tsparticles/engine from 4.3.1 to 4.3.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1970\r\n* chore: bump @docusaurus/module-type-aliases from 3.10.1 to 3.10.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1972\r\n* back-to-home option by @Julliet-Mohanta in https://github.com/recodehive/recode-website/pull/1973\r\n* chore: bump postcss from 8.5.16 to 8.5.19 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1974\r\n* chore: bump @tsparticles/slim from 4.2.1 to 4.3.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1976\r\n* chore: bump @floating-ui/react from 0.27.19 to 0.27.20 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1977\r\n* chore: bump @docusaurus/plugin-google-analytics from 3.10.1 to 3.10.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1978\r\n* chore: bump prettier from 3.9.4 to 3.9.5 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1980\r\n* chore: bump @docusaurus/tsconfig from 3.10.1 to 3.10.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1981\r\n* chore: bump @docusaurus/types from 3.10.1 to 3.10.2 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1989\r\n* fix : Change the background color on the header#1979 by @hrx01-dev in https://github.com/recodehive/recode-website/pull/1987\r\n* chore: bump autoprefixer from 10.5.2 to 10.5.4 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1992\r\n* chore: bump prettier-plugin-tailwindcss from 0.6.14 to 0.8.1 by @dependabot[bot] in https://github.com/recodehive/recode-website/pull/1994\r\n\r\n## New Contributors\r\n* @vishalpatil-45 made their first contribution in https://github.com/recodehive/recode-website/pull/1646\r\n* @nancy-verma780 made their first contribution in https://github.com/recodehive/recode-website/pull/1727\r\n* @nishtha-agarwal-211 made their first contribution in https://github.com/recodehive/recode-website/pull/1734\r\n* @poorvasingh1610 made their first contribution in https://github.com/recodehive/recode-website/pull/1735\r\n* @CopperFlame14 made their first contribution in https://github.com/recodehive/recode-website/pull/1744\r\n* @Aish-kul16 made their first contribution in https://github.com/recodehive/recode-website/pull/1750\r\n* @Sh8ubham made their first contribution in https://github.com/recodehive/recode-website/pull/1754\r\n* @garima-agarwall made their first contribution in https://github.com/recodehive/recode-website/pull/1756\r\n* @Srushti-Kamble14 made their first contribution in https://github.com/recodehive/recode-website/pull/1775\r\n* @chandni5033 made their first contribution in https://github.com/recodehive/recode-website/pull/1780\r\n* @srushti-panara made their first contribution in https://github.com/recodehive/recode-website/pull/1794\r\n* @Tannuu18 made their first contribution in https://github.com/recodehive/recode-website/pull/1834\r\n* @Shrutiii01 made their first contribution in https://github.com/recodehive/recode-website/pull/1822\r\n* @ida-jemi made their first contribution in https://github.com/recodehive/recode-website/pull/1824\r\n* @Sricharan106 made their first contribution in https://github.com/recodehive/recode-website/pull/1835\r\n* @SamXop123 made their first contribution in https://github.com/recodehive/recode-website/pull/1842\r\n* @SahilChachane-27 made their first contribution in https://github.com/recodehive/recode-website/pull/1896\r\n* @Astha-coder-web made their first contribution in https://github.com/recodehive/recode-website/pull/1871\r\n* @bh462007 made their first contribution in https://github.com/recodehive/recode-website/pull/1948\r\n* @Julliet-Mohanta made their first contribution in https://github.com/recodehive/recode-website/pull/1973\r\n\r\n**Full Changelog**: https://github.com/recodehive/recode-website/compare/V1.0.6-recode...v1.0.5-recode", + "prerelease": false, + "author": { + "login": "sanjay-kv", + "htmlUrl": "https://github.com/sanjay-kv" + } + }, { "id": 328475237, "name": "V1.0.6", diff --git a/src/pages/changelog/markdown.tsx b/src/pages/changelog/_markdown.tsx similarity index 100% rename from src/pages/changelog/markdown.tsx rename to src/pages/changelog/_markdown.tsx diff --git a/src/pages/changelog/index.tsx b/src/pages/changelog/index.tsx index 96291959..542cadf7 100644 --- a/src/pages/changelog/index.tsx +++ b/src/pages/changelog/index.tsx @@ -1,7 +1,7 @@ import React, { useState } from "react"; import Layout from "@theme/Layout"; import releases from "@site/src/data/releases.json"; -import { ReleaseBody } from "./markdown"; +import { ReleaseBody } from "./_markdown"; import "./index.css"; type Release = {