Skip to content

Releases: kelvinsekx/letterloading

The future beginning jump

09 Aug 23:06
Compare
Choose a tag to compare

The future beginning jump

This is the first breaking addition to Letterloading

It aims to provide the ground for the juices in terms of flexibility that letterloadingJS promised from the onset
The changes include

  • allowing easy simulations integration with individual exported simulations
  • reduction in options power to only cater for custom options to enhance existing simulations by the community
  • robustness by allowing Letterloading to be extendible

Night owler into beginning

22 Apr 22:21
Compare
Choose a tag to compare
  • introduced simulate options, a beginning clipse into further animation choose with letterloading
  • strictly define typedJS to only accept empty char and force randomizeEl to false
  • allow options for cursorType: line | block | underscore

updates letterloading 1.0.5

16 Mar 14:27
Compare
Choose a tag to compare

LetterLoading 1.0.5 is released today

This is a preamble into the forth coming major change

  • letterloading js line 1 : replaced loadinitializer with 'initializer'. because it sounds more favourable and semantically stating the intent more
  • replaced loadinitializer lines 6-9 with a one liner: makes it cleaner
  • changed initialContentArray to SudoContentArray
  • corrections to typos
  • avoided error from users by silently handling
  • slight corrections to README
  • made additions to CONTRIBUTING.md, deducted few tautologies

1.0.4 (11th October, 2020)

31 Oct 13:44
956245d
Compare
Choose a tag to compare

Today, we are releasing LetterLoading v1.0.4

  • replaced globalThis with "this" at webpack.config
  • made this.defaultSpeed to point to initial loadspeed declared in options object, rather than making a default one.