bs-custom-file-input
Version:
A little plugin for Bootstrap 4 custom file input
88 lines (38 loc) • 2.9 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.3.4](https://github.com/Johann-S/bs-custom-file-input/compare/v1.3.3...v1.3.4) (2020-02-03)
### Bug Fixes
* **core:** forgotten innerHTML ([dbffaa2](https://github.com/Johann-S/bs-custom-file-input/commit/dbffaa2eb060ab43cbec7739fe45a6446f68053a))
### [1.3.3](https://github.com/Johann-S/bs-custom-file-input/compare/v1.3.2...v1.3.3) (2020-02-03)
### Bug Fixes
* **core:** use textContent instead of innerHTML ([d78897b](https://github.com/Johann-S/bs-custom-file-input/commit/d78897b8ef6afdd983e7629e168cba948adeed69))
## [1.3.2](https://github.com/Johann-S/bs-custom-file-input/compare/v1.3.1...v1.3.2) (2019-03-28)
### Bug Fixes
* **display:** display files names on init ([0857b04](https://github.com/Johann-S/bs-custom-file-input/commit/0857b04))
<a name="1.3.1"></a>
## [1.3.1](https://github.com/Johann-S/bs-custom-file-input/compare/v1.3.0...v1.3.1) (2018-12-10)
<a name="1.3.0"></a>
# [1.3.0](https://github.com/Johann-S/bs-custom-file-input/compare/v1.1.1...v1.3.0) (2018-11-16)
### Bug Fixes
* **display:** restore text on empty values ([21ba2c0](https://github.com/Johann-S/bs-custom-file-input/commit/21ba2c0))
### Features
* **display:** remove fakepath ([0cd194a](https://github.com/Johann-S/bs-custom-file-input/commit/0cd194a))
<a name="1.2.0"></a>
# [1.2.0](https://github.com/Johann-S/bs-custom-file-input/compare/v1.1.1...v1.2.0) (2018-09-18)
### Bug Fixes
* **core:** remove unused events and better destroy method ([2845f4e](https://github.com/Johann-S/bs-custom-file-input/commit/2845f4e))
### Features
* **core:** allow to use children in label elements ([e92a581](https://github.com/Johann-S/bs-custom-file-input/commit/e92a581))
* **demo:** add a demo ([22f925b](https://github.com/Johann-S/bs-custom-file-input/commit/22f925b))
<a name="1.1.1"></a>
## [1.1.1](https://github.com/Johann-S/bs-custom-file-input/compare/v1.1.0...v1.1.1) (2018-09-05)
### Bug Fixes
* **readme:** add angular example ([2bdd38a](https://github.com/Johann-S/bs-custom-file-input/commit/2bdd38a))
* **ts:** type definition ([1f7836a](https://github.com/Johann-S/bs-custom-file-input/commit/1f7836a))
<a name="1.1.0"></a>
# 1.1.0 (2018-09-04)
### Bug Fixes
* **core:** make properties private ([b1a5dab](https://github.com/Johann-S/bs-custom-file-input/commit/b1a5dab))
### Features
* **core:** add typescript definition ([#29](https://github.com/Johann-S/bs-custom-file-input/pull/29)) ([c8e5a01](https://github.com/Johann-S/bs-custom-file-input/commit/c8e5a01))
* **core:** allow to pass custom selectors ([#25](https://github.com/Johann-S/bs-custom-file-input/issues/25)) ([85db226](https://github.com/Johann-S/bs-custom-file-input/commit/85db226))