UNPKG

1.68 kBMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9## [1.3.2] - 2022-04-23
10### Added
11- data types in documentation
12
13### Fixed
14- symbol normalization
15- symbol svg size
16- testing
17
18## [1.3.1] - 2022-03-30
19### Fixed
20- SVG formatting
21- security dependency
22
23## [1.3.0] - 2022-03-20
24### Added
25- SVG Body functions
26- Column SVG images
27- Column PNG images
28
29### Removed
30- Individual symbol resizing and offset inside of signs
31
32## [1.2.1] - 2022-01-22
33### Changed
34- Delay DOM setup for server side rendering
35
36## [1.2.0] - 2020-07-24
37### Changed
38- Updated font CDN to use jsdelivr.net
39
40## [1.1.0] - 2020-02-19
41### Changed
42- Updated font CDN to use Unpkg
43
44## [1.0.0] - 2019-12-09
45### Added
46- core modules of font, fsw and swu for individual symbols and complete signs
47- documentation for core modules
48
49
50[Unreleased]: https://github.com/sutton-signwriting/font-ttf/compare/v1.3.2...HEAD
51[1.3.2]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.3.2
52[1.3.1]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.3.1
53[1.3.0]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.3.0
54[1.2.1]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.2.1
55[1.2.0]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.2.0
56[1.1.0]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.1.0
57[1.0.0]: https://github.com/sutton-signwriting/font-ttf/releases/tag/v1.0.0