Render After Effects animations natively on Android and iOS, Web, and React Native
An iOS library to natively render After Effects vector animations
sidecar: remove extraneous copies
Remove extra unnecessary service copies when the ports we want to include for a service match all ports exposed on the service. Additionally, correct logic around selecting a service with a single port where that port may not match the VS destination port.
Change-Id: I104646508a2ba6416a6a7fbd92f285d0173c93db Reviewed-on: https://gerrit.musta.ch/c/public/istio/+/3017 Reviewed-by: Douglas Jordan douglas.jordan@airbnb.com Reviewed-by: Ying Zhu ying.zhu@airbnb.com
gateway-api: update dependency and fix conformance test errors (#38910)
gateway tests: sort golden files
deps: bump gateway-api
Fix mesh allowed
bump again
WasmPlugin: Change the file path scheme of the cached wasm modules (#39071)
Change the filename scheme of the cached wasm modules
Fix lint errors
fix using gofumpt
telemetry tests: use standard deployment for echo (#39051)
This brings consistency with the security and pilot tests of using the same core deployment everywhere. In particular, I was motivated by https://github.com/istio/istio/pull/38495/files#diff-b3848f393e9a44a4e5f8cdb34f9f5715eab5fa22f975870ddce60ee29cddab86R224 which is doing external traffic -- the common deployment has a standardized (and, IMO, safer) way of doing this that can easily be utilized with this change.
move setup
fix dashboard
fix rebase
Automator: update istio/client-go@master dependency in istio/istio@master (#39076)
Automator: update common-files@master in istio/istio@master (#39092)
Fuzzing: Fix OSS-fuzz build (#39096)
Group
_setAnimations
to take SpringAnimationParameters
to allow more control over how constrainables are animated in or out.How did you verify that this change accomplished what you expected? Add more detail as needed.
All items in this checklist must be completed before a pull request will be reviewed.
CollectionViewConfiguration
CHANGELOG.md
entry in the "Unreleased" section for any library changesAdd animation parameters to allow customization of Group updates. (#96)
[epoxy]: Add animation parameters to group setItems method
[epoxy]: Add documentation comment for method parameters
Add comments to Spring Animation Parameters Type
[Group]: Update documentation comments
[Changelog]: Add change details description.
[Group]: Update API with animation closure in lieu of fixed curve options.
Remove duplicated line.
[Group]: File Name Change
[Group]: Update comments
[Group]: Update Hashability, comments, remove unneeded struct
[Group] Lint
Update Sources/EpoxyLayoutGroups/Types/LayoutGroupUpdateAnimation.swift
Co-authored-by: Eric Horacek horacek.eric@gmail.com
Co-authored-by: Eric Horacek horacek.eric@gmail.com
Co-authored-by: Eric Horacek horacek.eric@gmail.com
Co-authored-by: Eric Horacek horacek.eric@gmail.com
[Group]: Non-optional layout animation param
[Group]: Add animation parameter description
[Group]: Correct comment
Run format
Fix build error
Co-authored-by: Lindsay Pond lindsay.pond@airbnb.com Co-authored-by: Eric Horacek horacek.eric@gmail.com Co-authored-by: Eric Horacek eric.horacek@airbnb.com
@ williaster thanks for the prompt reply and suggestion! It turned out some of our dependencies were referencing older versions of visx. Once we upgraded them we were able to apply the onPointerEvent
to both XYChart
as well as series data, for instance BarSeries
. Thanks again!