UNPKG

@denkschuldt/react-dialog

Version:

A simple to use and customizable react dialog implementation.

25 lines (18 loc) 648 B
# CHANGELOG All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The date format used is DD/MM/YYYY. ## [1.0.4] - 30/05/2021 ### Fixed * Fixing draggable on mobile ## [1.0.3] - 04/04/2021 ### Fixed * Removing overriding styles from body ## [1.0.2] - 29/03/2021 ## [1.0.1] - 29/03/2021 ### Fixed * Accessibility: Close with keyboard (Esc), and showing button outlines. ## [1.0.0] - 28/03/2021 ### Added * Seeing the light. First release of react-dialog. ✨