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

v2022.0.0f1 Release #100

Merged
merged 49 commits into from
Jan 3, 2022
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
03322d2
init editor canvas package
softmarshmallow Dec 15, 2021
20db2ed
Merge branch 'main' of https://github.com/gridaco/designto-code into …
softmarshmallow Dec 15, 2021
ea8cbc3
add appbar related icons & bring back code editor appbar fragment
softmarshmallow Dec 15, 2021
a5f6f53
Merge branch 'main' of https://github.com/gridaco/designto-code into …
softmarshmallow Dec 28, 2021
5e90ae7
bump design sdk (remapi)
softmarshmallow Dec 28, 2021
1860384
update component property reading
softmarshmallow Dec 28, 2021
9e3f414
add components to editor state for always-reference
softmarshmallow Dec 28, 2021
e205f2c
(ignore)
softmarshmallow Dec 28, 2021
4b8a7cd
add JsxText attribute support on instanciation of component
softmarshmallow Dec 28, 2021
5370f5e
logging: clear log on new selection
softmarshmallow Dec 28, 2021
1724754
add react-hotkeys-hook, add prevent defaults
softmarshmallow Dec 28, 2021
43dd60e
fix replaceAll
softmarshmallow Dec 28, 2021
4c67382
Merge branch 'staging' of https://github.com/gridaco/designto-code in…
softmarshmallow Dec 28, 2021
34e9e42
add `forMasterComponent` DesignInput initializer
softmarshmallow Dec 28, 2021
2ab6132
skip second entry if no asset to fetch for result proc
softmarshmallow Dec 28, 2021
79e73cf
clean logging
softmarshmallow Dec 28, 2021
4670d2e
fix widget being unwrapped, loosing instanceof compatibility. using r…
softmarshmallow Dec 28, 2021
2721d07
add temporal fill property deligation
softmarshmallow Dec 28, 2021
2d4a96b
alt "inspect component" menu from button to link
softmarshmallow Dec 28, 2021
4aea792
add nested hierachy property extraction support with design-sdk/desig…
softmarshmallow Dec 29, 2021
6b2581d
button widget temporarily disabled
softmarshmallow Dec 29, 2021
6960f86
update flag docs placement
softmarshmallow Dec 29, 2021
165ed07
update ci scripts for flags docs gen
softmarshmallow Dec 30, 2021
68753b9
(doc) add h1-h6 flags docs
softmarshmallow Dec 30, 2021
9679558
(doc) artwork flag docs
softmarshmallow Dec 30, 2021
545358d
(doc) w&h flags docs
softmarshmallow Dec 30, 2021
818ee2b
add h1~h6 flag definition & parsing with alias keys
softmarshmallow Dec 30, 2021
00383af
split flag parsing & type declarations
softmarshmallow Dec 30, 2021
10ebba1
add h1 - h6 element tagging support for html based web frameworks wi…
softmarshmallow Dec 30, 2021
aea9c22
add meta to h1-h6 docs (stage info)
softmarshmallow Dec 30, 2021
0dcce07
add mimic heading level parsing safety for flags
softmarshmallow Dec 30, 2021
c45109d
fix build error;
softmarshmallow Dec 30, 2021
a1ce56a
add `span` and `p` support wih flags - text element preference flag a…
softmarshmallow Dec 30, 2021
827d0f4
add flags proposal docs (as-br, as-char, as-text-group, as-nbsp)
softmarshmallow Dec 30, 2021
be8c1e4
(mimic) fix build issue
softmarshmallow Dec 30, 2021
040077d
(docs/proposal) update docs for advanced in-line min-max value assign…
softmarshmallow Dec 30, 2021
1635101
improve docs
softmarshmallow Dec 30, 2021
e83e980
update alias ex/import
softmarshmallow Dec 30, 2021
5ea5147
grouping alias, using flag-parser's alias option
softmarshmallow Dec 30, 2021
ec21bf3
remove export of secondary alias keys
softmarshmallow Dec 30, 2021
2bfc127
add types support for flags (internal)
softmarshmallow Dec 30, 2021
1688d16
update widgets wh type to have dynamic length, not static number by d…
softmarshmallow Dec 30, 2021
bd20fbe
initially add support for wh declaration flag. (multiple flags not su…
softmarshmallow Dec 30, 2021
558704a
add multiple inline wh flag declaration merging
softmarshmallow Dec 31, 2021
6020248
add final wh min max support - add property to web widgets
softmarshmallow Dec 31, 2021
cefa0df
add `--fix-width` and `--fix-height` flag support
softmarshmallow Dec 31, 2021
cda1bd2
Merge pull request #106 from gridaco/support-flags
softmarshmallow Dec 31, 2021
5a29568
Merge branch 'main' of https://github.com/gridaco/designto-code into …
softmarshmallow Dec 31, 2021
f415eb3
disabled component feature & debug panel for release
softmarshmallow Jan 3, 2022
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
Prev Previous commit
Next Next commit
add meta to h1-h6 docs (stage info)
softmarshmallow committed Dec 30, 2021
commit aea9c22624d6ce60b55424449eb325f51881f390
7 changes: 7 additions & 0 deletions packages/support-flags/--as-h1/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
stage:
- production
- staging
- experimental
---

# `--as-h1` As Heading1

**Accepted keys**
7 changes: 7 additions & 0 deletions packages/support-flags/--as-h2/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
stage:
- production
- staging
- experimental
---

# `--as-h2` As Heading2

**Accepted keys**
7 changes: 7 additions & 0 deletions packages/support-flags/--as-h3/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
stage:
- production
- staging
- experimental
---

# `--as-h3` As Heading3

**Accepted keys**
7 changes: 7 additions & 0 deletions packages/support-flags/--as-h4/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
stage:
- production
- staging
- experimental
---

# `--as-h4` As Heading4

**Accepted keys**
7 changes: 7 additions & 0 deletions packages/support-flags/--as-h5/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
stage:
- production
- staging
- experimental
---

# `--as-h5` As Heading5

**Accepted keys**
7 changes: 7 additions & 0 deletions packages/support-flags/--as-h6/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
stage:
- production
- staging
- experimental
---

# `--as-h6` As Heading6

**Accepted keys**