Skip to content

Releases: Reagankm/rn-animated-ellipsis

v3.0.0

11 Dec 20:44
Compare
Choose a tag to compare

Release Notes

Small change to ensure compatibility with Expo apps

Upgrade Steps

  • None

Breaking Changes

  • None. Just changed version number to 3.0.0. because I should have done that with the prior version which did have a small breaking change

v2.2.11

10 Dec 22:59
Compare
Choose a tag to compare

Description

Breaking Change

v2.2.9 import style:

import { AnimatedEllipsis } from '@reagankm/rn-animated-ellipsis';

v2.2.11 import style:

import AnimatedEllipsis from '@reagankm/rn-animated-ellipsis';

This means anyone who wants to upgrade to @reagankm/rn-animated-ellipsis from an older iteration won't have to update their imports.

v2.2.9 - First Official Release

08 Dec 22:44
Compare
Choose a tag to compare

Release Notes

Published an updated version of Thanhal-P-A/rn-animated-ellipsis, which has not been updated in 2 years.

Upgrade Steps

  • Remove rn-animated-ellipsis from your package.json and add @reagankm/rn-animated-ellipsis

Breaking Changes

  • There should be none. Please file an issue if you discover any problems.

New Features

  • Typescript support!

Improvements

  • Unit tests! (This is not relevant to general usage, but still makes the library more robust.)