Skip to content

Releases: yurikuzn/bull

1.2.17

25 Nov 14:07

Choose a tag to compare

  • Using cache when same template requested multiple times in parallel @jarca0123

1.2.16

06 Nov 11:16

Choose a tag to compare

  • Added prepareRender method. Supposed to be async. Called each time before render.

1.2.15

10 Sep 09:04

Choose a tag to compare

  • Re-render keep option.
  • Event methods directly defined in the View class.

1.2.14

18 Jun 11:13

Choose a tag to compare

1.2.14

1.2.13

23 Mar 09:53

Choose a tag to compare

1.2.13

1.2.12

27 Jul 08:14

Choose a tag to compare

  • Pass a target in addHandler callback.

1.2.11

24 Jul 15:16

Choose a tag to compare

  • getViewKey method added.
  • setTemplate method added.

1.2.10

16 Jul 14:52

Choose a tag to compare

  • Added prepare method to the Factory class to prepare already instantiated views.

1.2.9

16 Jul 09:31

Choose a tag to compare

  • Ability to pass view instances in a layout.

1.2.8

11 Jul 07:33

Choose a tag to compare

  • Discard events as a view option.
  • Experimental view mode when a DOM container is defined by a child view and parent view does not need to specify a selector.