BookStack v0.27 Release Notes

Release Date: 2019-08-31 // over 4 years ago
  • ๐Ÿ”— Links

    Full List of Changes

    • ๐Ÿšš Reviewed accessibility of BookStack to move towards WCAG 2.0 Support. (#1320, #1476)
    • โž• Added page templating functionality. (#129, #1527)
    • โž• Added the ability to send a new user a sign-up link where the user can set their own password. (#316)
    • โž• Added docker development environment. Thanks to @timoschwarzer. (#1504)
    • โž• Added the ability to set seperate storage types for Images and Attachments. (#1302)
    • โž• Added Hungarian translations. Thanks to @miles75. (#1554, #1573)
    • โž• Added notice to the "Custom HTML Head Content" setting to advise it does not apply while on the settings page. (#1144)
    • โšก๏ธ Updated entity permissions table so it's hidden unless custom permissions are enabled to prevent confusion. Thanks to @timoschwarzer. (#1505)
    • โšก๏ธ Updated French translations. Thanks to @lucaguindani. (#1485)
    • โšก๏ธ Updated German translations. Thanks to @danielroehrig-mm. (#1561)
    • โšก๏ธ Updated Brazilian Portuguese translations. Thanks to @DeehSlash. (#1534)
    • โšก๏ธ Updated HTML code of base templates with locale definition. Thanks to @kostasdizas. (#1486)
    • โšก๏ธ Updated the debug bar so it does not show unless explicitly enabled. (#1508)
    • โšก๏ธ Updated entity colors so they can be easily overridden.
    • โšก๏ธ Updated page navigation so full headings are included in the output but then truncated via CSS which can be overridden. (#1206)
    • โšก๏ธ Updated markdown editor to render the preview in a sandboxed iframe that does not run JavaScript. (#1531).
    • Re-wrote URL generation system to avoid incorrect redirects occurring during certain actions such as login and list view change. (#1536, #1459)
    • Made it possible to run phpunit via the composer-installed copy. (#1555)
    • ๐Ÿšš Moved 'config' directory into 'app' directory to avoid confusion. (#1506)
    • ๐ŸŒ Redesigned front-end translation system to prevent an addition HTTP call on each page load. (#1258)
    • ๐Ÿ›  Fixed issue causing main menu to be hidden by the page editor at certain widths. (#1556)
    • ๐Ÿ›  Fixed missing word in social account description text. Thanks to @bjubes. (#1517)
    • ๐Ÿ›  Fixed print CSS to work with the recent design changes. (#1472)
    • ๐Ÿ›  Fixed sidebar layout issues on mid-level screen sizes. (#1434)
    • ๐Ÿ›  Fixed issue that prevented scrolling in the WYSIWYG editor on iOS devices. (#1058)
    • ๐Ÿ›  Fixed issue where multi-byte characters would not render correctly in the sidebar. (#1172)
    • ๐Ÿ›  Fixed incorrect page navigation indentation. (#542)
    • โœ‚ Removed use of babel and css autoprefixer from dev build system for faster builds. (#1468)
    • โœ‚ Removed jQuery and replaced jQuery-based libraries.