Skip to content

Releases: rolandzwaga/eligius

1.1.4

05 Nov 16:47
a98043e
Compare
Choose a tag to compare
  • Fix esm exports, typing should work properly now when importing eligius

1.1.3

05 Nov 15:10
c0f6407
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

09 Nov 12:28
c61f166
Compare
Choose a tag to compare
  • Add SubtitleEditor to configuration API.

1.1.1

09 Nov 08:21
5d437bf
Compare
Choose a tag to compare
  • Add label-editor to the configuration API.
  • Add addLabels, removeLabel and editLabel methods to ConfigurationFactory.
  • Add setData operation.
  • LabelController can now also optionally assign its label to an element attribute.
  • Fix ending actions that are already active within the seek range and sort timeline positions correctly.
  • Fix seeking by having each position first execute its end operations with the latest start position sorted first.
  • EventListenerController: Add entire event target to operation data instead of the target.value.

1.1.0

06 Nov 17:20
Compare
Choose a tag to compare
  • Refactor of the ITimelineProviders. Providers no longer have access to the eventbus, all of that logic is now handled from within the EligiusENgine.
  • Remove JWPlayer timeline provider. This was very old code, based on an old version of JWPlayer. It'll be revisited when necesary.
  • Disable MediaElementTimelineProvider for now. There are some bugs while bundling mediaelement which needs some thorough seeing to. For now, focus lies with the RequestAnimationFrameTimelineProvider

1.0.20

03 Nov 16:10
8a32e66
Compare
Choose a tag to compare
  • Fix otherwise operation properly finding its matching endWhen instance
  • createElement now ignores attribute values that are undefined

1.0.19

03 Nov 14:25
fab1724
Compare
Choose a tag to compare
  • Assign parent context to each nested context.
  • Fix expression typing for context values.

1.0.18

03 Nov 13:35
1f382c6
Compare
Choose a tag to compare
  • Add support for nested control flow logic. I.e. Nested for loops, when/otherwise and any combination of these.

1.0.17: Add when/otherwise/endWhen control flow operations (#28)

02 Nov 15:18
415cda2
Compare
Choose a tag to compare
  • Add when, otherwise and endWhen operations to support if/else control flows
  • Add defaultLanguage to global data

1.0.16

01 Nov 10:29
Compare
Choose a tag to compare
  • Add static extend and extendMultiple methods to ConfigurationFactory
  • ActionCreatorFactory.ActionCreator now correctly returns an EndableActionCreator
  • Correctly initialize TimelineProviderSettings in the editor
  • Narrow typing in addControllerToElement operation