Releases: rolandzwaga/eligius
Releases · rolandzwaga/eligius
1.1.4
1.1.3
1.1.2
- Add
SubtitleEditor
to configuration API.
1.1.1
- Add
label-editor
to the configuration API. - Add
addLabels
,removeLabel
andeditLabel
methods toConfigurationFactory
. - 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 thetarget.value
.
1.1.0
- Refactor of the
ITimelineProviders
. Providers no longer have access to the eventbus, all of that logic is now handled from within theEligiusENgine
. - 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 theRequestAnimationFrameTimelineProvider
1.0.20
- Fix
otherwise
operation properly finding its matchingendWhen
instance createElement
now ignores attribute values that are undefined
1.0.19
- Assign parent context to each nested context.
- Fix expression typing for context values.
1.0.18
- 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)
- Add
when
,otherwise
andendWhen
operations to support if/else control flows - Add
defaultLanguage
to global data
1.0.16
- Add static
extend
andextendMultiple
methods to ConfigurationFactory ActionCreatorFactory.ActionCreator
now correctly returns anEndableActionCreator
- Correctly initialize
TimelineProviderSettings
in the editor - Narrow typing in
addControllerToElement
operation