All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Re-published project to fix import issue introduced on version
2.5.10
. @andrewredican
- onBlur property. @tonynguyenit18.
- Custom errors can now be displayed on editor from props. @rm-hull.
- Newline is now accepted in strings @terencehuynh.
- EsLint added to project @JustFly1984.
- Japanese translation for warnings @Adityaperiwal.
- Tamil translation for warnings @vasind.
- Hindi translation for warnings @shehbazjafri.
id
property is no longer mandatory @PatrickSachs.- Project is now server-side rendering/testing friendly @PatrickSachs.
- Reset option @AndrewRedican.
- Russian translation for warnings @askesis.
- French translation for warnings @cbonaudo.
- Bahasa Indonesia translation for warnings @radityasurya.
- Issue where component did not compare new and previous
placeholder
object correctly.
- Simplified Chinese translation for warnings @ADirtyCat.
- Missing Portuguese terms translation for warnings @AllanKDeveloper.
- Specfic backslash-related incorrect syntax warning @AndrewRedican.
- Additional terms for locale support, and spanish translation @AndrewRedican.
- Portuguese translation for warnings @AllanKDeveloper.
- IE 11 Support @PatrickSachs @AndrewRedican.
- Pressing the "Tab" key in the editor no longer switches focus @PatrickSachs @ankitr.
- Text can now be copied in
viewOnly
mode @rickbrunstedt. - Correct line is now provided for incomplete property/value assignment warning @AndrewRedican.
@babel/runtime
as dependency @PatrickSachs.
- Switched build system from webpack to babel @PatrickSachs.
- Overhauled test structure & system @AndrewRedican.
locale
import statement made shorter @PatrickSachs.
- New build output:
/build/es
using the latest ES features @PatrickSachs. - New syntax logic tests @AndrewRedican.
- New locale tests @PatrickSachs.
- Documentation and example/src/index.js with correct locale import statement @AndrewRedican.
- CHANGELOG.md @AndrewRedican.
- Locale Support System @PatrickSachs.
- German translation for warnings @PatrickSachs.
- Spanish translation for warnings @AndrewRedican.
- Contributors list @AndrewRedican.
- Some original warning texts in English @PatrickSachs.
- React depency module casing warning due to webpack's bundle configuation of external peer dependencies @AndrewRedican.
modifyErrorText
property to customize warnings @AndrewRedican.
- Shorthand properties
width
andheight
not properly working with percentages @AndrewRedican.
...
- Re-render on KeyPress feature @AndrewRedican.
- Added more customization options @AndrewRedican.
- New logic for syntax recognition and rendering by @AndrewRedican.