Skip to content

Releases: mussonindustrial/embr

Embr v8.3 - 2026.3.20

20 Mar 03:42
4600544

Choose a tag to compare

Releases

@embr-modules/periscope@0.12.0

Minor Changes

  • 4bed2b3: runJavaScript functions now expose perspective.context.component. This is the client-side ComponentModel of the component that made the runJavaScript function call.
    • This is undefined when targeting a specific session/page.
  • 4bed2b3: runJavaScript functions now expose perspective.context.view, the client-side ViewModel of the view that made the runJavaScript call.
    • This is undefined when targeting a specific session/page.

Patch Changes

  • 55faec5: Toast container now smoothly transitions when docks are open/closed.
  • 1022b9a: Remove dock padding when screen size suggests a mobile device. This allows the toast to span the full device width when docks are present on mobile.
  • 6142766: Move z-index to the toast root container. Resolves #435.
  • Updated dependencies [55faec5]
  • Updated dependencies [1022b9a]
  • Updated dependencies [6142766]
  • Updated dependencies [4bed2b3]
  • Updated dependencies [4bed2b3]
  • Updated dependencies [73c0810]
    • @embr-modules/periscope-web@0.12.0

@embr-modules/charts@4.0.3

Patch Changes

  • Updated dependencies [73c0810]
    • @embr-modules/charts-web@4.0.3

@embr-modules/periscope-web@0.12.0

Minor Changes

  • 4bed2b3: runJavaScript functions now expose perspective.context.component. This is the client-side ComponentModel of the component that made the runJavaScript function call.
    • This is undefined when targeting a specific session/page.
  • 4bed2b3: runJavaScript functions now expose perspective.context.view, the client-side ViewModel of the view that made the runJavaScript call.
    • This is undefined when targeting a specific session/page.

Patch Changes

  • 55faec5: Toast container now smoothly transitions when docks are open/closed.
  • 1022b9a: Remove dock padding when screen size suggests a mobile device. This allows the toast to span the full device width when docks are present on mobile.
  • 6142766: Move z-index to the toast root container. Resolves #435.
  • 73c0810: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.
  • Updated dependencies [4bed2b3]
  • Updated dependencies [d60a939]
  • Updated dependencies [73c0810]
    • @embr-js/perspective-client@0.6.2
    • @embr-js/utils@0.6.2

@embr-js/perspective-client@0.6.2

Patch Changes

  • 4bed2b3: Added getChildStore helper function. Allows traversing an ElementStore by a list of path components.
  • 73c0810: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.

@embr-js/utils@0.6.2

Patch Changes

  • d60a939: Introduce useMediaQuery hook.
  • 73c0810: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.

@embr-modules/charts-web@4.0.3

Patch Changes

  • 73c0810: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.
  • Updated dependencies [4bed2b3]
  • Updated dependencies [d60a939]
  • Updated dependencies [73c0810]
    • @embr-js/perspective-client@0.6.2
    • @embr-js/utils@0.6.2

Embr v8.1 - 2026.3.20

20 Mar 03:42
4600544

Choose a tag to compare

Releases

@embr-modules/periscope@0.12.0

Minor Changes

  • dd8a25b: runJavaScript functions now expose perspective.context.component. This is the client-side ComponentModel of the component that made the runJavaScript function call.
    • This is undefined when targeting a specific session/page.
  • dd8a25b: runJavaScript functions now expose perspective.context.view, the client-side ViewModel of the view that made the runJavaScript call.
    • This is undefined when targeting a specific session/page.

Patch Changes

  • 2aa9142: Toast container now smoothly transitions when docks are open/closed.
  • 06455f1: Remove dock padding when screen size suggests a mobile device. This allows the toast to span the full device width when docks are present on mobile.
  • afa89e6: Move z-index to the toast root container. Resolves #435.
  • Updated dependencies [2aa9142]
  • Updated dependencies [06455f1]
  • Updated dependencies [afa89e6]
  • Updated dependencies [dd8a25b]
  • Updated dependencies [dd8a25b]
  • Updated dependencies [cb55367]
    • @embr-modules/periscope-web@0.12.0

@embr-modules/periscope-web@0.12.0

Minor Changes

  • dd8a25b: runJavaScript functions now expose perspective.context.component. This is the client-side ComponentModel of the component that made the runJavaScript function call.
    • This is undefined when targeting a specific session/page.
  • dd8a25b: runJavaScript functions now expose perspective.context.view, the client-side ViewModel of the view that made the runJavaScript call.
    • This is undefined when targeting a specific session/page.

Patch Changes

  • 2aa9142: Toast container now smoothly transitions when docks are open/closed.
  • 06455f1: Remove dock padding when screen size suggests a mobile device. This allows the toast to span the full device width when docks are present on mobile.
  • afa89e6: Move z-index to the toast root container. Resolves #435.
  • cb55367: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.
  • Updated dependencies [dd8a25b]
  • Updated dependencies [ca09383]
  • Updated dependencies [cb55367]
    • @embr-js/perspective-client@0.6.2
    • @embr-js/utils@0.6.2

@embr-js/perspective-client@0.6.2

Patch Changes

  • dd8a25b: Added getChildStore helper function. Allows traversing an ElementStore by a list of path components.
  • cb55367: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.

@embr-js/utils@0.6.2

Patch Changes

  • ca09383: Introduce useMediaQuery hook.
  • cb55367: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.

@embr-modules/charts@4.0.3

Patch Changes

  • Updated dependencies [cb55367]
    • @embr-modules/charts-web@4.0.3

@embr-modules/charts-web@4.0.3

Patch Changes

  • cb55367: Refactor to properly distribute functions between perspective-client and utils. utils should be usable by any React project, and perspective-client should contain all helpers that are specific to Perspective.
  • Updated dependencies [dd8a25b]
  • Updated dependencies [ca09383]
  • Updated dependencies [cb55367]
    • @embr-js/perspective-client@0.6.2
    • @embr-js/utils@0.6.2

Embr v8.3 - 2026.3.3

03 Mar 08:13
4764b6f

Choose a tag to compare

Releases

@embr-modules/periscope@0.11.0

Minor Changes

  • 4789034: Introduce system.perspective.invokeOnQueue.

    This function schedules a runnable for execution on the Perspective session’s execution queue.

    • The runnable must accept a single parameter representing the requested scope element.
      • This enables interaction across sessions.
    • The optional scope parameter ensures the specified scope remains available at execution time.
      • For example, scope='view' ensures the runnable will only be executed if the originating view is still active.

Patch Changes

  • Updated dependencies [4789034]
    • @embr-jvm/perspective-gateway@0.9.1
    • @embr-jvm/perspective-common@0.9.1
    • @embr-jvm/perspective-designer@0.9.1
    • @embr-modules/periscope-web@0.11.0

@embr-modules/charts@4.0.2

Patch Changes

  • Updated dependencies [4789034]
    • @embr-jvm/perspective-gateway@0.9.1
    • @embr-jvm/perspective-common@0.9.1
    • @embr-jvm/perspective-designer@0.9.1
    • @embr-modules/charts-web@4.0.2

@embr-modules/snmp@0.4.1

Patch Changes

@embr-jvm/perspective-gateway@0.9.1

Patch Changes

  • 4789034: Add utility function for creating PyArgumentMap for use with AbstractScriptingFunction.

@embr-jvm/perspective-common@0.9.1

@embr-jvm/perspective-designer@0.9.1

@embr-modules/charts-web@4.0.2

@embr-modules/periscope-web@0.11.0

Embr v8.1 - 2026.3.3

03 Mar 08:14
4764b6f

Choose a tag to compare

Releases

@embr-modules/periscope@0.11.0

Minor Changes

  • 7376256: Introduce system.perspective.invokeOnQueue.

    This function schedules a runnable for execution on the Perspective session’s execution queue.

    • The runnable must accept a single parameter representing the requested scope element.
      • This enables interaction across sessions.
    • The optional scope parameter ensures the specified scope remains available at execution time.
      • For example, scope='view' ensures the runnable will only be executed if the originating view is still active.

Patch Changes

  • Updated dependencies [7376256]
    • @embr-jvm/perspective-gateway@0.9.1
    • @embr-jvm/perspective-common@0.9.1
    • @embr-jvm/perspective-designer@0.9.1
    • @embr-modules/periscope-web@0.11.0

@embr-modules/snmp@0.4.1

Patch Changes

@embr-jvm/perspective-gateway@0.9.1

Patch Changes

  • 7376256: Add utility function for creating PyArgumentMap for use with AbstractScriptingFunction.

@embr-modules/charts@4.0.2

Patch Changes

  • Updated dependencies [7376256]
    • @embr-jvm/perspective-gateway@0.9.1
    • @embr-jvm/perspective-common@0.9.1
    • @embr-jvm/perspective-designer@0.9.1
    • @embr-modules/charts-web@4.0.2

@embr-jvm/perspective-common@0.9.1

@embr-jvm/perspective-designer@0.9.1

@embr-modules/charts-web@4.0.2

@embr-modules/periscope-web@0.11.0

Embr v8.3 - 2026.1.21

21 Jan 21:21
6483202

Choose a tag to compare

Releases

@embr-modules/snmp@0.4.0

Minor Changes

  • 95196b4: Add scripting functions:

    • system.snmp.agent.readAsync(agent, oids)
    • system.snmp.agent.readBlocking(agent, oids)
    • system.snmp.agent.writeAsync(agent, oids, values)
    • system.snmp.agent.writeBlocking(agent, oids, values)
    • system.snmp.agent.walkAsync(agent, oids)
    • system.snmp.agent.walkBlocking(agent, oids)
    • system.snmp.agent.readTableAsync(agent, columns, lowerBoundIndex, upperBoundIndex)
    • system.snmp.agent.readTableBlocking(agent, columns, lowerBoundIndex, upperBoundIndex)
    • systen.snmp.agent.getAgent(agent)
      • This returns an agent proxy that supports read(Async/Blocking), write(Async/Blocking), walk(Async/Blocking), and readTable(Async/Blocking).

    Add expression functions:

    • snmpRead(agent, oid1, [oid2, ...])
    • snmpReadTable(agent, column1, [column2, ...])
    • snmpWalk(agent, oid1, [oid2, ...])

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-gateway@0.8.0

@embr-modules/charts@4.0.1

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-designer@0.8.0
    • @embr-modules/charts-web@4.0.1

@embr-modules/periscope@0.10.1

Patch Changes

  • 6dd3999: PyArgOverload: Enforce strong return typing.
  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-designer@0.8.0
    • @embr-modules/periscope-web@0.10.1

@embr-modules/sse@0.6.1

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-servlets@0.8.0

@embr-modules/thermo@2.0.1

Patch Changes

  • 6dd3999: PyArgOverload: Enforce strong return typing.
  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-gateway@0.8.0

@embr-jvm/core-common@0.8.0

Minor Changes

  • 424d5ce: Introduce PyCompletableFuture.
  • 6dd3999: PyArgOverload: Enforce strong return typing.
  • 0a98ae5: PyArgOverload: Add support for parameterized types (List, Map, etc.).
    • Recursively up-check parameterized/generic/wildcard types until a base class is found.

@embr-jvm/core-client@0.8.0

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0

@embr-jvm/core-designer@0.8.0

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0

@embr-jvm/core-gateway@0.8.0

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0

@embr-jvm/core-servlets@0.8.0

Patch Changes

  • Updated dependencies [424d5ce]
  • Updated dependencies [6dd3999]
  • Updated dependencies [0a98ae5]
    • @embr-jvm/core-common@0.8.0

@embr-modules/charts-web@4.0.1

@embr-modules/periscope-web@0.10.1

Embr v8.1 - 2026.1.21

21 Jan 21:26
ad57ef8

Choose a tag to compare

Releases

@embr-modules/snmp@0.4.0

Minor Changes

  • 8c524df: Add scripting functions:

    • system.snmp.agent.readAsync(agent, oids)
    • system.snmp.agent.readBlocking(agent, oids)
    • system.snmp.agent.writeAsync(agent, oids, values)
    • system.snmp.agent.writeBlocking(agent, oids, values)
    • system.snmp.agent.walkAsync(agent, oids)
    • system.snmp.agent.walkBlocking(agent, oids)
    • system.snmp.agent.readTableAsync(agent, columns, lowerBoundIndex, upperBoundIndex)
    • system.snmp.agent.readTableBlocking(agent, columns, lowerBoundIndex, upperBoundIndex)
    • systen.snmp.agent.getAgent(agent)
      • This returns an agent proxy that supports read(Async/Blocking), write(Async/Blocking), walk(Async/Blocking), and readTable(Async/Blocking).

    Add expression functions:

    • snmpRead(agent, oid1, [oid2, ...])
    • snmpReadTable(agent, column1, [column2, ...])
    • snmpWalk(agent, oid1, [oid2, ...])

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-gateway@0.8.0

@embr-modules/periscope@0.10.1

Patch Changes

  • 35bf7c2: PyArgOverload: Enforce strong return typing.
  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-designer@0.8.0
    • @embr-modules/periscope-web@0.10.1

@embr-modules/sse@0.6.1

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-servlets@0.8.0

@embr-modules/thermo@2.0.1

Patch Changes

  • 35bf7c2: PyArgOverload: Enforce strong return typing.
  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-gateway@0.8.0

@embr-jvm/core-common@0.8.0

Minor Changes

  • 2d6a1ad: Introduce PyCompletableFuture.
  • 35bf7c2: PyArgOverload: Enforce strong return typing.
  • e619625: PyArgOverload: Add support for parameterized types (List, Map, etc.).
    • Recursively up-check parameterized/generic/wildcard types until a base class is found.

@embr-jvm/core-client@0.8.0

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0

@embr-jvm/core-designer@0.8.0

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0

@embr-jvm/core-gateway@0.8.0

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0

@embr-jvm/core-servlets@0.8.0

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0

@embr-modules/charts@4.0.1

Patch Changes

  • Updated dependencies [2d6a1ad]
  • Updated dependencies [35bf7c2]
  • Updated dependencies [e619625]
    • @embr-jvm/core-common@0.8.0
    • @embr-jvm/core-designer@0.8.0
    • @embr-modules/charts-web@4.0.1

@embr-modules/charts-web@4.0.1

@embr-modules/periscope-web@0.10.1

Embr v8.3 - 2025.11.24

24 Nov 16:07
76e7fde

Choose a tag to compare

Releases

@embr-modules/charts@4.0.0

Major Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Minor Changes

  • 68ca6f4: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

Patch Changes

  • Updated dependencies [59bafb8]
  • Updated dependencies [68ca6f4]
    • @embr-jvm/core-common@0.7.1
    • @embr-modules/charts-web@4.0.0
    • @embr-jvm/core-designer@0.7.1

@embr-modules/thermo@2.0.0

Major Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/periscope@0.10.0

Minor Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • 7af46dd: (Flex Repeater +): Clear non-running ViewModel instances from cache on access.

Patch Changes

  • c7b1b13: (Flex Repeater +): Fix a bug causing the creation of extra ViewModels for non-existent view instances.
  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-designer@0.7.1
    • @embr-modules/periscope-web@0.10.0

@embr-modules/snmp@0.3.0

Minor Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • 59bafb8: Initial published release.

Patch Changes

  • 3d505ee: Bump org.snmp4j:snmp4j from 3.9.3 to 3.9.6
  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/sse@0.6.0

Minor Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-servlets@0.7.1

@embr-modules/charts-web@4.0.0

Minor Changes

  • 68ca6f4: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

@embr-jvm/core-client@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-common@0.7.1

Patch Changes

  • 59bafb8: Added class.getLoggerEx extension function.

@embr-jvm/core-designer@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-gateway@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-servlets@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-modules/periscope-web@0.10.0

Embr v8.1 - 2025.11.24

24 Nov 16:07
76e7fde

Choose a tag to compare

Releases

@embr-modules/thermo@2.0.0

Major Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/periscope@0.10.0

Minor Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • 7def5bd: (Flex Repeater +): Clear non-running ViewModel instances from cache on access.

Patch Changes

  • c2ecc40: (Flex Repeater +): Fix a bug causing the creation of extra ViewModels for non-existent view instances.
  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-designer@0.7.1
    • @embr-modules/periscope-web@0.10.0

@embr-modules/snmp@0.3.0

Minor Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • f36eaee: Initial published release.

Patch Changes

  • a014528: Bump org.snmp4j:snmp4j from 3.9.3 to 3.9.6
  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/sse@0.6.0

Minor Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-servlets@0.7.1

@embr-modules/charts@4.0.0

Major Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Minor Changes

  • 6e2cb4c: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

Patch Changes

  • Updated dependencies [f36eaee]
  • Updated dependencies [6e2cb4c]
    • @embr-jvm/core-common@0.7.1
    • @embr-modules/charts-web@4.0.0
    • @embr-jvm/core-designer@0.7.1

@embr-modules/charts-web@4.0.0

Minor Changes

  • 6e2cb4c: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

@embr-jvm/core-client@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-common@0.7.1

Patch Changes

  • f36eaee: Added class.getLoggerEx extension function.

@embr-jvm/core-designer@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-gateway@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-servlets@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-modules/periscope-web@0.10.0

Embr v8.3 - 2025.11.3

03 Nov 16:20
aa24dbf

Choose a tag to compare

Releases

@embr-modules/charts@4.0.0

Major Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Minor Changes

  • 68ca6f4: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

Patch Changes

  • Updated dependencies [59bafb8]
  • Updated dependencies [68ca6f4]
    • @embr-jvm/core-common@0.7.1
    • @embr-modules/charts-web@4.0.0
    • @embr-jvm/core-designer@0.7.1

@embr-modules/thermo@2.0.0

Major Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/periscope@0.10.0

Minor Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • 7af46dd: (Flex Repeater +): Clear non-running ViewModel instances from cache on access.

Patch Changes

  • c7b1b13: (Flex Repeater +): Fix a bug causing the creation of extra ViewModels for non-existent view instances.
  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-designer@0.7.1
    • @embr-modules/periscope-web@0.10.0

@embr-modules/snmp@0.3.0

Minor Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • 59bafb8: Initial published release.

Patch Changes

  • 3d505ee: Bump org.snmp4j:snmp4j from 3.9.3 to 3.9.6
  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/sse@0.6.0

Minor Changes

  • 3a45993: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-servlets@0.7.1

@embr-modules/charts-web@4.0.0

Minor Changes

  • 68ca6f4: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

@embr-jvm/core-client@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-common@0.7.1

Patch Changes

  • 59bafb8: Added class.getLoggerEx extension function.

@embr-jvm/core-designer@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-gateway@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-servlets@0.7.1

Patch Changes

  • Updated dependencies [59bafb8]
    • @embr-jvm/core-common@0.7.1

@embr-modules/periscope-web@0.10.0

Embr v8.1 - 2025.11.3

03 Nov 16:19
aa24dbf

Choose a tag to compare

Releases

@embr-modules/thermo@2.0.0

Major Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/periscope@0.10.0

Minor Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • 7def5bd: (Flex Repeater +): Clear non-running ViewModel instances from cache on access.

Patch Changes

  • c2ecc40: (Flex Repeater +): Fix a bug causing the creation of extra ViewModels for non-existent view instances.
  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-designer@0.7.1
    • @embr-modules/periscope-web@0.10.0

@embr-modules/snmp@0.3.0

Minor Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.
  • f36eaee: Initial published release.

Patch Changes

  • a014528: Bump org.snmp4j:snmp4j from 3.9.3 to 3.9.6
  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-gateway@0.7.1

@embr-modules/sse@0.6.0

Minor Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1
    • @embr-jvm/core-servlets@0.7.1

@embr-modules/charts@4.0.0

Major Changes

  • fc47d7e: Modules no longer include kotlin-stdlib.
    • All modules now rely on the Kotlin standard library provided with Ignition.

Minor Changes

  • 6e2cb4c: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

Patch Changes

  • Updated dependencies [f36eaee]
  • Updated dependencies [6e2cb4c]
    • @embr-jvm/core-common@0.7.1
    • @embr-modules/charts-web@4.0.0
    • @embr-jvm/core-designer@0.7.1

@embr-modules/charts-web@4.0.0

Minor Changes

  • 6e2cb4c: Expose chart component's ComponentDelegate.
    • Provide's access through this.delegate in all props callback functions.
    • Importantly, this allows access to the underlying charting component through this.delegate.proxy.ref.

@embr-jvm/core-client@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-common@0.7.1

Patch Changes

  • f36eaee: Added class.getLoggerEx extension function.

@embr-jvm/core-designer@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-gateway@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-jvm/core-servlets@0.7.1

Patch Changes

  • Updated dependencies [f36eaee]
    • @embr-jvm/core-common@0.7.1

@embr-modules/periscope-web@0.10.0