Cecile Tonglet
e5b5a5585a
Upgrade to Yew 0.21 ( #174 )
2023-10-08 14:34:16 +02:00
Cecile Tonglet
97ae6cb460
chore: Release
2023-05-17 14:25:15 +02:00
Cecile Tonglet
04e071e419
chore: Release
2023-05-17 14:06:24 +02:00
Cecile Tonglet
993b8cc8bd
chore: Release
2023-04-24 19:06:11 +02:00
Simon Bihel
31a3ba8946
Add grow_vertically to TextArea ( #171 )
...
This change replicates the behaviour on Blueprint.
Improvements could include:
1. adding support for the `value` property and generating the element
with the appropriate height; and
2. reduce the height when text is deleted.
Close #158
2023-04-24 09:57:21 +02:00
Cecile Tonglet
a705c433b8
(cargo-release) version 0.4.3
2023-03-01 15:53:53 +01:00
Cecile Tonglet
a8a00037ef
Update Cargo.lock
2023-03-01 15:53:37 +01:00
Cecile Tonglet
fa96d3e403
(cargo-release) version 0.4.2
2023-02-01 10:18:20 +01:00
Cecile Tonglet
48b2ef302a
(cargo-release) version 0.4.1
2023-01-30 15:54:18 +01:00
Cecile Tonglet
c2f9b5cce7
(cargo-release) version 0.4.0
2022-12-21 11:50:16 +01:00
Cecile Tonglet
4344a315da
Update Cargo.lock
2022-12-21 11:50:02 +01:00
Cecile Tonglet
80401a132e
(cargo-release) version 0.4.0
2022-12-21 11:47:34 +01:00
Cecile Tonglet
ba9b1746f4
Add components Portal and Overlay ( #161 )
2022-12-19 16:49:06 +01:00
Cecile Tonglet
b6a6004fcf
Rewrite Icon API ( #160 )
2022-12-14 17:42:43 +01:00
Cecile Tonglet
933d4c569c
Version CSS again to prevent issues ( #159 )
2022-12-14 11:06:44 +01:00
Yohan Boogaert
3e58abab37
Update dependencies ( #154 )
...
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2022-12-14 10:26:26 +01:00
Yohan Boogaert
c0e980e148
Add a way to search for icons ( #150 )
2022-11-22 13:06:39 +01:00
Cecile Tonglet
d4548c1169
(cargo-release) version 0.3.1
2022-09-19 15:18:04 +01:00
Cecile Tonglet
50c5d7c371
(cargo-release) version 0.3.0
2022-08-22 15:16:47 +01:00
yozhgoor
44d0b453b1
(cargo-release) version 0.2.0
2022-07-16 18:43:26 +02:00
Yohan Boogaert
b36ba41637
Fix routing issues ( #144 )
...
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2022-07-14 23:41:38 +02:00
Forest Anderson
3f96db6a7e
Yewprint upgrade 0.19 ( #131 )
...
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
Co-authored-by: Francois Stephany <francois@tamere.eu>
2022-06-28 09:57:14 +01:00
yozhgoor
bf91608c27
(cargo-release) version 0.2.1
2022-06-08 16:22:20 +02:00
Yohan Boogaert
0962df3caa
Replace reqwest
by ureq
( #140 )
2022-06-08 15:56:26 +02:00
Yohan Boogaert
25be039090
Replace wasm-run by xtask-wasm ( #138 )
2022-05-09 19:20:26 +02:00
Cecile Tonglet
8f2f588e6f
(cargo-release) version 0.2.0
2022-04-04 17:25:48 +01:00
Cecile Tonglet
87fcffdb71
(cargo-release) version 0.1.1
2021-11-23 10:25:17 +01:00
Cecile Tonglet
a373604983
(cargo-release) version 0.1.1
2021-11-23 10:24:35 +01:00
Cecile Tonglet
2abb78ab09
(cargo-release) version 0.1.0
2021-11-23 10:18:11 +01:00
Cecile Tonglet
ddcb093e9f
(cargo-release) version 0.1.0
2021-11-23 10:09:38 +01:00
Cecile Tonglet
d6f41b0c1e
Clean-up & updates before publishing
2021-11-23 10:09:27 +01:00
Yohan Boogaert
e50b3467f7
Add link to the source code of each component ( #117 )
2021-07-07 16:48:28 +02:00
Cecile Tonglet
1aae88fa40
Add command to update Blueprint CSS ( #111 )
...
* Add command to update Blueprint CSS
* Actually update CSS
2021-06-10 11:15:21 +02:00
Cecile Tonglet
1a2594049c
Update Yew to 0.18 ( #107 )
2021-05-16 10:51:07 +02:00
Yohan Boogaert
fea5f0a000
Use wasm-run to build yewprint ( #104 )
2021-04-13 16:23:12 +02:00
Yohan Boogaert
f6c6a54256
Remove boolinator ( #103 )
...
* Remove boolinator from dependencies
2021-04-13 10:36:29 +02:00
Yohan Boogaert
008d7e341b
Slider ( #95 )
...
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2021-04-09 17:47:41 +02:00
Yohan Boogaert
70d9a394a9
Remove Boolinator ( #88 )
...
* Remove use statement for boolinator
* Replace boolinator as_some method by bool then method
* Replace boolinator and_option method by bool then method
2021-02-27 17:35:07 +01:00
Yohan Boogaert
1f94b2821d
Modify props name update yewprint's dependencies ( #87 )
...
* props struct have now the name of its component
* Add the class props to the tag
* Update dependencies
2021-02-27 13:56:49 +01:00
Yohan Boogaert
29c685cfe2
Modify some details on the build ( #84 )
...
* Delete the downloads of blueprintjs
The icon is directly take on a file in the repos
* Add the rust toolchain
* Test CI for Windows
* Add doc comments to build.rs
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2021-01-22 14:33:47 +01:00
Cecile Tonglet
272b8e72f0
Breaking API change in 1.0.58: could not find export
in syn
( #82 )
...
Co-authored-by: cecton <cecile.tonglet@cecton.com>
2021-01-18 14:06:26 +01:00
Cecile Tonglet
05f8bc4fd7
Remove boolinator ( #62 )
...
Fixes #51
2020-10-25 10:19:38 +01:00
Cecile Tonglet
1e840c81ef
Router ( #29 )
2020-09-29 18:47:33 +02:00
Cecile Tonglet
03ea949699
Example props ( #25 )
2020-09-28 15:24:04 +02:00
Cecile Tonglet
bd1bb35d6e
Use docs-theme from blueprint ( #24 )
2020-09-27 14:49:05 +02:00
Cecile Tonglet
f5bc807ec2
Syntax color for examples ( #19 )
2020-09-25 21:47:11 +02:00
Cecile Tonglet
608cae413c
Rename project to yewprint
2020-09-20 17:06:28 +02:00
Cecile Tonglet
584f5f69b1
WIP: Tree
2020-09-13 18:16:01 +02:00
Cecile Tonglet
066dc90444
Component Icon
2020-09-13 07:53:12 +02:00
Cecile Tonglet
244bbdd3cc
WIP: Tree and Collapse
2020-09-12 11:08:17 +02:00