Skip to content

Latest commit

 

History

History
183 lines (135 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

183 lines (135 loc) · 4.08 KB

#v1.2.3

03/09/2017

1.
renamed shortcode classes to avoid conflicts with other shortcodes

#v1.2.2

08/21/2016

1.
added new gravstrap-images-collage shortcode to render a collage of images from a Grav page

#v1.2.1

08/18/2016

1.
updated MapShortcode to use Google Maps api key, just adding the optional api-key parameter to g-map shortcode

#v1.2.0

07/19/2016

1.
shortcodes require a static centralized folder for media files [BC] shortcodes now work in pages with children

v1.1.3

07/15/2016

1.
* updated to work with shortcode-core 2.3.1 plugin (bashou)

v1.1.2

06/22/2016

1.
* fixed blueprints.yaml homepage and demo information

v1.1.1

06/21/2016

1.
* added mdi icons support

1.
* fixed assets are not added for common plugins * fixed gravstrap-list-item shortcode does not show the items

v1.1.0

06/12/2016

1.
* improved to work with new Grav 1.1

v1.0.3

03/17/2016

1.
* parsed shortcodes assets and added them by type to Grav * added new Google map shortcode

v1.0.2

03/03/2016

1.
* button with link property now goes to linked url

v1.0.1

03/02/2016

1.
* added button_url property which adds the link attribute to button

2.
* added missing assets configuration to FooterTwoShortcode

v1.0.0

03/01/2016

1.
* Improved ListShortcode and removed ListItemShortcode * Added g- alias to all the shortcodes

    • Fixed navbar cover heading in one page web sites

v1.0.0-rc.3

02/27/2016

    • fixed attributes broken on link shortcode

2. * Added new gravstrap-list shortcode to handle a generic list * Added new gravstrap-item shortcode to handle a generic html item

v1.0.0-rc.2

02/24/2016

    • extended FooterTwoShortcode from GravstrapShortcode instead of FooterOneShortcode because this could cause an error

v1.0.0-rc.1

02/23/2016

    • Added id property to navbar required to open the "hamburger" menu
    • Fixed navbar dropdown menu rendering for small devices

2. * Added optional highdensity-menu class useful to handle the automatic menu for webs ites that have several pages

v1.0.0-rc

02/18/2016

    • Refactored shortcodes according to shortcode core plugin
    • All shortcodes are now prefixed by gravstrap token to avoid conflicts with other shortcodes [ BC ]
    • Delegated shortcode registration to core ShortcodeManager
    • Moved ParseAttributes function to new Twig extension

v1.0.0-beta.2

02/10/2016

    • updated to work with new shortcode core plugin
    • sections was not properly cached

v1.0.0-beta.1

02/09/2016

    • assets are now added by type
    • added attributes parameter to sections

v1.0.0-beta

02/09/2016

    • Redesigned plugin to use shortcodes. This release is not compatible with previous 0.9.x version.

v0.9.7

12/14/2015

    • Gravstrap can read configuration from modules

v0.9.6

12/13/2015

    • Removed wrong dependency (which was added for a test)

v0.9.5

12/13/2015

    • Added plugin dependencies

v0.9.4

12/11/2015

    • Fixed navbar dropdown link, removing the gray background and fixed link color

v0.9.3

12/11/2015

    • Used module folder name as scrolling id anchor for single page website navbar menu

v0.9.2

12/09/2015

    • Fixed active page is not highlighted in navbar

v0.9.1

12/09/2015

    • Added the onepage property to navbar menu, to easily handle a onepage website with scrolling effect
    • Improved to handle images saved into module's folder
    • Changed navbar links colors to grayscale
    • Added label to progress bar component

v0.9.0

11/26/2015

    • Plugin started