Releases: RiadhAdrani/ruvy
Releases · RiadhAdrani/ruvy
v0.4.14
0.4.14 - 2023-09-09
Changed
- optimized
actions
by collecting them while traversing the tree.
v0.4.13
0.4.13 - 2023-09-02
Added
dom:focused
attribute that will try to focus the element when created, ignored after the first render.
Changed
innerHTML
todom:innerHTML
to indicate it's framework-specific.
Fixed
- changing unmounted element position causes the app to crash.
v0.4.12
0.4.12 - 2023-08-17
Added
- named
<Fragment/>
component.
Changed
class
attributes now accepts arrayables ofboolean
,undefied
ornull
.
v0.4.11
0.4.11 - 2023-08-13
Fixed
- children not correctly reordered in some edge cases.
- allow the use of event modifiers without an actual function value
v0.4.10
0.4.10 - 2023-08-10
Added
dom:tag
to make html element tag dynamic.
Fixed
<Portal/>
element not properly changing containers.
v0.4.9
0.4.9 - 2023-08-04
Added
innerHTML
attribute that allow direct setting of an HTMLElement innerHTML prop.- add event modifiers like
Vue.js
, in this formonEvent:prevent
,onEvent:stop
or bothonEvent:prevent-stop
.
v0.4.8
0.4.8 - 2023-07-30
v0.4.7
0.4.7 - 2023-07-30
v0.4.6
0.4.6 - 2023-07-24
Removed
- removed all
deprecated
functions and classes.
Fixed
anchor
element not working as intended
v0.4.5
0.4.5 - 2023-07-19
Added
name
route property, similar tovue-router
.titleTransform
handler to preprocess the title before applying it.createStore
similar towritable
store insvelte
Changed
navigate
now accepts a number or an object for anamed
route.
Deprecated
useKey
is now replaced withcreateStore
.Store
as it is becoming useless.