Evan Almloff
|
8c6fceb0c7
|
finish desktop implementation
|
2022-06-04 14:26:37 -05:00 |
|
Evan Almloff
|
2bcaa2e43e
|
refactor interperting macro into function and don't rely on cx being in scope
|
2022-06-04 12:20:56 -05:00 |
|
Evan Almloff
|
0079f7d18b
|
WIP: expose pipe for desktop
|
2022-06-02 13:33:08 -05:00 |
|
Evan Almloff
|
3b2ac82e8d
|
fix spelling of interpreter
|
2022-05-31 12:18:22 -05:00 |
|
Evan Almloff
|
b921dc4eec
|
call error handler when error occurs
|
2022-05-31 12:06:53 -05:00 |
|
Evan Almloff
|
51b87dafcc
|
derive serde for Errors and Location, and add error handler
|
2022-05-31 12:03:04 -05:00 |
|
Evan Almloff
|
94448ea4aa
|
handle formatting options
|
2022-05-30 18:32:57 -05:00 |
|
Evan Almloff
|
2183ecf3fb
|
better error handling
|
2022-05-29 08:04:08 -05:00 |
|
Evan Almloff
|
06390b9be5
|
allow rsx to be used outside of a proc_macro context
|
2022-05-28 12:10:32 -05:00 |
|
Evan Almloff
|
f9713b2fe9
|
Merge remote-tracking branch 'origin/master' into jk/rsx-refactor
|
2022-05-27 17:56:50 -05:00 |
|
Evan Almloff
|
94169083f5
|
use __varibles
|
2022-05-27 13:09:29 -05:00 |
|
Evan Almloff
|
3c7db0631b
|
handle iterators and nested rsx calls
|
2022-05-27 12:21:12 -05:00 |
|
Evan Almloff
|
a0c7e4d78a
|
add component support
|
2022-05-27 09:47:44 -05:00 |
|
Evan Almloff
|
5b0a60c294
|
handle expressions in attributes
|
2022-05-26 19:16:51 -05:00 |
|
Evan Almloff
|
62cca95905
|
update interperter to use CapuredContext
|
2022-05-26 17:02:36 -05:00 |
|
Evan Almloff
|
871f51f91b
|
It compiles
|
2022-05-25 14:08:59 -05:00 |
|
Evan Almloff
|
ca10d89670
|
add RsxTextIndex
|
2022-05-25 11:20:07 -05:00 |
|
Evan Almloff
|
c7c84da8ab
|
WIP hot reload
|
2022-05-25 08:58:59 -05:00 |
|
Jonathan Kelley
|
3febd42588
|
Release dioxus-core v0.2.1, dioxus-core-macro v0.2.1, dioxus-html v0.2.1, dioxus-interpreter-js v0.2.1, dioxus-desktop v0.2.3, dioxus-hooks v0.2.1, dioxus-liveview v0.1.0, dioxus-native-core v0.2.0, dioxus-native-core-macro v0.2.0, dioxus-router v0.2.3, dioxus-ssr v0.2.1, dioxus-tui v0.2.2, dioxus-web v0.2.1, fermi v0.2.1, dioxus v0.2.4
|
2022-05-02 23:57:20 -04:00 |
|
Jonathan Kelley
|
2a1970b3a9
|
feat: add prettyplease vendored and get basic test working
|
2022-04-24 02:55:20 -04:00 |
|
Jonathan Kelley
|
794f43ffee
|
concept: move rsx out to its own crate
|
2022-04-24 02:35:52 -04:00 |
|
Jonathan Kelley
|
24bca45612
|
fix: inline props should look for attributes
|
2022-04-09 19:41:29 -04:00 |
|
Jon Kelley
|
4edaeb0aae
|
Merge pull request #324 from overlisted/inlineprops-generics
`#[inline_props]` generics
|
2022-03-20 20:28:06 -04:00 |
|
Jon Kelley
|
d3ac3db296
|
Merge pull request #315 from Synphonyte/master
Option<...> props are optional by default.
|
2022-03-20 19:59:35 -04:00 |
|
Ilya Maximov
|
46b7f3b623
|
feat: basic generic support
|
2022-03-20 20:59:30 +01:00 |
|
Ilya Maximov
|
334936b276
|
fix: typos
|
2022-03-19 21:04:48 +01:00 |
|
Ilya Maximov
|
86159d0b55
|
fix: wrong type of error
|
2022-03-19 20:48:54 +01:00 |
|
Ilya Maximov
|
1f065acb4c
|
refactor: simplify and organize the errors
|
2022-03-19 20:37:25 +01:00 |
|
Ilya Maximov
|
0be88d20ee
|
docs: remove capitals and periods from errors
|
2022-03-19 19:29:57 +01:00 |
|
Maccesch
|
5818da5f70
|
auto detect optional props
|
2022-03-15 16:52:45 +00:00 |
|
Jonathan Kelley
|
e7505188d6
|
release: make a new 0.2.0 release of Dioxus
|
2022-03-09 14:24:05 -05:00 |
|
Jonathan Kelley
|
56517ef5de
|
fix: merge conflicts
|
2022-02-26 17:35:23 -05:00 |
|
Jonathan Kelley
|
03feaa446a
|
fix: make clippy happy
|
2022-02-23 11:37:28 -05:00 |
|
Jonathan Kelley
|
45231651dd
|
fix: quick patch
|
2022-02-22 16:34:06 -05:00 |
|
Jonathan Kelley
|
185902f935
|
fix: macro compiles
|
2022-02-18 23:14:17 -05:00 |
|
Jonathan Kelley
|
b93487282d
|
feat: move files around
|
2022-02-18 20:54:30 -05:00 |
|
Jonathan Kelley
|
b2472e3cfe
|
Merge branch 'master' into jk/partialexpansion
|
2022-02-18 15:31:49 -05:00 |
|
Jonathan Kelley
|
3873cd1a60
|
fix: remove unused depds
|
2022-02-16 14:40:45 -05:00 |
|
Jonathan Kelley
|
ca7ce46cdb
|
Merge branch 'master' into jk/partialexpansion
|
2022-02-13 12:36:02 -05:00 |
|
Jonathan Kelley
|
4a3680ee1b
|
chore: remove all warnings
|
2022-02-10 21:00:15 -05:00 |
|
Jonathan Kelley
|
0820e18d3d
|
feat: make component name accessible
|
2022-01-31 02:49:37 -05:00 |
|
Jonathan Kelley
|
1b2a0053ef
|
Release dioxus-core-macro v0.1.7
|
2022-01-29 10:35:54 -05:00 |
|
Jonathan Kelley
|
56f3002aed
|
feat: add changelogs
|
2022-01-29 10:17:14 -05:00 |
|
Dave Rolsky
|
9e4ec43b1e
|
Fix various typos and grammar nits
I also removed all trailing whitespace from lines since I have Emacs
configured to highlight this.
|
2022-01-21 21:43:43 -06:00 |
|
Jonathan Kelley
|
174d287062
|
wip: extract to rsx module
|
2022-01-17 23:02:36 -05:00 |
|
Jonathan Kelley
|
abfac0d59b
|
wip: move macro lib out of proc macro crate
|
2022-01-17 16:37:44 -05:00 |
|
Jonathan Kelley
|
47bc4e4a44
|
feat: add "optional" flag for props
|
2022-01-16 15:27:41 -05:00 |
|
Jonathan Kelley
|
d2372717bd
|
feat: flatten props attrs
|
2022-01-10 02:57:03 -05:00 |
|
Jonathan Kelley
|
f4132d1874
|
Merge pull request #108 from DioxusLabs/jk/fstring-component-fields
Fix: string formatting detection in component fields
|
2022-01-10 01:20:58 -05:00 |
|
Jonathan Kelley
|
90abd9c9a0
|
fix: detection of f-string formatting in components
|
2022-01-10 01:20:03 -05:00 |
|