Skip to content
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

feat: added the post about UIKit6 #180

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions src/content/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
{
date: '2024-03-14T12:00:00.000Z',
content:
'<a href="https://github.com/gravity-ui/uikit">UIKit 6</a> is here! This version has RTL support, improved a11y, and CSS API. Check out this <a href ="/rtl">little demo</a> to see how you can use RTL and new rtl switches in <a href ="/components/uikit/list">components sandbox</a>.',
},
{
date: '2024-02-01T10:00:00.000Z',
content:
Expand All @@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = {
content:
'We continue to improve our <a href="/#templates">templates</a> section and have added the <a href="https://github.com/gravity-ui/gravity-ui-remix-example">Remix template</a>. If you need other templates, don’t hesitate to create an <a href="https://github.com/gravity-ui/landing/issues/new">issue</a>. ',
},
{
date: '2023-12-22T14:00:00.000Z',
content:
'We added templates for popular frameworks (<a href="https://github.com/gravity-ui/gravity-ui-cra-example">CRA</a>, <a href="https://github.com/gravity-ui/gravity-ui-nextjs-example">Next.js</a>, <a href="https://github.com/gravity-ui/gravity-ui-vite-example">Vite</a>) and redesigned <a href="/#templates">templates section</a>. Now it’s even easier to start using our framework in your project.',
},
],
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/content/roadmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const roadmapTasks: RoadmapTask[] = [
},
{
title: '<b>UIKit:</b> Right-to-left languages support',
status: RoadmapTaskStatus.InProgress,
status: RoadmapTaskStatus.Completed,
},
{
title: '<b>UIKit:</b> improvements in digital accessibility',
Expand All @@ -23,7 +23,7 @@ export const roadmapTasks: RoadmapTask[] = [
},
{
title: '<b>Docs:</b> Date Components in Components section',
status: RoadmapTaskStatus.InProgress,
status: RoadmapTaskStatus.Completed,
},
{
title: '<b>UIKit:</b> emoji picker, color picker, label input and range input components',
Expand Down
Loading