Skip to content

Releases: praxisnetau/silverware-app

1.5.1 (2018-08-01)

01 Aug 00:34
Compare
Choose a tag to compare

Full Changelog

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)

12 Jun 01:54
Compare
Choose a tag to compare

Full Changelog

Updated

  • use new "public folder" structure of upstream SilverStripe code

Removed

  • code folder; base page classes now in src to match upstream SilverStripe code

1.4.7 (2018-05-29)

29 May 02:15
Compare
Choose a tag to compare

Full Changelog

Updated

  • build dependencies

Fixed

  • silly logic in HomePage::requireDefaultRecords()

1.4.6 (2018-03-23)

23 Mar 00:04
Compare
Choose a tag to compare

Full Changelog

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)

06 Feb 08:41
Compare
Choose a tag to compare

Full Changelog

Removed

  • ss-auto-git-ignore as it's not really needed now after the vendormodule change (goodnight sweet prince)

1.4.4 (2018-01-24)

24 Jan 06:03
Compare
Choose a tag to compare

Full Changelog

Updated

  • bumped dependency for Node.js from 6.x to 8.x

1.4.3 (2018-01-03)

03 Jan 05:29
Compare
Choose a tag to compare

Full Changelog

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)

11 Dec 01:18
Compare
Choose a tag to compare

Full Changelog

Updated

  • added $table_name for all data objects

1.4.1 (2017-11-30)

29 Nov 23:10
Compare
Choose a tag to compare

Full Changelog

Added

  • stub fixture file for app pages: pages.yml

Updated

  • build dependencies
  • moved autoprefixer to postcss.config.js
  • default sidebar will now auto-hide if empty

1.4.0 (2017-11-16)

15 Nov 22:57
Compare
Choose a tag to compare

Full Changelog

Updated

  • changed SS_HOST to SS_BASE_URL in .env.example
  • .htaccess DirectorySlash directive changed to On 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 and NoGutters
  • composer dependencies now using stable v4 SilverStripe packages