Skip to content

Releases: player-ui/player

0.7.0

15 Feb 22:40
Compare
Choose a tag to compare

Release Notes

com.intuit.playerui publishing scope (#253)

Embracing the player-ui namespace, the base group ID, and correlating package scopes, have changed:
com.intuit.player -> com.intuit.playerui

  1. Dropping .jvm from non-android artifacts
    • This was originally done to leave room for intermediate JS resource artifacts. This is no longer necessary due to improvements in our build process, and enables us to remove this redundancy.
Artifact Internal External
Headless Player com.intuit.player.jvm:core com.intuit.playerui:core
Android Player com.intuit.player.android:player com.intuit.playerui:android
Plugins com.intuit.player.plugins
com.intuit.player.jvm.plugins
com.intuit.player.android.plugins
com.intuit.playerui.plugins

Refactor existing DSL docs. (#288)

Update DSL docs

Remove Applitools (#277)

Enhance AsyncViewStub.awaitView() to ensure any child AsyncViewStubs are resolved as well. This really only affects initial hydration, preventing weird isolated rendering jank by ensuring everything is ready to be shown on screen before actually rendering the top-level asset.


🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Authors: 14

0.6.0

26 Jan 01:36
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Authors: 9

0.5.1

07 Dec 21:40
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 3

0.5.0

05 Dec 20:05
Compare
Choose a tag to compare

Release Notes

Sync Android and JVM packages to latest (#222)


🚀 Enhancement

🐛 Bug Fix

Authors: 3

0.4.5

27 Nov 19:01
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

Authors: 9

0.4.4

20 Nov 17:48
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

Authors: 3

0.4.3

17 Nov 22:14
Compare
Choose a tag to compare

Release Notes

Add Automation ID to Error Element in Storybook (#245)

Storybook error element has a data-automation-id property which allows it to be programmably found in tests


🐛 Bug Fix

🏠 Internal

  • Update auto version. Filter release trigger from changelogs #243 (@adierkens)

📝 Documentation

Authors: 4

0.4.2

17 Nov 00:32
Compare
Choose a tag to compare

Release Notes

Add better error messaging for failed expression eval and parsing (#239)

Improved error messages for parse and eval failures for expressions


🐛 Bug Fix

Authors: 4

0.4.1

15 Nov 20:33
Compare
Choose a tag to compare

Release Notes

Pin @moncao-editor/react to non .mjs Only Version (#230)

Pin @moncao-editor/react to 4.3.1


🐛 Bug Fix

Authors: 3

0.4.0

13 Nov 20:24
34690cc
Compare
Choose a tag to compare

Release Notes

Return a Read Only Instance of the DataController on Player End State (#216)

Return a read only instance of the Controller on Player's end state

Android: add note to input ref asset (#192)

Add note field to input reference asset

Export InfoAsset as XLR View (#139)

Export Info Asset as XLR View

sync up to latest (#131)

Sync latest code

Expose utils for expression LSP (#117)

  • Expose parseExpression from the expression parser
  • Adds a strict flag to parseExpression that will (when disabled) attach any parsing errors to the top-level node instead of throwing

Deps/bump dependencies (#111)

Dependency upgrades

Sync Latest Player Code (#109)

Syncs to latest version and bumps tapable-ts to latest version.


🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Authors: 19

Read more