Comparing version 2.0.1 to 2.0.2
@@ -16,2 +16,3 @@ 'use strict'; | ||
* Binds eventListener for 'input' events to an input field to automagically replace values with kana | ||
* It is recommended to set `autocapitalize="none"` on the input field to prevent mobile devices from forcing the first input character to katakana. | ||
* @param {HTMLElement} input textarea, input[type="text"] etc | ||
@@ -18,0 +19,0 @@ * @param {DefaultOptions} [options=defaultOptions] user config overrides |
@@ -26,2 +26,9 @@ # Change Log | ||
## [2.0.2] - 2017-06-30 | ||
### Added | ||
- Documentation regarding recommended use of autocapitalize="none" on input fields | ||
### Changed | ||
- Improve font readability on demo page | ||
## [2.0.1] - 2017-06-17 | ||
@@ -53,3 +60,4 @@ ### Changed | ||
[2.0.1]: https://github.com/WaniKani/WanaKana/compare/2.0.1...2.0.0 | ||
[2.0.0]: https://github.com/WaniKani/WanaKana/compare/2.0.0...1.3.7 | ||
[2.0.2]: https://github.com/WaniKani/WanaKana/compare/2.0.1...2.0.2 | ||
[2.0.1]: https://github.com/WaniKani/WanaKana/compare/2.0.0...2.0.1 | ||
[2.0.0]: https://github.com/WaniKani/WanaKana/compare/1.3.7...2.0.0 |
@@ -1104,2 +1104,3 @@ /** | ||
* Binds eventListener for 'input' events to an input field to automagically replace values with kana | ||
* It is recommended to set `autocapitalize="none"` on the input field to prevent mobile devices from forcing the first input character to katakana. | ||
* @param {HTMLElement} input textarea, input[type="text"] etc | ||
@@ -1106,0 +1107,0 @@ * @param {DefaultOptions} [options=defaultOptions] user config overrides |
@@ -1110,2 +1110,3 @@ (function (global, factory) { | ||
* Binds eventListener for 'input' events to an input field to automagically replace values with kana | ||
* It is recommended to set `autocapitalize="none"` on the input field to prevent mobile devices from forcing the first input character to katakana. | ||
* @param {HTMLElement} input textarea, input[type="text"] etc | ||
@@ -1112,0 +1113,0 @@ * @param {DefaultOptions} [options=defaultOptions] user config overrides |
{ | ||
"name": "wanakana", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.wanakana.com", |
@@ -38,3 +38,3 @@ <div align="center"> | ||
```html | ||
<input type="text" id="wanakana-input" /> | ||
<input type="text" id="wanakana-input" autocapitalize="none" /> | ||
<script src="node_modules/wanakana/lib/wanakana.min.js"></script> | ||
@@ -41,0 +41,0 @@ <script> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182893
5022