Releases: thedoggybrad/2048ontheweb
Version 11.2
Emergency Fixes based on the previous releases
Version 11.1
The Version 11.1 improves the compatibility and performance of the CSS file.
Version 11.0
This is the 11th major version of 2048ontheweb, versioned 11.0.0.
This major release brings the following changes:
✓Some User Interface improvements (particularly the footer changes and new game button repositioning)
✓README.MD updates (including a new screenshot and more)
✓The game's javascript file [game.js] has been fixed for syntax and compatibility warnings and errors.
✓Game's CSS Syntax Error Fixes and Improvements
✓Font CSS has been minified
✓Improved Compatibility on both older and newer devices and web browsers
That's it for this release. But I want you to know what is my roadmap for the next releases of this game.
What should I expect on the next future releases?
✓Efforts to improve compatibility on both older and newer devices and web browsers
Version 10.3
UI Improvements and PWA/Screenshot changes
Version 10.2.1
Nothing special just changed the pwa image files and fixed a bug (rather file names of PWA install image).
Version 10.2
This release makes the game follows the latest standards in CSS, HTML and JavaScript but not 100% as we still leave compatibility to older web browsers.
Version 10.1
It is a milestone release that finally removes the center tag due to my knowledge increase about CSS, which makes this website more compliant with HTML5.
This says goodbye to the use of a CDN due to the problems it creates, instead of speeding-up the game, it slows it instead.
Version 10
This is a very minor release of 2048 on the web.
This release updated the screenshots and added the link of the game it was based on and the name of its author. Also, this game is declared to be stable after many months of testing.
Note: Despite, this release is very minor. This release skips from 9.5.2 to 10. This is due to the stabilization checks done by this project's author, the checks resulted in a conclusion of this game is very very stable.
Version 9.5.2
Version 9.5.2 uses jsDelivr's CDN for the game.js file.
Version 9.5.1
I basically just made the footer not to use the center tag. Will continue transitioning center tags into CSS in future releases.
==The Problem==
The Centered Text element
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Update: I cannot do the full transition of center tag into CSS, because CSS broke the UI of the game. So it is impossible to do so. Right now the elements uses it is the how to button and the game's counters (best score, score and moves). If web browsers end support to that tag, there will be no problems since the element will just move to the left. But I still want to fix this if I found a working fix.