Skip to content

Releases: suomato/base-camp

v1.9.0

21 Nov 21:21
Compare
Choose a tag to compare

Added

  • Postcss support
  • Inject CSS support (update css styles without page reload)
  • WordPress specific class to navigation
  • PHP mode to .env file ('development' and 'production')
  • Show current template file name in bottom right corner on development mode
  • Mode value to Timber globals
  • Session Util /app/utils/Session.php
  • has_assets helper
  • airbnb eslint

Fixed

  • Android navbar scrolling bug
  • Issue #16 Refresh css styles without page reload
  • Issue #19 Security Function creates double pageload in admin area

Changed

  • bulma 0.6.2 -> 0.7.2

v1.8.2

09 Aug 08:32
Compare
Choose a tag to compare

Changed

  • Timber will be added via composer instead of wordpress plugin

v1.8.1

05 Aug 09:12
Compare
Choose a tag to compare
fixed domain name

v1.8.0

27 Jul 13:22
Compare
Choose a tag to compare

Added

  • Models (Wrapper classes for Wordpress Post Types and Taxonomies.)
  • Updated Luna (A new command make:custom-taxonomy)
  • make:custom-post-type and make:custom-taxonomy command creates model which helps interact with a new post types or taxonomy.
  • namespace Basecamp\Models\ for app/models/ directory

v1.7.0

01 Jul 12:03
Compare
Choose a tag to compare

Added

  • Variables in _variables.sass can be used in *.vue files
  • Webpack removes unused css from app.[hash].css file
  • A new command make:menu-page
  • screenshot for theme

Changed

  • Migrated from webpack 3 to webpack 4
  • Moved Luna CLIs docs to suomato/luna repository
  • Updated composer packages (Now PHP version must be at least v7.0!)
  • Updated Timber to v1.7.1

Removed

  • dd() from /app/helpers.php. This function comes now with the symfony/var-dumper

v1.6.1

13 May 13:14
Compare
Choose a tag to compare
  • Updated packages
  • Added stylesheet boilerplate for admin page

v1.6.0

30 Mar 13:16
Compare
Choose a tag to compare

Added

  • Woocommerce support
  • Basic boilerplate for woocommerce (.twig and .sass. files)

Changed

  • Updated javascrit packages

Fixed

  • Images and fonts publicPath in webpack.config.js
  • Fixed localize path in bootstrap.php

v1.5.2

07 Dec 11:36
Compare
Choose a tag to compare
  • Updated packages

v1.5.1

26 Nov 15:56
Compare
Choose a tag to compare

Added

  • ESlint config

Fixed

  • webpack browsersync config

v1.5.0

19 Nov 11:40
Compare
Choose a tag to compare

Added

  • build/ for webpack config and custom config
  • new webpack alias ~images for relative image paths

Changed

  • moved bootstrap.php to app/bootstrap.php
  • refactored webpack config