Skip to main content
Version: 4.2.x

xdk-core

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.2.7 (2024-07-15)

Bug Fixes

  • use input to toQueryString as an object (afd7b56)

4.2.6 (2023-06-14)

Features

4.2.5 (2023-04-17)

Features

  • update node engine to >=14 (953479f)

4.2.4 (2023-03-27)

Bug Fixes

  • remove event listener for daterange (09dfdc9)

4.2.3 (2023-03-22)

Features

  • final implementation using custom config flag (da0aea6)

4.2.2 (2023-02-20)

Bug Fixes

  • move tizen native player 'open' from doload to prepare (ba9ef6c)
  • when create each subtitle obj, pass raw data id otherwise use index (1471917)

4.2.1 (2023-01-09)

Bug Fixes

4.2.0 (2022-11-04)

Note: Version bump only for package @accedo/xdk-core

4.2.0-rc.3 (2022-11-03)

Bug Fixes

  • @accedo/xdk-core: load method was not returning the devicePackage (17cb39e)

4.2.0-rc.2 (2022-10-27)

Features

  • update media interface as async and some docs (e4c49c0)

4.2.0-rc.1 (2022-10-13)

Bug Fixes

  • rm all the dependencies that may install core-js-pure on xdk 4.2 (5ac722e)

4.2.0-rc.0 (2022-10-11)

Bug Fixes

  • __doLoad now returns a promise to implement the async flow (4d05249)
  • remove await of extension prepare in __doLoad of Media.js (3afeffe)
  • stop function in player object is not called (2c07324)

Features

  • added all the state machine test for different transitions (b4fe713)
  • added play async method on xdk 😊 (fcc90d3)
  • added xdk.initManagers to replicate the current load flow (eac1830)
  • refactor of fsm and constant to support jsm 3.1.0 (e6533e5)
  • xdk.config.js devices.details is not longer needed (7dcfc82)

4.1.1 (2022-03-25)

Bug Fixes

  • add extra check for the subtitle handler (ad8683a)
  • edge support for vtt.js, start ttml support (6ce4fd2)

Features

  • added default renderer for SUBTITLE_UPDATE events (13d59bb)
  • added setVideoDisplayMode Player interface (b62abef)
  • translate cue c.color to css clases (c83793f)

4.1.0 (2022-02-21)

Bug Fixes

  • @accedo/xdk-core: now xdk.config.js devices.details is optional (094c7ac)
  • eslint on Media.js file (1bb9f93)
  • issue with checkProtocol ending in "player not found" errors (0008d79)

Features

  • added the xdk.config.js media.guessStreamingProtocol override (063d7a0)
  • remove non referenced files (fc31a0c)
  • update base to peer and 4.1.0 to 4.1.0-rc.1 (9c18109)

4.1.0-rc.1 (2021-12-02)

Bug Fixes

  • common bind (767187b)
  • promise.toxdk is no longer used in media (c111eb6)
  • removing argumentNames from utils lib (aa9f5b6)
  • removing non used utils lib areArraysEqual and areObjectsEqual (2eee116)
  • removing util.bind references (713ab3b)
  • restore to native bind in promise (80c64c1)

Features

  • move non core modules to xdk-base-modules (125702d)
  • remove not needed constants utilities, freeze, createEnumeration (f3e4de7)
  • remove promise and thennable (db011e9)
  • remove values from utils and use Object.values in the single usage (b3d16a0)
  • remove wrap from utils and base exports (fde70f5)
  • removing _delayModule usage (93db9c6)
  • removing breaker file and its references (5697f62)
  • removing camelize (6e93b81)
  • removing clear from utils (828e838)
  • removing clearDelay usage (d82ac30)
  • removing toNative method usage (cc14d80)
  • removing toXDK method usage (16fe603)
  • update peer dependency to 4.1.x (75ea384)

4.0.9 (2021-10-19)

Features

  • add sky-soip device package contrib (5d0e370)

4.0.8 (2021-10-05)

Bug Fixes

  • add default option object on HTML5Player prepare (767dafa)

4.0.7 (2021-10-01)

Features

  • adding custom attributes to the video object (1f03bb5)
  • html5 player allows extra attributes (1036f4b)

4.0.6 (2021-09-24)

Bug Fixes

  • audio model def and html5 case (05c903d)
  • update AudioModel exception doc (bfd2501)

Features

  • add relativeprotocol utils to use on devices that dont support it (69ef382)

4.0.5 (2021-09-03)

Note: Version bump only for package @accedo/xdk-core

4.0.4 (2021-09-03)

Note: Version bump only for package @accedo/xdk-core

4.0.3 (2021-07-15)

Bug Fixes

  • config get was not working for verbosity (0a06abf)
  • logger fix (555cfa3)

4.0.2 (2021-07-14)

Features

  • update tag, node and peerDependencies (cef04a6)

4.0.1 (2021-06-18)

Bug Fixes

  • update playerId prepateList check to avoid duplication (ae74979)

Features

  • event dispatcher now sends event information (7e32e7b)

4.0.0 (2021-05-26)

Note: Version bump only for package @accedo/xdk-core

4.0.0-rc.21 (2021-04-28)

Bug Fixes

  • update from ^4 from ~4.0.0-rc.0 for peerDependencies (bc2b591)

4.0.0-rc.20 (2021-04-16)

Bug Fixes

  • use new player event to force play in the StateMachine for AVPlayer (a63738b)

Features

4.0.0-rc.19 (2021-04-08)

Bug Fixes

  • text track language attribute was duplicated (1040912)
  • update node support in packages (56cba10)

4.0.0-rc.18 (2021-03-16)

Features

  • keep old model for retrocompatibility reasons (9c69e7c)
  • tizen External Subtitle Strategy implemented (52a2ba7)
  • update subtitle input model to use new format (cd9f4d9)

4.0.0-rc.17 (2021-02-25)

Features

  • complete subtitle internal integration (bf21795)

4.0.0-rc.16 (2021-02-19)

Features

  • android audio & subtitle changelog (0161c61)

[4.0.0-rc.15]

  • Audio and Subtitle Model & interface update

[4.0.0-rc.14]

4.0.0-rc.12 (2019-11-26)

Features

  • this should only be logged when verbose (ce8a865)

4.0.0-rc.11 (2019-11-12)

Features

4.0.0-rc.10 (2019-11-06)

Bug Fixes

  • enter key should be allowed (15bcf9d)
  • the OK XDK key is exported kb key obj (b731539)

4.0.0-rc.9 (2019-10-24)

Bug Fixes

  • _playerObject can be null (61399d0)
  • and some more (1006ec8)
  • more cases where player can be null (1a471b2)
  • regexp should be generate afresh (6dec224)

Features

  • util remove child, don't throw (fb5428f)

4.0.0-rc.8 (2019-10-23)

Bug Fixes

  • expose FakeKeyPressEvent to others (e6f00f2)

4.0.0-rc.7 (2019-10-16)

Note: Version bump only for package @accedo/xdk-core

4.0.0-rc.6 (2019-10-10)

Bug Fixes

4.0.0-rc.5 (2019-09-19)

Bug Fixes

  • caps lock toggle at keyup (8e6932b)
  • keypress only happens on printable char (82a6a06)
  • local polyfill for getModifierState (94091cc)
  • provide a default value (55bc33c)
  • shift or not will still return keymap (4424e82)

4.0.0-rc.4 (2019-09-04)

Bug Fixes

4.0.0-rc.3 (2019-08-29)

Note: Version bump only for package @accedo/xdk-core

4.0.0-rc.2 (2019-07-16)

Bug Fixes

  • disable ensureImpl as it failed after Babel (94506c1)
  • re-implement storageUniqueId using async wrapper (3cf16f7)
  • reimplement Media restore using async wrapper (33db960)
  • revert back to the previous function implementation for new (1ba8833)
  • this needs to be let (d3dfe73)

4.0.0-rc.1 (2019-06-28)

Note: Version bump only for package @accedo/xdk-core

4.0.0-beta.1 (2019-06-28)

Note: Version bump only for package @accedo/xdk-core

4.0.0-alpha.20 (2019-06-28)

Features

4.0.0-alpha.19 (2019-06-20)

Note: Version bump only for package @accedo/xdk-core

4.0.0-alpha.18 (2019-06-19)

Bug Fixes

  • prettier changes it rules during patch upgrade (0348678)

4.0.0-alpha.17 (2019-06-18)

Bug Fixes

  • allow undefined extension config (1066e29)

4.0.0-alpha.16 (2019-06-17)

Bug Fixes

Features

  • we need to allow event to be bubbled from XDK event handlers (57f6e2a)

4.0.0-alpha.15 (2019-06-13)

Bug Fixes

  • the AudioTrackList object does not expose fn like Array, MDN lied (0b7586a)

4.0.0-alpha.14 (2019-06-10)

Bug Fixes

  • replace double with single quote (1ff8f94)
  • return toJSON if available (04da348)
  • temporary commented out (f268a44)
  • use xdk-log instead please (74dfd41)
  • xdk-config as peerDep for everything (c6bce0b)

Features

  • config/console/logger are now externalise (0dadcbd)
  • move to use xdk-log (6823638)
  • new replacer, other than function, everything is case to String (d67dd4d)
  • newLoader is not needed (caa208a)
  • should not expose internal console object any more (826860c)
  • should not load OnScreenLogger (99ab311)
  • use both config and log (c74e774)

4.0.0-alpha.13 (2019-05-30)

Bug Fixes

  • big refactor (4a46552)
  • debug log info out to aid development (71f48f6)
  • don't try to get subtitle strategy if not defined (ebf4d12)
  • don't update currentTime if NaN (ce6c328)
  • one error log (281d9b3)
  • refactor to avoid throwing error (851d5be)
  • simplify to use bound debug (06780d7)

4.0.0-alpha.12 (2019-04-25)

Bug Fixes

  • to allow Jest to run, main must be defined in pkg.json (d0fc42a)

4.0.0-alpha.11 (2019-04-04)

Features

4.0.0-alpha.10 (2019-03-29)

Note: Version bump only for package @accedo/xdk-core

4.0.0-alpha.9 (2019-03-06)

Note: Version bump only for package @accedo/xdk-core

4.0.0-alpha.8 (2019-03-05)

Bug Fixes

  • cannot use fix npmrc as user name and _auth will also be needed (d7d5b0d)
  • generate missing changelog (0e5eb4d)
  • update the runtime-corejs2 to match the Babel version (ceb2b88)
# [4.0.0-alpha.7](https://bitbucket.org/accedo/xdk/compare/@accedo/xdk-core@4.0.0-alpha.7...@accedo/xdk-core@4.0.0-alpha.7) (2019-03-05)

Bug Fixes

  • __hideSubtitle Promise bug (b205424)
  • a more resilient JSON stringify replacer (4ca3159)
  • add some check to ensure it is an XDK promise (8e5a41d)
  • all promise are now returned as native promise (4deed3b)
  • as defined in troubleshooting we need registry defined in npmrc (35c5f38)
  • as describe by lerna troubleshoot, lock the publish registry here (b2e32b3)
  • audio track extension should always use native promise (77eab92)
  • auto-fix one-var (6255d5f)
  • auto-fix prefer-arrow-callback (77af3b6)
  • auto-fix prefer-spread and prefer-template (b427105)
  • auto-fox no-var with following not auto-fixable (360156d)
  • cannot use fix npmrc as user name and _auth will also be needed (d7d5b0d)
  • create a 'safe-stringify' util for cases where DOM Node appears (77d7a47)
  • enable no-useless-return and strict (efe1eac)
  • ensure media's public function returns XDK Promise (283e209)
  • extensionManager.getExtension return native Promise (5e411ce)
  • instead of IIFE, generated the replacer at the location instead (816b240)
  • JsDoc now return proper type for getCurrentTrack (2ef12db)
  • log every detail that is available to the FSM error handling (c09e32b)
  • manual fix Abstract Network (9f57e2a)
  • manually fix Browser TV Key (8b248bb)
  • manually fix constant/DRM (38596b2)
  • manually fix no-var (999e234)
  • no-lonely-if (9712fff)
  • only mention the keys once (c44e7d1)
  • prefer-template manual fix ConnectionPoller (b40be36)
  • promisify it so this function will always work (a187e48)
  • rename to stringifyWithoutDom and use a different solution (0b93513)
  • spaced-comment (2f7d392)
  • the async keyword was missing (0efeada)
  • this function returns nothing (7e9615a)
# 4.0.0-alpha.3 (2019-01-15)

Bug Fixes

  • to ensure the parsed player list match the array in config (feeb21a)
# 4.0.0-alpha.1 (2019-01-07)

Features

# 4.0.0-alpha.0 (2018-11-30)

Bug Fixes

  • core: need to get the module from deault export (cf25ebf)
  • ESLint no-unused-vars (18141c8)
  • loadOption is wrongly defined (8a351f8)
  • no-empty is fixed (0ec5cdf)
  • pointless escape (a3aa657)
  • root is not needed as we have polyfill (bbc8323)
  • un-def rule picked up these import missing error (8baf00e)
  • use eslint-disable-line instead of noop (6845da4)

Features

  • core: AMD ⇨ ES6; Break util.js into individual modules (b120e2e)
  • xdk-core: copy all xdk-core source to here (25c6c64)
  • xdk-core: lerna create skeleton xdk-core folder (d725c57)
  • xdk-core: xdk-core is now ready for test publish (f0ee2b4)
  • add all dependencies for DVA (682cdf0)
  • make default export the same as XDK3 (b90d8bc)
  • the new load function should create common instances (da57eeb)
  • use dist folder instead (1b17199)