Skip to content

Releases: 2600hz/monster-ui-accounts

5.3.6

29 Dec 21:27
961597b
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.6

Changes to branch 5.3 after version 5.3.5.

Commits
  • MSTR-275: do not require sub module, let core handle it - by Hesaam Farhang

    If the app assets is loading from external source_url, if the app tries to require its sub modules directly it will fail and the app won't load at all.

    Changing the module name to its external source_url as what Monster UI core was previously doing won't always work in case the sub modules were small enough and optimized away in a single file as app.js. This has been observed with branding and call-recording apps so far.

    Instead we can explicitly config the paths for sub module and its external source url for requirejs to load it, if it is not already optimized in the app.js.

    Without this change, because app.js is requiring the submodules, this URL will be used instead of external source_url:

    
    http://{monster_ui_url}/apps/:appname/submodules/{submodule}/{submodule}.js
    
    

    requireSubModule from monster.apps.js will require all submodules defined on the app and can adds external source_url of the sub module in requirejs config so the correct URL will be used for fetch if it is needed:

    
    http://{app_metadata.source_url}/submodules/{submodule}/{submodule}.js
    
    

    Read more: https://requirejs.org/docs/jquery.html#modulename

5.2.3

20 Oct 18:45
fc7d5b2
Compare
Choose a tag to compare

Generic badge

Changes for 5.2.3

Changes to branch 5.2 after version 5.2.2.

Commits

5.3.5

17 Oct 23:33
17ed5ce
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.5

Changes to branch 5.3 after version 5.3.4.

Commits

5.3.4

16 Oct 21:40
d565f69
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.4

Changes to branch 5.3 after version 5.3.3.

Commits

5.1.2

15 Nov 18:54
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.2

Changes to branch 5.1 after version 5.1.1.

Commits

5.3.3

05 Sep 20:56
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.3

Changes to branch 5.3 after version 5.3.2.

Commits

5.3.2

23 Aug 01:02
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.2

Changes to branch 5.3 after version 5.3.1.

Commits

5.3.1

24 Jun 21:21
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.1

Changes to branch 5.3 after version 5.3.1.

Commits

5.2.2

30 Mar 23:07
b908381
Compare
Choose a tag to compare

Generic badge

Changes for 5.2.2

Changes to branch 5.2 after version 5.2.1.

Commits

5.2.1

14 Mar 15:00
40ecfb7
Compare
Choose a tag to compare

Generic badge

Changes for 5.2.1

Changes to branch 5.2 after version 5.2.0.

Commits