Skip to content

Releases: animotionjs/animotion

@animotion/core@1.4.0

25 Apr 15:40

Choose a tag to compare

  • feat: update to reveal.js 6
  • fix: slide instance cleanup

@animotion/core@1.3.3

25 Apr 11:14

Choose a tag to compare

  • fix: scrollToLine works without line numbers enabled
  • feat: added selectLinesAdd for additive line selection

@animotion/core@1.3.2

22 Apr 20:25

Choose a tag to compare

  • feat: The class prop accepts objects and arrays β€” all components (Code, Embed, Presentation, Slide, Transition) now accept class as a ClassValue, enabling conditional classes with objects and arrays
  • feat: improved code replace method β€” <Code> component got a smarter replace implementation with better handling of content updates
  • feat: multiline code insert support β€” the insert method on the <Code> component now supports inserting multiline strings correctly
  • refactor: adopted CSS @layer for style organization in app.css

@animotion/core@1.3.1

22 Apr 09:22

Choose a tag to compare

  • feat: added append, remove, insert, replace API methods for code updates β€” docs
  • feat: Support tabs and spaces for dedenting code β€” docs

@animotion/core@1.3.0

22 Apr 09:10

Choose a tag to compare

  • feat: added new code selection API select, selectAdd, and selectToken β€” docs