UNPKG

2.75 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### To Do
9- better help and documentation
10- rewire screen communication for fsw, swu, and style
11- add layout and view
12- upgrade interface with responsive HTML and CSS
13- integrate the styling string
14- upgrade mithril from v0.2 to v2.0
15- upgrade config data from window object to json
16- upgrade to sutton-signwriting packages
17- test cross-platform
18- fix undo and redo with history and back button
19- make save interact with a SignWriting dictionary API
20- integrate search and search results
21- reorganize messages for user interface, eliminate and complete
22- fix and expand keyboarding options
23- add keyboard command to append the selected symbol to end of the sequence
24- default demo to local home rather than dot home
25- include links on demo page to GH and more
26- signbox view, png view, svg view,fsw string,swu string
27- charset to restrict links and communications
28- whoami page
29- head snapping on insertion of head symbol with overlay (complex faces) and overlapping
30- fix demo page for opening with readme
31- create font section with font installed or not information
32- create profile page
33- action > cancel shouldn't clear sign
34- styling string needs breaking change individual symbol size and offset
35- - after offset, add new max coordinate
36- - update sutton-signwriting/core for new styling string definition
37- - update draft-slevinski-formal-signwriting
38- add signmaker to sutton-signwriting/sgnw-components
39- add offset coordinate to S state and URLs
40
41## [1.1.0] - 2022-02-27
42### added
43- demo page loads state
44- more actions menu for share, demo, and cancel
45- added iframesize
46- URL parameter button highlights
47- README and CHANGELOG html pages
48
49### fixed
50- demo page for file system access by explicitly referencing index.html
51- double-touch to zoom on ipad
52- server location of dot, local, or public for demo page use in a link and iframe
53- state variables, defaults, and values
54- url hash to removed unwanted key/value pairs
55- readme link to escape iframe
56- messaging when access signmaker through file system
57
58## [1.0.0] - 2021-12-16
59### Added
60- symbol palette
61- signmaker editor
62- PNG and SVG images with download
63- URL parameters
64- iFrame messaging
65- demo page
66
67[Unreleased]: https://github.com/sutton-signwriting/signmaker/compare/v1.1.0...HEAD
68[1.1.0]: https://github.com/sutton-signwriting/signmaker/releases/tag/v1.1.0
69[1.0.0]: https://github.com/sutton-signwriting/signmaker/releases/tag/v1.0.0