Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Releases: anton7r/a7JS

Bug Fix

23 Aug 22:05
Compare
Choose a tag to compare

We fixed a bug that got into the code because we rewrote it a couple of times and now that it is fixed we can all continue our lives

bug caused by webpack fixed

23 Aug 21:31
Compare
Choose a tag to compare

we realized that our webpack build failed and had to minimize it a different way.
But now this works

Performance performance performance

23 Aug 20:49
Compare
Choose a tag to compare

v3.3.2 Includes

various performance gains.
forEach loops have been converted to for loops
createElement saw also a couple of performance gains

Was added to npm

Yes it now can be found from npm.

Next

We will work on version 3.4.0 next since we have made it super performant.

We are back again with a new version of a7

20 Aug 10:43
Compare
Choose a tag to compare

Our newest version includes

Performance

We made the framework upto 30% more faster.
a7store has been converted from an object to an array.
removed unneccessary variable declarations.

Removed a7.page

It is fair to say that it was sort of a useful feature but it was not finalized so i decided to remove it from the library.
Our goals are to make the library usable and small at the same time.

Changing folder structure

We now do have much easier structure.
Cli is in the cli folder
Source code is in the src folder
Distribution packaged code is in the dist folder

a7JS We next want to make our documentation much better

v3.0.0 Release Major changes

29 Jul 14:16
Compare
Choose a tag to compare

We did major changes because we could all of the configuration now can be much easier.

In a future update we plan to add animations between different pages!

v2.0.0 Release

03 Jul 22:54
Compare
Choose a tag to compare

Changes were made for the greater good

removed everything hash related. There is no need to call production mode because now it is the default!

v1.5.1 Release

03 Jul 19:40
Compare
Choose a tag to compare

Fixed some bugs with everything link related!

v1.5 Release

03 Jul 17:41
Compare
Choose a tag to compare

New Features

Added aliases for:

  • attribute data-a7-link works now as the same asattribute data-a7link
  • a7.productionMode() now works like a7.useProductionMode()

Adding Links

  • Links now can be added in the triggers.

And also code maintaining

v1.4.1 Release

02 Jul 11:43
Compare
Choose a tag to compare

Major bug fixed. Router could not find any other pages than "/*"

All the older versions have this bug so if you want this to get fixed on the older (1.4 and below) versions open a issue

v1.4 Release

01 Jul 22:09
Compare
Choose a tag to compare

New Features:

  • a7.encoder - takes in untrusted data and spits it out encoded
  • Now page container gets the current pages name as the class name like a7-page-[pagename]

and also code maintaining.