Commit Graph

226 Commits

Author SHA1 Message Date
Pauan 3f1bf81a3e
Fixing image for badge 2021-09-01 19:31:43 +02:00
Pauan 24e101ef51
Merge pull request #48 from iMplode-nZ/master
Added derives to MouseButton.
2021-08-06 19:37:57 +02:00
iMplode nZ 9acc0e1aa9 Added derives to MouseButton. 2021-08-05 15:49:57 -07:00
Pauan 554249ef04 Version 0.5.19 2021-06-21 13:59:02 +02:00
Pauan 68c5a9f32a Adding in BeforeInput event 2021-06-21 13:58:49 +02:00
Pauan a674b28469 Version 0.5.18 2021-05-28 15:18:28 +02:00
Pauan 4b7455748d Replacing lazy_static with once_cell 2021-05-28 15:18:14 +02:00
Pauan 314ecf9eec Modernizing todomvc example 2021-05-28 15:10:10 +02:00
Pauan 1d444bffad Modernizing counter example 2021-05-28 13:37:14 +02:00
Pauan 85cddfabdb Modernizing async example 2021-05-28 13:29:17 +02:00
Pauan ca4e9651ad Modernizing animation example 2021-05-28 13:14:35 +02:00
Pauan bbc3e3a68e Adding in nightly feature and new events::Event type 2021-05-28 00:17:42 +02:00
Pauan 089a073913 Adding in attr and prop aliases 2021-05-27 23:54:52 +02:00
Pauan 5cd4ff8553 Version 0.5.17 2021-05-17 09:44:17 +02:00
Pauan 21daff2879 Changing apply_methods/html/svg to run each method call on a separate statement
This means that any locks will be freed at the end of the method call
2021-05-17 09:42:46 +02:00
Pauan 88a4f50f77 Improving README 2021-04-30 19:40:04 +02:00
Pauan 19b6ac130f Improving README 2021-04-30 19:37:27 +02:00
Pauan 9eb9bcbd33 Version 0.5.16 2021-04-30 18:24:53 +02:00
Pauan f6023aea65 Adding in dom_builder macro 2021-04-30 18:19:16 +02:00
Pauan 2839a51ba9 It now supports multiple dynamic children, by using comment markers 2021-04-30 18:08:29 +02:00
Pauan 16f09dd375 Improving README 2021-04-30 14:44:38 +02:00
Pauan 07e76e834d Improving README 2021-04-30 02:39:41 +02:00
Pauan 2edd84690d Improving README 2021-04-30 01:55:23 +02:00
Pauan 4c40823335 Improving README 2021-04-30 01:39:59 +02:00
Pauan ebea327cda Improving README 2021-04-30 01:36:07 +02:00
Pauan 7229ab9f6e Improving README 2021-04-30 01:27:57 +02:00
Pauan 3f01f09182 Version 0.5.15 2021-04-30 01:13:37 +02:00
Pauan 1ba7d833f3 Minor improvement 2021-04-30 01:06:36 +02:00
Pauan e096729759 Minor improvement 2021-04-30 00:50:33 +02:00
Pauan 8f3c6788bd Fixing bug where child_signal wouldn't trigger after_removed 2021-04-29 19:59:56 +02:00
Pauan 672af7b3ed Fixing bug where children_signal_vec wouldn't trigger after_removed 2021-04-29 19:44:21 +02:00
Pauan 2d9ae38c9d Making MutableAnimation Clone 2021-04-26 17:08:11 +02:00
Pauan 19dd6fbf1d Deprecating with_state 2021-04-26 16:56:42 +02:00
Pauan 7257d3eac9 Adding in load event 2021-04-26 16:53:05 +02:00
Pauan db42d2a02b Version 0.5.14 2020-10-26 13:18:55 +01:00
Pauan 13c855f644 Changing child method to accept &mut references 2020-10-26 13:18:36 +01:00
Pauan 8ecf715c31 Version 0.5.13 2020-10-20 12:17:33 +02:00
Pauan b7f893e2e2 Adding in drag events 2020-10-20 12:10:07 +02:00
Pauan d9862065b8 Version 0.5.12 2020-08-27 17:22:32 +02:00
Pauan e7fe4b99a1 Changing events to use capture rather than bubble 2020-08-27 17:22:14 +02:00
Pauan 748326492b Minor improvements 2020-06-02 17:14:10 +02:00
Pauan 4cf6acd71b Replacing pin-utils with pin-project 2020-06-02 14:27:36 +02:00
Pauan ccb9bcbf33 Version 0.5.11 2020-06-02 03:27:00 +02:00
Pauan 9b1169fb88 It's now possible to have multiple static children 2020-06-02 03:24:31 +02:00
Pauan c498b9e2b1 Minor improvement to the text implementation 2020-06-02 03:08:34 +02:00
Pauan 6846a45ca3 Minor improvement to README 2020-05-31 11:59:29 +02:00
Pauan 0697ddd383 Adding link to Discord server 2020-05-31 11:47:42 +02:00
Pauan 17e5209e58 Adding in with_cfg macro 2020-05-31 11:47:42 +02:00
Pauan cc8989772d
Merge pull request #40 from Kinrany/patch-1
Update README.md: does not require nightly
2020-05-14 08:51:09 +02:00
Kinrany c438cfa3a8
Update README.md: does not require nightly 2020-05-13 22:25:30 +03:00
Pauan 62ef25ea81 Version 0.5.10 2020-05-04 23:34:03 +02:00
Pauan 07ae71cf35 Adding in shadow_root! macro 2020-05-04 23:28:09 +02:00
Pauan e3fc0f152a Version 0.5.9 2020-04-27 07:37:15 +02:00
Pauan 8f12cf15b7 Changing children to use BorrowMut 2020-04-27 07:36:48 +02:00
Pauan 41b68baf90 Adding in livereload to the examples 2020-04-26 05:24:53 +02:00
Pauan 8600212043
Merge pull request #31 from qm3ster/patch-1
Add crates.io and docs.rs badges/links
2020-04-10 05:41:27 +02:00
Mihail Malo 8dd983d640
Add crates.io and docs.rs badges/links 2020-04-10 00:40:56 +03:00
Pauan 24920fd7af Adding in async example 2020-03-21 04:00:56 +01:00
Pauan 5ed4c0ae05 Version 0.5.8 2020-03-11 14:25:29 +01:00
Pauan 5083e7bdea Updating examples to use Rollup 2020-03-11 14:23:41 +01:00
Pauan 833a3c4ec0 Fixing the unit tests 2020-03-11 13:29:29 +01:00
Pauan 733223fbca Version 0.5.7 2020-01-20 04:40:59 +01:00
Pauan 616a7a1baa Adding in global_event_preventable method 2020-01-20 04:40:39 +01:00
Pauan ae479b136a Version 0.5.6 2020-01-08 09:52:41 +01:00
Pauan 1c08b3043b Adding in child_signal method 2020-01-08 09:52:00 +01:00
Pauan 2befdc7aa4 Version 0.5.5 2019-10-28 04:46:03 +01:00
Pauan bdaa305ee6 Minor refactoring of features 2019-10-28 04:45:42 +01:00
Pauan fa7936455f Changing the implementation of clone and adding in MultiStr impl for 1-sized arrays 2019-10-28 04:40:20 +01:00
Pauan 30c3825197 Version 0.5.4 2019-10-14 05:05:23 +02:00
Pauan 0af4347abd Adding in cubic beziers for animation 2019-10-14 05:05:15 +02:00
Pauan ca7e827f74 Adding in more event properties 2019-09-23 07:23:38 +02:00
Pauan 1490631bf2 Version 0.5.2 2019-09-23 07:18:29 +02:00
Pauan 9ea243cc13 Adding in some more events 2019-09-23 07:18:18 +02:00
Pauan 98ea1d35cf Minor fix 2019-08-29 05:20:39 +02:00
Pauan dc3d337945 Version 0.5.1 2019-08-29 05:19:09 +02:00
Pauan 63ccea1c50 Fixing build errors 2019-08-29 05:17:47 +02:00
Pauan 88261d875b Minor improvement to the animation implementation 2019-08-29 04:56:06 +02:00
Pauan ae65e7db23 Breaking change: removing some public things which no longer need to be public 2019-08-05 04:07:50 +02:00
Pauan 8a056e9eec Changing stylesheet to accept multiple selectors, and adding in pseudo macro for classes 2019-08-05 03:39:40 +02:00
Pauan 2bed86b49e Adding in link, apply_methods, with_node, and on_click_go_to_url macros 2019-07-31 20:52:04 +02:00
Pauan b4aadeb42b Adding in with_node macro 2019-07-30 23:26:58 +02:00
Pauan 094ad20b51 Minor tweaks 2019-07-23 07:25:27 +02:00
Pauan 6ab63f0ae6 Changing to use wasm-bindgen's intern function 2019-07-23 06:51:40 +02:00
Pauan 1cd3971a81 Improving the TodoMVC example 2019-07-23 04:45:31 +02:00
Pauan 08864347f4 Improving the performance of children_signal_vec 2019-06-23 17:25:41 +02:00
Pauan 3062359534 Changing event system to use interning 2019-06-21 20:58:39 +02:00
Pauan 97b39fa3ee More tweaks to the interning 2019-06-21 13:22:53 +02:00
Pauan 36e0479269 Tweaking interning 2019-06-21 02:29:56 +02:00
Pauan fae50b2401 Adding in interning system for strings 2019-06-21 01:57:47 +02:00
Pauan ec85fef904 Various small improvements 2019-06-20 17:52:52 +02:00
Pauan 787c117584 Removing unneeded lazy_static 2019-06-19 13:27:07 +02:00
Pauan f8d0b13c7d Improving the efficiency of classes 2019-06-16 02:13:53 +02:00
Pauan 02337c2d74 Improving the performance of DOM node creation 2019-06-16 01:59:22 +02:00
Pauan 6fedf2c71a Improving the efficienc of child removal 2019-06-16 01:32:02 +02:00
Pauan 90c6fb01dc Fixing build errors 2019-06-16 01:00:54 +02:00
Pauan e4b2347149 Changing to use document fragments for dynamic child replacement 2019-06-16 00:49:29 +02:00
Pauan e5957b7831 Fixing build errors 2019-06-16 00:12:31 +02:00
Pauan d6917cda84 Improving the efficiency of the text and text_signal methods 2019-06-16 00:10:19 +02:00
Pauan 0e40f2de7b Adding in ContextMenu event 2019-06-15 12:26:12 +02:00
Pauan a7904e27c8 Minor tweaks 2019-06-15 11:23:38 +02:00