UNPKG

1.33 kBMarkdownView Raw
1# fontIconPicker Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7## [3.1.1] - 2018-04-24
8
9### Changed
10
11- Fix regression in `setIcons` from 3.1.
12- Remove `$.isArray` in favor of `Array.isArray`.
13- Add new test cases to cover the regression.
14
15## [3.1.0] - 2018-04-24
16
17### Added
18
19- `setPage` API to programmatically set popup pagination.
20- e2e tests with cypress.
21
22## [3.0.0] - 2018-03-24
23
24First release into organization from personal repo.
25
26### Added
27
28- `iconGenerator` option to customize icon html.
29- `setIcon` API to set icons programmatically.
30- `repositionPicker` API to programmatically position icon picker again.
31- `searchPlaceholder` to change search input placeholder.
32- Unit & Integration tests with jest.
33- Build process with rollupjs and gulp along with babel, sass.
34
35### Changed
36
37- Use namespaced events for delegated handlers on `html` and `window` and clear
38them up on `destroy`.
39- Popup position adjuster function will try to align left -> alight right -> align middle, instead of align left -> align middle. This is done when viewport is small.
40- Refactor source code with `ES6` modules and modern build environment.