This page chronicles the new features and code that is added by version release. The Current Status section highlights additions that have come with a version update. the Known Issues section highlights issues/bugs/errors that have arrisen since the last update or have come with the very new update, as well as indicates when or if they were fixed with the [] tag.
V.1.5 - Buttons disable while server request is in progress, verticle nav-bar on Creation page now is unclickable completely until you scroll down, Instructions tooltip glitch fixed, Username location changed to very top of page, Creation Form hyperlinks are now completely functional, Ability Score page "tip:" now scales appropriately, scrollEvent is removed from window when user completes form, max-length constraints added to new character names, "are you sure?" modal added to Ability Score page before new character is saved. New character names are now filtered through a "swear-word" and "illegal character" check before saved, and errors are displayed to the user in blue alerts. The Character List, Latest Heros, and What's New section now scale appropriately on mobile and adopt new margin's and padding for different view ports. In addition, they now have parallax backgrounds with midievil scenery. My Characters view now uses a different query that specifically returns the current users created characters. My Characters view is now scaffolded as well. Un-neccessary/un-used views have been deleted from the view's folder and modals have been organized into the enclosed modals folder.
V.1.4 - Navigation Bar created in the right margin of the Creation page, allowing users link to the top, bottom, class header, race header, and background header using the JS ScrollIntoView function. Ability Score page styling updated including blinking buttons for Score Swapping, colored tables for easy reading, and an Instructions Modal to to assist new users. Newly created accounts now have a server-side boolean property indicating if they have completed the creation form. When it is false, tool-tips appear on the creation form next to the Instruction's icon that say "Click Me!". Once the creation form has been completed once, the prompts permanantly dissapear.
V.1.3 - Social Provider Logins added including Google Plus, Twitter, and Microsoft. Facebook was considered but wont allow logins from users who arent administrator's on the application until the application has been released and is reviewed, so it was skipped. Creation page scaffolding was updated to avoid clipping issues. New "Link to Top" button added on the Creation page to help user quickly navigate the document.
V.1.2 - Dungeon Master page added, Dungeon Master Beta app added, site styling rebuilt with background image, BS panels, Fontawesome icons, Fontawesome Icon animation, New Character form resizing and restyling, New Character form instructions button and modal added, Save Character form resizing and restyling.
V.1.5 - scrollEvent is not removed from window when users navigate away from the page. Parallax backgrounds are not as stylistically attractive as they could be, but will require homepage re-scaffolding to cover more area. Links that have been recently clicked have a blue underline temporarily, but wont drop this style when the hover or active state is styled. Having too long of a character name will cause many displays to stack ruining the appearance of displays.
V.1.4 - While scrolled to the top of the page in the Creation Form, the right-side navbar is invisible, but the links are still active and can be clicked - linking to a different part of the page. This can be troublesome especially if you are a first time user and are drawn to the tooltip that pops up right next to the invisible navbar.[V.1.4 Fixed] The new Ability Score page styling is very untested when it comes to certain races like humans and half-elfs, and the results are varied on scaling. Work arounds will need to be built to handle these scaling exceptions, likewise with the Proficiencies panel directly below it. The Application User Model was updated as well to contain a boolean property defining if a user has completed the Creation Form. this is a extremely unteseted feature, and while is working at the moment, could easily affect other systems on the server side due to the apps reliance on the model.
V.1.3 - While Social Provider Logins were added, The following register page is unstyled and introduces a inconsistency into the program by registering user's by email - when in fact the website login process is intended to run with usernames to maintain anonymity. User's register with their email and while there is no inherant problem, it will cause issues eventually if not updated to also take a username upon registering this way. [V.1.4 Fixed]
V.1.2 - Dungeon Master page is in beta, and its only functionality is making creature instances and viewing a short set of details about them. Links on the New Character form stay highlighted when clicked on a mobile device.[V.1.4 Fixed] Selecting a background in the form and then returning the option to blank does not clear the binded model, and the link will still jump you to the previous selection.[V.1.4 Fixed]