0.4 release
#1079
Replies: 1 comment
-
0.4 release is out now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are working on the 0.4 release. The target is about end of July 2023. We are focusing on the following main items:
Compatibility with 0.3
ftd
languagejs
andcss
propertiesdiv
tag instead ofa
$on-click$
events, cursor pointer<list>.<index>
(names.0)) (both for p script and f script)ftd.ui
not accepted from component headersftd.ui
individual component invocation using for loop against list offtd.ui
components.align-content
is not implemented properly (it uses bothalign-items
andjustify-content
properties andjustify-content
is yet not implemented)js based runtime
fastn performance issue
backend using ftd
ftd.json
ftd.redirect
$loop$: $people as $p
->for: $p in $person
(we support both, give warning for old)local store and cookie support
text-wrap
add only font-family (not role) to table and code dom elements.
if link is null the link becomes
\null\
Working on the fixes
<title>
content for ftd.textlink-color
attributecss
documentationftd.http
functionftd.navigate
ftd.get(todo, "id")
-> todo.id ref-> text-strong.on-base: text-strong, text-strong.on-step-1: text-strong, text-strong.on-step-2: text-strong
fastn.sitemap
:
and->
bothIssues
Both
ftd.text
invocation will have same background color and both background will change on dark mode to greenFor the module
rithik.ftd
component
home
does not findritesh
Post Release:
fastn.app
$processor$
using function callsGood to have:
ftd.grid
ftd.scene
ftd.text
can have gradient and imageon_change
, let's add on_insert, on_delete for mutablelistIssues:
Example:
Add closure to
uis
to display 0th itemExample one:
Example two:
if
condition doesn't work forftd.ui
elementExample:
The key goal of this release is performance. We are planning this release to be completely backward compatible with 0.3 code base.
As part of our js based runtime, we will also get dynamic-dom working.
Beta Was this translation helpful? Give feedback.
All reactions