Skip to content

Releases: ujjwalguptaofficial/mahal

Allow method decorator to act like prop decorator when no parameter is provided

21 Apr 18:13
Compare
Choose a tag to compare
  • Allow method decorator to act like prop decorator when no parameter is provided

Fix issue with destroy event

20 Mar 05:06
5552a90
Compare
Choose a tag to compare
  • Fix issue with destroy event not being called in case of deep nested components

add support for slot at root element

26 Oct 02:36
Compare
Choose a tag to compare
  • add support for slot at root element
  • fix select model issue

add model support for checkbox, radio button, textarea

22 Oct 14:10
Compare
Choose a tag to compare
  • add model support for checkbox, radio button, textarea

Support nested array

20 Oct 02:31
Compare
Choose a tag to compare
  • support nested array
  • support multiple reactive child inside one expression

remove class directive and use expression attribute

18 Oct 01:58
Compare
Choose a tag to compare
  • remove class directive and use expression attribute

Fix issue with attributes and targets are not rendered when mounted is called

13 Oct 13:37
Compare
Choose a tag to compare
  • Fix issue with attributes and targets are not rendered when mounted is called

fix issue with attributes not updating in for loop

11 Oct 03:13
Compare
Choose a tag to compare
  • fix issue with attributes not updating in for loop
  • use attr and rAttr for attributes which optimizes element creation
  • fix attributes not getting added for custom components

Optimize - remove bind from whereever possible

03 Oct 15:12
Compare
Choose a tag to compare
  • Optimize - remove bind from whereever possible

Fix issue with directive in for loop

29 Sep 16:46
Compare
Choose a tag to compare
  • Fix issue with directive in for loop
  • Remove rc implementation in for loop and emit events in case of update