55 Commits

Author SHA1 Message Date
Alexander Zinchuk
590a6f5b4c [Perf] Teact: Simplify extra classes management 2024-09-19 20:43:25 +02:00
Alexander Zinchuk
3e48f3fbf9 useShowTransitions: Workaround for noMountTransition not working after forced reflow 2024-09-11 02:07:15 +02:00
Alexander Zinchuk
2b773d7e85 [Perf] Teact: Tiny improvement 2024-09-06 15:42:56 +02:00
zubiden
5f5536b6a0 Search: New design (#4718) 2024-08-29 15:52:14 +02:00
zubiden
a4bfdad768 Teact: Implement createContext and useContextSignal (#4619) 2024-06-18 16:30:28 +02:00
Alexander Zinchuk
fb614840f6 Refactoring: Introduce eslint-plugin-simple-import-sort plugin (#3802) 2023-09-13 12:22:11 +02:00
Alexander Zinchuk
46d9278900 Teact: Support SVG (#3593) 2023-07-20 16:12:59 +02:00
Alexander Zinchuk
7daee68c0e Teact: Fix textContent optimization 2023-07-20 16:01:03 +02:00
Alexander Zinchuk
a2eb398feb Teact: Remove unsafe optimization 2023-07-20 16:01:03 +02:00
Alexander Zinchuk
e544763ab9 Teact: Remove likely redundant code 2023-07-20 16:01:03 +02:00
Alexander Zinchuk
b6982dcd46 Revert "Revert "[Perf] Teact: Optimizations""
This reverts commit 8c892278660e633a5675b4e7d6c22aadd55578c4.
2023-07-20 16:01:03 +02:00
Alexander Zinchuk
28ac8fe061 Revert "[Perf] Teact: Optimizations"
This reverts commit 691c6204c1908af0d3317cb18dc67efb566beefe.
2023-07-06 14:25:58 +02:00
Alexander Zinchuk
696e8ad256 [Perf] Teact: Optimizations 2023-07-06 09:57:57 +02:00
Alexander Zinchuk
392b2d53cb Teact: Introduce setExtraStyles 2023-07-06 09:57:57 +02:00
Alexander Zinchuk
8cdc1b87be Teact: Disable setting state on unmounted components 2023-07-06 09:57:43 +02:00
Alexander Zinchuk
3af8f91f3c Teact: Remove redundant check 2023-06-16 12:45:20 +02:00
Alexander Zinchuk
d8a258d092 Teact: Properly clean up function refs 2023-06-16 12:45:20 +02:00
Alexander Zinchuk
bab53d42ec Teact: Fix updating ref when re-using DOM nodes 2023-06-16 12:45:20 +02:00
Alexander Zinchuk
62271f6ced Teact: Fix effects in portals 2023-05-28 14:32:40 +02:00
Alexander Zinchuk
533e82eb3c Teact: Fix moving element to the end of fast list (follow-up) 2023-05-28 14:32:21 +02:00
Alexander Zinchuk
cd078bcd33 Teact: Fix re-ordering children without teactOrderKey 2023-05-15 10:56:14 +02:00
Alexander Zinchuk
da4e5e543b Teact: Fix moving element to the end of fast list 2023-05-15 10:56:01 +02:00
Alexander Zinchuk
2ca0079f9e Transition: Fix unmounting active slide 2023-04-26 21:18:43 +04:00
Alexander Zinchuk
9a75d79705 Teact: Fix missing layout effects after first render (follow-up) 2023-04-19 04:08:52 +02:00
Alexander Zinchuk
ad9e1bb9a1 Teact: Fix missing layout effects after first render 2023-04-15 13:55:11 +02:00
Alexander Zinchuk
e2ef98db09 Teact: Fix running layout effect on signal 2023-04-15 13:55:11 +02:00
Alexander Zinchuk
c467da8680 Transition: Tiny updates 2023-04-15 13:54:30 +02:00
Alexander Zinchuk
289694c13b Teact: Introduce extra classes manipulation 2023-04-15 13:52:25 +02:00
Alexander Zinchuk
0c2e40d8be Language Settings: Fix error in old browsers (#2891) 2023-03-30 18:28:51 -05:00
Alexander Zinchuk
c235eac2d0 Teact: Fix removing attributes from element (#2655) 2023-02-25 18:50:11 +01:00
Alexander Zinchuk
1fef97b82e Introduce Forums (#2174) 2023-01-06 22:49:02 +01:00
Alexander Zinchuk
d0055d6653 [Dev] Bump dependencies (#2152) 2022-12-06 13:31:21 +01:00
Alexander Zinchuk
f272f63afc Teact: Preserve caret at end in controlled inputs 2022-11-10 18:28:03 +04:00
Alexander Zinchuk
abd92f2ae8 Teact: Support ref function, update types; TeactN: Support detaching containers 2022-11-07 23:00:38 +04:00
Alexander Zinchuk
eb69f55f29 Teact: Fix memory leak if head is removed (#2083) 2022-10-29 15:18:29 +02:00
Alexander Zinchuk
2ad7bd03a2 Settings / Folders: Fix exception in Chat Picker 2022-09-21 00:14:47 +02:00
Alexander Zinchuk
19ac35b676 Teact: Fix fragment breaking other elements order 2022-09-16 18:28:44 +02:00
Alexander Zinchuk
819280b191 Teact: Fix unexpected ref reset 2022-09-16 18:28:42 +02:00
Alexander Zinchuk
e841738112 Teact: Add support for controlled and uncontrolled components 2022-07-08 15:01:13 +02:00
Alexander Zinchuk
fa6eec434f Teact: Support components returning fragments 2022-05-30 15:40:38 +04:00
Alexander Zinchuk
70ccff110a [Refactoring] Prefer import type (#1884) 2022-05-30 15:40:11 +04:00
Alexander Zinchuk
d3e3cced6c [Refactoring] Teact: Add comments to teactFastList algorithm 2022-05-30 15:40:02 +04:00
Alexander Zinchuk
eb0e304ff8 [Debug] Teact: Assert when cached virtual element was moved within tree 2022-03-05 18:06:23 +01:00
Alexander Zinchuk
e81475c21a [Debug] Teact: Assert when virtual element keys are not unique 2022-03-05 18:06:18 +01:00
Alexander Zinchuk
1aaf5132c3 Teact: Fix jumping cursor when typing in Safari 2022-02-02 22:52:36 +01:00
Alexander Zinchuk
1f1c30fd0f [Perf] Teact: Some minor optimizations 2022-02-02 22:52:35 +01:00
Alexander Zinchuk
51b2893b39 [Dev] Bump dependencies (#1677) 2022-02-02 22:52:33 +01:00
Alexander Zinchuk
29852d2bf6 [Perf] Teact: Fix memory leaks 2022-01-21 17:29:48 +01:00
Alexander Zinchuk
dee7d2163f Teact: Fix key = 0 in fast lists 2021-12-10 18:32:27 +01:00
Alexander Zinchuk
27b3cdbd6f Teact: Fix rendering role and aria-* attributes 2021-12-10 18:32:24 +01:00