Releases: praxisnetau/silverware-app
Releases · praxisnetau/silverware-app
1.5.1 (2018-08-01)
Updated
- added project type to composer.json
- exposed theme production files in composer.json
- fixed app base path for webpack
- updated dependencies
1.5.0 (2018-06-12)
Updated
- use new "public folder" structure of upstream SilverStripe code
Removed
code
folder; base page classes now insrc
to match upstream SilverStripe code
1.4.7 (2018-05-29)
1.4.6 (2018-03-23)
Updated
- build dependencies
- default fixtures to improve a few things, namely:
- navigation bar now has transparent background (works better with theme style for header)
- sidebar is now 4 units wide for medium devices, and 3 units wide for large devices (3 units on medium was way too small)
1.4.5 (2018-02-06)
Removed
ss-auto-git-ignore
as it's not really needed now after thevendormodule
change (goodnight sweet prince)
1.4.4 (2018-01-24)
1.4.3 (2018-01-03)
Updated
- license and Praxis website links
- files for improved SilverWare installer
- deployment script and server inventory
- build process and dependencies
1.4.2 (2017-12-11)
1.4.1 (2017-11-30)
Added
- stub fixture file for app pages:
pages.yml
Updated
- build dependencies
- moved
autoprefixer
topostcss.config.js
- default sidebar will now auto-hide if empty
1.4.0 (2017-11-16)
Updated
- changed
SS_HOST
toSS_BASE_URL
in.env.example
- .htaccess
DirectorySlash
directive changed toOn
inline with SilverStripe - assets .htaccess now checking for
mod_env
- moved theme config to a separate
theme.yml
config file - default header section/row now uses
EdgeToEdge
andNoGutters
- composer dependencies now using stable v4 SilverStripe packages