Releases: anton7r/a7JS
Bug Fix
bug caused by webpack fixed
we realized that our webpack build failed and had to minimize it a different way.
But now this works
Performance performance performance
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
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
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
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
Fixed some bugs with everything link related!
v1.5 Release
New Features
Added aliases for:
attribute data-a7-link
works now as the same asattribute data-a7link
a7.productionMode()
now works likea7.useProductionMode()
Adding Links
- Links now can be added in the triggers.
And also code maintaining
v1.4.1 Release
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
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.