Releases: hellotext/hellotext.js
Releases · hellotext/hellotext.js
v1.7.1
V1.6.5
V1.6.2
V1.6.1
V1.5.3
- Fixed issues with CSS styling and using correct syntax for CSS nesting.
- Fixed issue with default import when calling
forms.collect
V1.5.0
V.1.4.0
Adds support for an optional default configuration option when initializing the Hellotext
class. The available options are
- autogenerateSession, which defaults to true. It can be turned off, by setting the value to false.
V1.3.4
- Bump version to match the package on npmjs
- Moved the API URL inside the
Hellotext
class.
v1.3.3
Uses @babel/plugin-transform-classes
for older browsers that don't support the class
keyword.
What's Changed
- use @babel/plugin-transform-classes by @rockwellll in #6
Full Changelog: 1.3.2...1.3.3
v1.3.2
Adds backwards compatibility code via Babel