Skip to content

Releases: mendix/HTMLSnippet

App Store release v4.0.0

Choose a tag to compare

@r0b1n r0b1n released this 24 Feb 09:02
3abb89e

Breaking changes

  • After updating the widget to this version, the content property will lose its configured value. The following property should be reconfigured manually if it was configured previously.

Fixed

  • We modified the HTML content field so that it is no longer a translatable string.

Added

  • We added a license file and a readme documenting all open source dependencies used in this package.

App Store release v3.10.0

Choose a tag to compare

@leonardomendix leonardomendix released this 15 Jan 10:10
3abb89e

Breaking changes

  • After updating the widget to this version, the content property will lose its configured value. The following property should be reconfigured manually if it was configured previously.

Fixed

  • We modified the HTML content field so that it is no longer a translatable string.

App Store release v3.9.10

Choose a tag to compare

@leonardomendix leonardomendix released this 07 Jan 12:49
9dbbc20

Fixed

  • We modified the HTML content field so that it is no longer a translatable string.

App Store release v3.9.9

Choose a tag to compare

@leonardomendix leonardomendix released this 16 Sep 09:51
4a10bf1

Security

We updated the core-js dependency to version 3.38.0.

App Store release v3.9.8

Choose a tag to compare

@r0b1n r0b1n released this 04 Dec 15:36
48fb2a3

Fixed

  • We made debug logging stop complaining about deprecation issues

App Store release v3.9.7

Choose a tag to compare

@diego-antonelli diego-antonelli released this 04 Aug 14:49
cfe74c3

Removed

  • We've removed deprecated warnings

App Store release v3.9.6

Choose a tag to compare

@diego-antonelli diego-antonelli released this 04 Mar 12:09
27a4af5

Bug fixes

  • We fixed an issue where the context of the widget was not being passed to jQuery
  • We fixed an issue while using pages with ids (Ex. http://localhost/p/myid)

App Store release v3.9.5

Choose a tag to compare

@diego-antonelli diego-antonelli released this 28 Jul 13:38
64a23a2

Bug fixes

  • We fixed a security issue related to JQuery. FIxes ticket #103552

App Store release v3.9.4

Choose a tag to compare

@Andries-Smit Andries-Smit released this 03 Sep 13:18
  • Update jQuery to version 3.4.1, fixes various securely issues (Solved Support Ticket #76584 , #86183)

App Store release v3.9.3

Choose a tag to compare

@omnajjar omnajjar released this 22 Nov 15:29
38a83cb
  • As jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS), Updating to JQuery version (v3.3.1).
  • In this release we make sure that the version of jQuery used by the widget won't be interfering with any other jQuery versions loaded in your application.