-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from wpmudev/docs/changelog
📝 docs(change-log): Added css and icons change log.
- Loading branch information
Showing
6 changed files
with
92 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
import { Section, List, Code } from '@wpmudev/sui-docs'; | ||
|
||
<Section | ||
title={{ | ||
content: '1.1.0', | ||
date: '2024-05-21', | ||
tag: 'New' | ||
}} | ||
style={{ paddingTop: 0 }}> | ||
<List title="New Features" id="css-new__1-1-0"> | ||
<div label="Added styles and tokens for the following components:"> | ||
<div label="Avatar" /> | ||
<div label="Box" /> | ||
<div label="Button" /> | ||
<div label="Link" /> | ||
<div label="Score" /> | ||
<div label="Search" /> | ||
<div label="Segmented Control" /> | ||
<div label="Selector" /> | ||
<div label="Spinner" /> | ||
<div label="Tag" /> | ||
<div label="Toggle" /> | ||
<div label="Tooltip" /> | ||
<div label="Input" /> | ||
<div label="Password" /> | ||
<div label="Checkbox" /> | ||
<div label="Radio" /> | ||
<div label="Select" /> | ||
<div label="Textarea" /> | ||
<div label="Accordion" /> | ||
<div label="Alert Banner" /> | ||
<div label="Basic Box" /> | ||
<div label="Builder" /> | ||
<div label="Code Editor" /> | ||
<div label="Code Snippet" /> | ||
<div label="Color Picker" /> | ||
<div label="Date Picker" /> | ||
<div label="Drawer" /> | ||
<div label="Dropdown" /> | ||
<div label="Editor Toolbar" /> | ||
<div label="Empty State" /> | ||
<div label="Field State" /> | ||
<div label="Modal" /> | ||
<div label="Notification" /> | ||
<div label="Pagination" /> | ||
<div label="Popover" /> | ||
<div label="Progress Bar" /> | ||
<div label="Recipient" /> | ||
<div label="Rich Text Editor" /> | ||
<div label="Setting Block" /> | ||
<div label="Sidebar" /> | ||
<div label="Summary Box" /> | ||
<div label="Tabs" /> | ||
<div label="Tree View" /> | ||
<div label="Uploader" /> | ||
<div label="Dashboard Widget" /> | ||
<div label="Integration" /> | ||
<div label="Navigation" /> | ||
<div label="Table" /> | ||
<div label="Advanced Banner" /> | ||
<div label="Config Table" /> | ||
<div label="Footer" /> | ||
<div label="Setup Banner" /> | ||
<div label="Upsell Notice" /> | ||
<div label="Upsell" /> | ||
</div> | ||
</List> | ||
</Section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { Section, List } from '@wpmudev/sui-docs'; | ||
|
||
<Section | ||
title={{ | ||
content: '1.1.1', | ||
date: '2024-05-21', | ||
tag: 'New' | ||
}} | ||
border={true} | ||
style={{ paddingTop: 0 }} | ||
> | ||
<List title="Improvements" id="icons-new__1-1-1"> | ||
<div label="Icons can now be imported as component." /> | ||
<div label="Added new icons and replaced some existing ones." /> | ||
</List> | ||
<List title="Removed" id="icons-deprecated__1-1-1"> | ||
<div label="Removed font based icon support." /> | ||
<div label="Removed unused icons." /> | ||
</List> | ||
</Section> |