Skip to content

Releases: xxsnakerxx/react-native-alert-queue

Release 2.3.0

26 Feb 15:44

Choose a tag to compare

2.3.0 (2026-02-26)

Features

  • update backdrop configuration in Alert component to support custom children (1061b8e)

Release 2.2.5

26 Feb 15:33

Choose a tag to compare

2.2.5 (2026-02-26)

Bug Fixes

  • avoid keyboard on android (2a75a2f)

Miscellaneous Chores

  • add custom resolveRequest for react-native-alert-queue in Metro config to support Fast Refresh (c3b8e60)

Release 2.2.4

26 Feb 11:41

Choose a tag to compare

2.2.4 (2026-02-26)

Miscellaneous Chores

  • upgrade expo SDK to v55 (a708b6a)

Release 2.2.3

25 Feb 17:12

Choose a tag to compare

2.2.3 (2026-02-25)

Documentation

  • add Expo Snack badge and live demo link to README for easier access (c20d690)
  • correct typos in CONTRIBUTING.md and README.md, and improve comments in TypeScript files for clarity (79f7a7b)
  • update Expo Snack badge style in README for consistency (cf48ffe)

Release 2.2.2

25 Feb 14:33

Choose a tag to compare

2.2.2 (2026-02-25)

Bug Fixes

  • update error method signature to remove isFixable parameter and enhance README for clarity (d75232d)

Miscellaneous Chores

  • enhance package description and update keywords in package.json and README.md for better clarity and discoverability (2d0573c)

Release 2.2.1

22 Feb 22:05

Choose a tag to compare

2.2.1 (2026-02-22)

Miscellaneous Chores

  • integrate Biome for linting and formatting, add biome.json configuration, and remove ESLint configuration files (ae8c877)
  • migrate from Yarn to pnpm for dependency management and update configuration files accordingly (4c4309f)
  • remove pull_request branch specification from CI workflow (63e7974)
  • standardize code formatting across configuration and example files (eebaacd)
  • update app.json to reflect new app name and slug for React Native Alert Queue (cdb0abf)
  • update conventional changelog configuration to disable merge commits (1472857)
  • update conventional changelog configuration to use conventional commits format (53e87e3)
  • update dependencies in package.json and example/package.json to latest versions (4582025)
  • update dependencies in package.json and pnpm-lock.yaml to latest versions, add update-deps script (a1f7428)

Code Refactoring

  • Keyboard: simplify style prop by removing unnecessary array wrapping (589b53d)

Release 2.2.0

08 Dec 15:19

Choose a tag to compare

2.2.0 (2025-12-08)

  • chore: update baseline-browser-mapping to version 2.9.5 and consolidate caniuse-lite versions in yar (2860a74)
  • fix(expo): update expo to 54 (1b402a2)
  • fix(reanimated): loosen up reanimated version in peerDependencies (c04898e)

Release 2.1.0

01 May 10:09

Choose a tag to compare

2.1.0 (2025-05-01)

  • feat: add customizable alert styles (700c7ab)
  • feat: update alert configuration dynamically in useEffect (5592bff)
  • refactor: move animation logic into useEffect for better state management (65f5c2b)

Release 2.0.1

29 Apr 15:07

Choose a tag to compare

2.0.1 (2025-04-29)

  • chore: replace keyboard-avoiding.gif with keyboard.gif in README.md (352326d)
  • chore: update keyboard-avoiding.gif (ca116e6)

Release 2.0.0

29 Apr 14:43

Choose a tag to compare

2.0.0 (2025-04-29)

  • chore: update react-native-reanimated version to ^3.0.0 in yarn.lock (6ebdbd9)
  • docs: enhance README.md with detailed demo sections (5c21c2a)
  • refactor: update button text labels for clarity (83af756)
  • refactor: use rn-reanimated for animations (83e804f)
  • feat: add confetti support to alerts with customizable options (5852217)