Skip to content

v1.2.0 - Infinite potential

Compare
Choose a tag to compare
@chrismclarke chrismclarke released this 09 Jun 06:41
· 6390 commits to master since this release

Added

  • Virtual scroll component
    We're now rendering the main list of howtos as an infinite list, so that no matter how many there are scrolling will be smooth and images only downloaded if shown on screen
    @tudi2d (#962)

  • Show platform version on logo hover
    @chrismclarke (#960)

Fixed

  • How to creation now has a close button for for submit status popup
    Now if a howto fails to upload you can simply close the popup and try again (or copy the content for another time)
    @BenGamma (#971)

  • Profiles shouldn't show with multiple types such as Sheetpress Member after changing
    @chrismclarke (#818)

  • Links in profiles should now direct to the correct website if cases where the person had not included http://...
    @chrismclarke @BenGamma (#968)

Changed

  • Refactor - CI Backend (+db prefixes)
    Lots of work has been done on the backend to clean up and speed up our automated testing service (now tests in parallel on 4 machines, testing both chrome and firefox (sorry safari, not supported)). Tests are also now more reliable.
    @chrismclarke (#952)