Releases: suomato/base-camp
Releases · suomato/base-camp
v1.9.0
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
v1.8.1
v1.8.0
Added
- Models (Wrapper classes for Wordpress Post Types and Taxonomies.)
- Updated Luna (A new command
make:custom-taxonomy) make:custom-post-typeandmake:custom-taxonomycommand creates model which helps interact with a new post types or taxonomy.- namespace
Basecamp\Models\forapp/models/directory
v1.7.0
Added
- Variables in
_variables.sasscan be used in*.vuefiles - Webpack removes unused css from
app.[hash].cssfile - A new command
make:menu-page - screenshot for theme
Changed
- Migrated from webpack 3 to webpack 4
- Moved Luna CLIs docs to
suomato/lunarepository - 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 thesymfony/var-dumper