Releases: remarkablemark/phonetic-alphabet-converter
Releases · remarkablemark/phonetic-alphabet-converter
v1.1.0
v1.0.0
v0.3.0
0.3.0 (2020-11-08)
Bug Fixes
- docs: add missing text field line (b4eb72b)
- docs: ensure input is focused even if it's in an iframe (566682d)
- docs: resolve error by using default export on window namespace (4ddfb1b)
- docs: specify
[email protected]
for unpkg (2117014)
Features
- docs: load Roboto font and use headline3 styles for heading (2559e35)
Performance Improvements
- index: return early with empty array if string is blank (6a5334a)
v0.2.0
v0.1.0
0.1.0 (2020-01-31)
Features
- docs: add ripple styling to chips (606bfef)
- docs: add static site demo of library that uses mdc web (b72e240)
- docs: fallback to cdn if local js is not found in index.html (d0daf6f)
- docs: style the words as chips (b6f86ca)
- docs: wrap markup in html5-boilerplate (caf0a58)
- index: add index.js and "files" in package.json (169f417)
- index: remove
index.js
and updatepackage.json
(f9dfe12) - src: add
index.ts
with phonetic alphabet map and converter (d3bc7f7) - src: throw a type error if first argument is not a string (841555b)