Skip to content

Releases: hellotext/hellotext.js

v1.7.1

15 Jul 12:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.5...1.7.1

V1.6.5

06 Jul 20:41
cb32641
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.5

V1.6.2

05 Jul 12:36
a17d8e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2

V1.6.1

04 Jul 13:55
a88a34f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.3...1.6.1

V1.5.3

01 Jul 12:55
Compare
Choose a tag to compare
  • Fixed issues with CSS styling and using correct syntax for CSS nesting.
  • Fixed issue with default import when calling forms.collect

V1.5.0

30 Jun 15:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

V.1.4.0

25 Apr 08:07
Compare
Choose a tag to compare

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

07 Nov 05:32
Compare
Choose a tag to compare
  • Bump version to match the package on npmjs
  • Moved the API URL inside the Hellotext class.

v1.3.3

20 Feb 11:09
Compare
Choose a tag to compare

Uses @babel/plugin-transform-classes for older browsers that don't support the class keyword.

What's Changed

Full Changelog: 1.3.2...1.3.3

v1.3.2

13 Feb 17:33
Compare
Choose a tag to compare

Adds backwards compatibility code via Babel