1. d19868f generate drawing rules in the correct order by bodymovin · 7 months ago
  2. 5df489c Xxxx hidden paths runtime render fixes solos by bodymovin · 7 months ago
  3. 647e408 tendon crash fix by bodymovin · 7 months ago
  4. 71217ce Disable d3d blend state during PLS flush by luigi-rosso · 7 months ago
  5. c27002a add clipResult enum and render clips to copy the editor behavior by bodymovin · 7 months ago
  6. 6dcdb97 Unity by luigi-rosso · 7 months ago
  7. 464b274 Delete assets after artboards to fix race condition with FileAssetReferencers. by luigi-rosso · 7 months ago
  8. 97a1cde Fix validation for listeners to validate with nested inputs by philter · 7 months ago
  9. 254e58b compute parameters when cubic values change by bodymovin · 7 months ago
  10. 7508c1e fix: Made default and copy constructors explicit. by luigi-rosso · 7 months ago
  11. 01b9218 Fix follow path 6070 by mjtalbot · 7 months ago
  12. 06d553a add support for rendering static scene by bodymovin · 7 months ago
  13. 04de471 Outofbandcache by mjtalbot · 8 months ago
  14. 84d4f77 Fix for FollowPathConstraint position at distance multiples of 100% by philter · 8 months ago
  15. 92fbbd4 Apply NestedInput initial values by philter · 8 months ago
  16. ef1a6dc Elastic easing by luigi-rosso · 8 months ago
  17. 562ace4 Add options to build with rtti and exceptions by csmartdalton · 8 months ago
  18. 9068d51 Fix clang format error by philter · 8 months ago
  19. 8eb8bee add isCollapsed validation on nested artboard advance method by bodymovin · 8 months ago
  20. 5c8dbb2 Fixed clang check. by dragostis · 8 months ago
  21. 780403b Show NestedInputs in the Inputs panel of the parent artboard by philter · 8 months ago
  22. 3468991 Move vello by dragostis · 8 months ago
  23. 8f94cb5 Added by-name instantiation. by dragostis · 8 months ago
  24. d276194 add ability to attach callbacks when resolving file asset listeners by mjtalbot · 8 months ago
  25. a0fca85 patch up division by zero issue on normalizing Length by mjtalbot · 8 months ago
  26. d27d307 Android Out of Band Assets by umberto-sonnino · 8 months ago
  27. 9b87f63 Removed single-threaded counter. by dragostis · 8 months ago
  28. 9b6c601 Removed Cargo workspace dependencies. by dragostis · 8 months ago
  29. f7758ca Fission the CG and Skia renderers by csmartdalton · 8 months ago
  30. 62c29e7 Nested Inputs by philter · 8 months ago
  31. 81f4894 Add support to Listeners for events from nested artboards by philter · 8 months ago
  32. 769bbd3 Added a Rust runtime. by dragostis · 8 months ago
  33. 74ea24f feat: add count and query APIs for events and text runs at the Artboard level, and expose in WASM by zplata · 8 months ago
  34. c21247a Add out of band loading to rive-wasm by mjtalbot · 8 months ago
  35. 81be7f8 6041 follow path with 0 opacity by bodymovin · 8 months ago
  36. aaffc55 Add a math::round_up_to_multiple_of<N>() utility by csmartdalton · 9 months ago
  37. ef7dd36 Clamping color stops. by luigi-rosso · 9 months ago
  38. 0f69c2d Add a WebGPU mode that uses EXT_shader_pixel_local_storage by csmartdalton · 9 months ago
  39. 6b4b5a1 update runtime with file asset cdn information by mjtalbot · 9 months ago
  40. c9cc7a6 Fix issue with timeline events on first frame by luigi-rosso · 9 months ago
  41. aec4c7c Event fixes by luigi-rosso · 9 months ago
  42. 98adbc4 Bump the iOS minimum version to 13 on native builds by csmartdalton · 9 months ago
  43. 6b42846 add artboards shapes to updates when RenderOpacity has dirt by luigi-rosso · 9 months ago
  44. 64515c6 Read passed any empty runs when iterating glyphs. by luigi-rosso · 9 months ago
  45. d76d2a8 Don't apply id keyframes when mix value is 0 by philter · 9 months ago
  46. bc7a03a Timeline Events for runtime by luigi-rosso · 9 months ago
  47. 5e8642f Fix keepGoing when a work area is used. by luigi-rosso · 10 months ago
  48. 5e3eaf3 Make Mat2D constructors constexpr by csmartdalton · 10 months ago
  49. 5fb41b5 Fixed runtime to compile with gcc. by dragostis · 10 months ago
  50. 1f3a520 Allow setting text to completely empty. by luigi-rosso · 10 months ago
  51. a1f5e03 Make RenderBuffer mappable by csmartdalton · 10 months ago
  52. 50777ba Add a macro to create bitsets from enums by csmartdalton · 10 months ago
  53. f65d21c Add some joystick flag tests. by luigi-rosso · 10 months ago
  54. 23be2fe Delete the copy constructor from Mat2D by luigi-rosso · 10 months ago
  55. ffb3fe7 Treat all Constraints and ClippingShapes differently than children when propagating collapse by philter · 10 months ago
  56. 42e8de2 Improve collapse propagation for solo. by luigi-rosso · 10 months ago
  57. 9b63a6e early out of advance if we are not going to keep goign by mjtalbot · 10 months ago
  58. 2250b59 Don't collapse child constraints of Solos by philter · 10 months ago
  59. aa51130 Fix follow path contention with MetricsPath by luigi-rosso · 10 months ago
  60. aca9fd7 Choose events to fire on State and Transition start/end. by luigi-rosso · 10 months ago
  61. bcf1193 Added a Vello back-end with a custom winit viewer. by dragostis · 10 months ago
  62. af58b5a Implement drawImage() in PLS by csmartdalton · 10 months ago
  63. 7a06c74 Event triggering by luigi-rosso · 10 months ago
  64. 00866e5 Fix issue with nested artboards not updating follow path constraints. by luigi-rosso · 10 months ago
  65. dcf7998 Add rive::math::msb() by csmartdalton · 10 months ago
  66. ac7d209 Add a Bitmap::detachBytes method by csmartdalton · 10 months ago
  67. dcc19f8 Letter spacing! by luigi-rosso · 10 months ago
  68. 9f62e9a Run editor tests on hosted runner. by luigi-rosso · 10 months ago
  69. e61c62a fix leak in move operator= on SimpleArray by luigi-rosso · 10 months ago
  70. f075873 Make rive_decoders compile on Windows by csmartdalton · 10 months ago
  71. 3e39b55 Clipping and baseline by luigi-rosso · 11 months ago
  72. 5399d92 Enable animation for Text Run style prop by alxgibsn · 11 months ago
  73. 142d059 Lift tess decoders into a static lib by csmartdalton · 11 months ago
  74. bc6db62 Fix crash when no Follow path target specified by philter · 11 months ago
  75. 8262bda Update text render styles when origin changes. by luigi-rosso · 11 months ago
  76. 4a2f7d9 Text fixes by luigi-rosso · 11 months ago
  77. 7ce350a Add originX and originY support to images by philter · 11 months ago
  78. 5ec5d93 Fix text alignment in cpp based runtimes by luigi-rosso · 11 months ago
  79. dee058b Replace broken hero image on runtime READMEs by zplata · 11 months ago
  80. b473fbc Build with rive_text from Android Studio by luigi-rosso · 11 months ago
  81. e8904a4 update thumbnailer for text by mjtalbot · 11 months ago
  82. ef71372 Adding run targeting to text value ranges! by luigi-rosso · 11 months ago
  83. 86e0044 Follow path distance support all values & fix scaling issue. by philter · 11 months ago
  84. f47bd6a Rive Text for iOS and Android! by luigi-rosso · 11 months ago
  85. 9b93265 Fix small bugs caught by JC (and Alex). by luigi-rosso · 11 months ago
  86. 8412e70 FollowPathConstraint to extend TransformSpaceConstraint by philter · 11 months ago
  87. c09400e Don't use the '-g' buildoption in premake by csmartdalton · 11 months ago
  88. dabe3a7 Fixing modifier ranges not updating on the right frame. by luigi-rosso · 11 months ago
  89. e5bb6db Fix dependency order issues for Follow Path by philter · 11 months ago
  90. 24ab6b6 Baseline Origin by luigi-rosso · 11 months ago
  91. 7bcb9f1 Add option to quantize time to whole frames of framerate. by luigi-rosso · 11 months ago
  92. e3cac8d Follow path should respect constrained component rotation if orient is off by philter · 11 months ago
  93. b003e76 Code generator fixes alternative by mjtalbot · 11 months ago
  94. 3f6ff82 Adding target origin to transform constraint. by luigi-rosso · 11 months ago
  95. 947505e Stop automatically pruning empty segments in RawPath by csmartdalton · 11 months ago
  96. ac7200a Line Height & Paragraph Spacing by luigi-rosso · 11 months ago
  97. 07a7a2b Runtime modifiers by luigi-rosso · 11 months ago
  98. 06fa79b Get more compiling on MSVC by csmartdalton · 11 months ago
  99. 8015082 Swap propertyKeys between follow path and text core defs by philter · 11 months ago
  100. 692e14c Fix conflicting core key ids and set follow path offset to default false by philter · 11 months ago