@icvdeveloper/common-module 2.6.5 → 2.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 2.6.6 - 2026-02-12
11
+
10
12
  ## 2.6.5 - 2026-02-12
11
13
 
12
14
  ## 2.6.4 - 2026-02-12
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "v3plus-common-module",
3
3
  "configKey": "v3plusCommonModule",
4
- "version": "2.6.5"
4
+ "version": "2.6.6"
5
5
  }
@@ -100,9 +100,7 @@ const allowFavorites = computed(() => {
100
100
  (isAgenda && conferenceIsLiveOrMixed(conference)) ||
101
101
  (conferenceIsArchived(conference) && presentation.type != 'zoom')
102
102
  "
103
- class="font-semibold heading-link"
104
- :href="getLivePresentationLinkDestination(presentation, track)"
105
- :target="getPresentationLinkTarget(presentation)"
103
+ class="font-semibold heading-link cursor-pointer"
106
104
  @click="playPresentation(track, presentation, conference, isActiveAgenda, isVirtual)"
107
105
  >
108
106
  <!-- TODO - ensure this conversion to <button> does not compromise behavior on other templates -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icvdeveloper/common-module",
3
- "version": "2.6.5",
3
+ "version": "2.6.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {