Skip to content

Latest commit

 

History

History
266 lines (211 loc) · 6.74 KB

CHANGELOG.md

File metadata and controls

266 lines (211 loc) · 6.74 KB

v0.4.4

01/31/2019

v0.4.3

05/21/2018

    • Remove redundant code from Navbar.vue
    • Remove empty bootstrap.js
    • Fix issue with page/post media being used incorrectly. Switch to cropZoom instead of cropResize. (#26, #27, b76ebfc)

v0.4.2

05/03/2018

    • Upgrade to Bulma ^0.7.1
    • Fix indentation in blueprints.yaml
    • Fix typos in Navbar.vue
    • Do not output empty classname(s) to <body>

v0.4.1

03/29/2018

    • New post.html.twig partial
    • Add 2 space indentation to *.json files (.editorconfig)
    • Add yarn/npm logs to .gitignore
    • Update npm dependencies

v0.4.0

03/01/2018

    • Add favicon
    • Add intro to blog items
    • Add tags to blog items
    • Remove redundant blueprints
    • Update theme languages strings
    • Improve blog item blueprints
    • Update theme screenshot/thumbnail (now uses correct ratio/sizes)
    • Update demo pages
    • Add .is-right modifier to navbar-dropdown by default
    • Remove _general.sass
    • Redesign all page templates
    • Overall markup improvements
    • Dates are now printed using nicetime()
    • Reset style of bulma box element
    • Post thumbnail > featured_image

v0.3.5

02/12/2018

    • Add jquery if debugger is enabled (#16, 6428f09)

v0.3.4

02/09/2018

    • Prevent RuntimeException on external templates (#12, 5354003)
    • Improve asset cache busting handler (#14, #15, 28fce37)

v0.3.3

01/22/2018

    • Add .editorconfig
    • Update _demo/ pages markdown
    • Update theme screenshots
    • Bundle working assets to resources/ folder
    • Fix to Bulma navbar-burger (#1580, #1515)

v0.3.2

01/09/2018

    • Add asset cache busting
    • Improve template markup

v0.3.1

11/13/2017

    • Add markup to error.html.twig
    • Up dependencies

v0.3.0

10/20/2017

    • Replace Bootstrap with Bulma
    • Replace scss syntax with sass
    • Add responsive navbar toggle using Vue
    • Repo improvements, add issue template
    • Remove jquery
    • Add additional templates

v0.2.7

09/23/2017

    • Up dependencies
    • Improve file structure
    • Improve theme base

v0.2.6

07/29/2017

    • Remove demo site
    • Update dependencies

v0.2.5

06/18/2017

    • Improve sass structure

v0.2.4

06/07/2017

    • Update _demo pages PR #6

v0.2.3

06/06/2017

    • Add babel polyfill for IE support (Vue)
    • npm > yarn
    • Update dependencies
    • Remove vendor.js
    • Remove main.js
    • Bundle all scripts to app.js
    • Renamed main.css/js to app.css/js

v0.2.2

04/06/2017

v0.2.1

03/11/2017

    • Yarn -> npm
    • Laravel Elixir -> Laravel Mix

v0.2.0

02/26/2017

    • Add vuejs
    • Add vue example component (/js/vue/components/Example.vue)
    • Support .vue files
    • Remove footer from item template

v0.1.9

02/24/2017

    • Remove bower (use yarn instead) PR #3
    • Modify gulp imports PR #3
    • Improve item.yaml template
    • Gulp should require jquery first PR #3

v0.1.8

02/18/2017

    • Add correct devDependencies in package.json
    • Fix typo in docs
    • Modify theme description

v0.1.7

02/17/2017

    • Fix path to blogitems
    • Force update of theme screenshot
    • Minify assets

v0.1.6

02/17/2017

    • Ability to toggle featured image on items from backend
    • Placeholder image for featured image when empty
    • Title of blogposts is now wrapped with a link to the post
    • Navigation list items gets the class of their slug
    • Class .dropdown is added to navigation submenus
    • Custom blueprint for external pages
    • External pages in navigation opens in a new window
    • Minor update to item template layout
    • Navigation submenu is now enabled by default
    • Clean up navigation twig template
    • Updated demo content
    • Updated theme details
    • Global style/layout updates

v0.1.5

02/14/2017

    • Fix path to featured image

v0.1.4

02/14/2017

    • Added custom blueprints
    • Added custom language settings
    • Added featured image to blog item
    • Restructured twig templates
    • Cleaner base twig template
    • Better blog functionality
    • New theme thumbnail
    • New theme screenshot
    • Updated demo site
    • Updated _demo
    • Removed unused scss files

v0.1.3

02/10/2017

    • Updated theme specific details for better overview
    • Updated changelog to correct formats

v0.1.2

01/31/2017

    • Display date created on each post at homepage
    • Remove unused gulp dependencies from package.json
    • Better thumbnail image
    • More accurate theme description

v0.1.1

01/31/2017

    • Update theme details & clean up