Skip to content

Commit b5fe1f2

Browse files
committed
docs: update newly added features and release credits
1 parent bb34c35 commit b5fe1f2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/assets/default-project/en/Newly_added_features.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ We are continuously adding features every week to improve the life of web develo
66
<a href="https://github.com/phcode-dev/phoenix/releases" target="_blank">Check out our release page!</a>
77

88
Here's a list of top features recently added to Phoenix:
9+
10+
## Live CSS class and Style Code Hints
11+
12+
`Added on May, 2024`
13+
14+
Interactively edit CSS styles and classes using the up/down arrow keys in code hints. This is available in
15+
CSS files and inline CSS styles/class names in HTML files. This provides an instant boost to your HTML and CSS workflows.
16+
17+
![classLiveHints](https://github.com/phcode-dev/phoenix/assets/5336369/502c8751-5269-4c34-9178-5ad08f8ad837)
18+
919
<h2><a target="_blank" href="https://docs.phcode.dev/docs/Features/live-preview-settings/">Custom Live Preview Servers</a></h2>
1020

1121
`Added on April, 2024`

src/htmlContent/about-dialog.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ <h2>{{APP_NAME_ABOUT_BOX}}</h2>
1414
</p>
1515
<p class="dialog-message">{{{Strings.ABOUT_RELEASE_CREDITS}}}
1616
<a href="https://github.com/abose" target="_blank" rel="noopener" >Arun Bose</a><span>,&nbsp;
17-
<a href="https://github.com/charlypa" target="_blank" rel="noopener" >charly p abraham</a>,&nbsp;
18-
<a href="https://github.com/ayoung5555" target="_blank" rel="noopener" >Andrew Young</a>,&nbsp;
19-
<a href="https://github.com/faizanbhagat" target="_blank" rel="noopener" >Faizan Bhagat</a>
17+
<a href="https://github.com/charlypa" target="_blank" rel="noopener" >charly p abraham</a>
2018
</p>
2119

2220
<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2021 - present <a href="https://core.ai">Core.ai</a> and its licensors. All rights reserved.</p>

0 commit comments

Comments
 (0)