Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 3.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0-beta.6 (2021-06-23)

Features

  • Add support for user confirmation (2229475)
  • pass childProps to resolver functions (5638080)
  • support "confirm" boolean flag to confirm any monitored callback (8a4e7bf)
  • support "disabled" prop (d723e31)
  • support confirm exit modes "started" | "finished" | "idle" (d8519ac)
  • support objects as value resolvers (43d7bdb)
  • examples: bootstrap button with spinner (f312e6d)
  • support indefinite final state via negative duration (c25bc66)
  • support render functions (8404489)
  • Config: Add bulma configuration preset (45ef02e)
  • Config: Add configuration context via StatefulConfigProvider (6955535)
  • Examples: Display example code itself (1b9febf)

Bug Fixes

  • examples: use PUBLIC_URL for gh pages (8f8e84f)
  • clean timers when entering confirm state (2dd280c)
  • do not fail on function as prop factory (9c3c5ac)
  • do not invoke callback twice (dddc921)
  • resolve hint duration, avoid getting stuck in final state (2ccb13f)
  • update types (0bbcc47)
  • use SUCCESS instead of ERROR duration (4d38602)
  • examples: use portal for modal confirm (22c42c5)