UNPKG

@striven-erp/striven-fileviewer

Version:

A pure javascript fileviewer made for Striven ERP

50 lines (30 loc) 959 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). ## [Unreleased] ## [0.5.0] ### Added - Escape handler for closing the fileviewer ### Changed - The header pushes the embed below the flex area ## [0.4.0] ### Added - Text file support ## [0.3.0] - 2019-10-03 ### Added - Custom Vue directive binding ### Changed - Must import Knockout binding with class instantiation by passing ko instance ## [0.2.0] - 2019-10-03 ### Added - Options to use custom classes for icons ### Changed - Must pass configuration object with file details ## [0.1.0] - 2019-10-02 ### Added - Knockout binding now included in the package. ### Changed - Appending a tag DOM node. ### Removed - Nothing. This is an init!