This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/undate/CHANGELOG.md
2020-11-01 22:46:04 +00:00

1.6 KiB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

This change log adheres to keepachangelog.com.

Unreleased

0.3.0 - 2018-04-18

Changed

  • Rewrite in TypeScript

0.2.4 - 2018-01-24

Fixed

  • Dispatch input event in IE correctly

0.2.3 - 2017-10-29

Fixed

  • Fix potential infinite loop

0.2.2 - 2017-08-31

Fixed

  • Dispatch input event in firefox and IE

0.2.1 - 2017-07-05

Fixed

  • Fix element focus bug in safari
  • Fix bug that removing part of heading string causes wrong result

0.2.0 - 2017-07-03

Changed

  • Export update function as “update” not as default

Fixed

  • Enable to import update and wrapCursor functions individually

0.1.2 - 2017-06-28

Fixed

  • Handle inactive textarea element
  • Enable to insert a string similar to texts around the cursor

0.1.1 - 2017-06-28

Fixed

  • ES2015 compatible

0.1.0 - 2017-06-28

Added

  • Initial release