Skip to content

Releases: okkur/syna

v0.14.0

15 Oct 19:29
Compare
Choose a tag to compare

2018-10-15

Documentation for v0.14

Documentation

Changes since v0.13.0

  • BREAKING: Fragment lookup order was broken in v0.13. Please check your fragments are overwritten as expected.
  • BREAKING: item: Icons should be placed under asset table
  • BREAKING: items: Icon for each column should be placed under asset table
  • BREAKING: logos: Deprecated logos fragment in favor of items fragment
  • BREAKING: header: align variable is changed to header_align
  • Some colors have slightly changed. The change is a major internal overall. It's not considered a breaking change but please review your design.
  • nav: Breadcrumb support added using breadcrumb: false/true and breadcrumb_level: 1
  • table/item: Extract table into its own helper
  • list: Display date and category for pages
  • list: Pagination is now supported
  • list: Change page title size based on visibility of summary
  • list: Add ability to use a custom summary using .Params.summary
  • content: .Params.summary added with markdown support
  • content: Display date
  • content: Fix max-width of images in the content
  • pricing: Add warning message in case there are no items available
  • global: All fragments now support alignment of the title and subtitle
  • faq: Add faq fragment to list questions and answers
  • Header (title and subtitle) code extracted into helper partial
  • Text-color code extracted into helper partial
  • Theme colors are now customizable through config.toml
  • Hugo resource pipelines now builds sass files instead of Webpack
  • Make build command minify by default

Fixes since v0.13.0

  • contact: Fix contact form not submitting data to Netlify

v0.13.1

10 Sep 13:08
Compare
Choose a tag to compare

Documentation for v0.13.1

Documentation

Fixes since v0.13.0

  • contact: Fix recaptcha not working

v0.13.0

10 Sep 11:39
Compare
Choose a tag to compare

Documentation for v0.13.0

Documentation

Changes since v0.12.0

  • BREAKING: Page declaration from _index/index.md needs to be moved to content/_index.md
  • BREAKING: Page declaration for _index/index.md needs to be set to headless = true
  • BREAKING: Image declaration changed from [branding], image = "" to [asset] using consistent asset declaration
  • BREAKING: Image declaration changed from header = "" to [header] using consistent asset declaration
  • BREAKING: Image declaration changed from [[logos]] to [[assets]] using consistent asset declaration
  • Hugo resource pipelines now builds sass files instead of Webpack
  • Theme colors are now customizable through config.toml
  • New: list fragment for section pages and page lists
  • New: pricing fragment to show pricing and features
  • New: react-portal fragment to embed react based features
  • New: editor fragment to create an editor from JSON schemas
  • New: search fragment enabling search as part of a page
  • navbar: Support search in navbar
  • content: Optionally show date and category in content fragment
  • footer: asset.title is moved to .Params.title
  • portfolio: Support image fallthrough
  • 404: Add ability to change and resize image
  • member, items, portfolio: Display error messages, when no item is configured
  • Refactor fragment lookup strategy
  • Restructure exampleSite (showcase fragments and use as actual page for Syna)
  • Add /dev/ section to exampleSite for testing and development
  • Extract code into helper partials

Fixes since v0.12.0

  • footer: Subtitle is now linked when there is no logo
  • Use relLangURL for all links
  • Fix recaptcha support for Netlify contact form
  • Optimize asset sizes in exampleSite

v0.12.0

07 Aug 12:22
57fa738
Compare
Choose a tag to compare

v0.12.0

_2018-08-06

Documentation for v0.12.0

Documentation
Getting started

Changes since v0.11.0

  • BREAKING: content-single and content-split merged into content fragment
  • BREAKING: Moving to _index and _global as special directories and headless bundles
  • BREAKING: Subpath handling made consistent with Hugo
  • New: header fragment for easier section bundling and linking
  • New: portfolio fragment to showcase projects etc.
  • New: Categories for content fragment
  • member: Company affiliation for single member mode
  • member: Redesign single member mode
  • Getting started guide
  • Update documentation
  • Bundle JS files and register them within each fragment
  • 404: Refactor 404 to be fragment based

Fixes since v0.11.0

  • Improve naming consistency
  • Cleanup bootstrap files
  • Add attribution for inspiration
  • table: Align table cells using align variable
  • items: Remove icon, if not set
  • item/table: Fix icon + url
  • item: Fix align = center

v0.11.0

06 Jun 16:34
Compare
Choose a tag to compare

Note: This version includes major breaking changes.
With v0.11.0 most breaking changes are already settled.
We expect a few more breaking changes in the coming releases, but nothing major.
Our recommendation is to build your side from our release tags instead of master.

2018-06-06

Documentation

Documentation
Examples

Changes since v0.10.0

  • BREAKING: Remove split layout in favour of content-split fragment
  • BREAKING: Change all frontmatter variables named link to url
  • BREAKING: Contact fragment configuration are loaded within the fragment controller
  • NOTE: jQuery and jQuery Form Validator and BootstrapJS have been replaced with much smaller replacements
  • NOTE: Nav and Footer are now fragments and should be configured
  • Full rework of contact fragment
  • Add support for global fragments
  • Scroll to top button
  • Netlify contact form support
  • Use snake_case variable names
  • Use nesting for frontmatter variables
  • Default attribution to opt-in
  • Settable jumbotron background
  • Auto hide navbar (no menu items) with optional overwrite
  • Single member mode for Member fragment
  • Makefile to build and run a development server
  • Add resource fallthrough to all images
  • Remove extra whitespace in layout files
  • Automatically set lastmod for content files
  • Upgrade to Bootstrap v4
  • Load all assets locally and remove usage of CDNs
  • Introduce webpack for development
  • Upgrade to latest Bootstrap v4.1
  • Auto hide empty navigation bar

Fixes since v0.10.0

  • Recaptcha support
  • Jumbotron corners
  • Add links support for logo in footer fragment
  • Fix full width coverage for particle.js
  • Fontawesome icons now need to declare the full icon class: fab fa-facebook instead of fa-facebook
  • Fix the default hidden contact fields.
  • ParticleJS fixes

v0.10.0

13 Mar 08:31
Compare
Choose a tag to compare

Notes: This version includes a major breaking change.

Changes since v0.9.0

  • Migrate data files to Page Bundles
  • Use individual content files for member fragment
  • Use individual content files for items fragment
  • Reorganize Content structure

Fixes since v0.9.0

  • Split up member files into individual files (#13)
  • Move from <p> to <div> for anything that could contain markdown content (#31)

v0.9.0

08 Dec 16:27
Compare
Choose a tag to compare

Changes since v0.8.0

  • Subscribe fragment reusing embed fragment
  • Pre and Post subtitle for item for item fragment
  • Migrate to Fontawesome v5
  • Unchanged bootstrap v4 scss files
  • Syna specific color overwrite

Fixes since v0.8.0

  • Page-top anchor (#20)

v0.8.0

23 Oct 19:44
Compare
Choose a tag to compare

Changes since v0.7.0

  • Add icons to member fragment
  • Color option for hero
  • Item fragment with button and image/icon
  • Cleanup example data
  • Automatic push to demo via gitlab ci
  • Update basefiles via reposeed

Fixes since v0.7.0

  • Member icon hover
  • Print error on captcha inaccessible

v0.7.0

18 Oct 17:36
Compare
Choose a tag to compare

Changes since v0.6.0

  • Option to hide unimportant columns on smaller devices
  • Option to center table headers
  • German translation
  • Member fragment
  • Source code note about syna
  • Visual attribution

Fixes since v0.6.0

  • Table responsiveness
  • Alignment legal footer
  • Improve readability on mobile

v0.6.0

10 Oct 16:13
Compare
Choose a tag to compare

Changes since v0.5.0

  • Merge item based fragments into item fragment
  • Restructure example data
  • Optional table for item fragment
  • Table fragment

Fixes since v0.5.0

  • Alignment improvements for item fragment
  • Responsiveness for item images