Releases: okkur/syna
Releases · okkur/syna
v0.14.0
2018-10-15
Documentation for v0.14
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 underasset
table - BREAKING:
items
: Icon for each column should be placed underasset
table - BREAKING:
logos
: Deprecatedlogos
fragment in favor ofitems
fragment - BREAKING:
header
:align
variable is changed toheader_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 usingbreadcrumb: false/true
andbreadcrumb_level: 1
table
/item
: Extract table into its own helperlist
: Display date and category for pageslist
: Pagination is now supportedlist
: Change page title size based on visibility of summarylist
: Add ability to use a custom summary using.Params.summary
content
:.Params.summary
added with markdown supportcontent
: Display datecontent
: Fix max-width of images in the contentpricing
: Add warning message in case there are no items availableglobal
: All fragments now support alignment of the title and subtitlefaq
: Addfaq
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
v0.13.0
Documentation for v0.13.0
Changes since v0.12.0
- BREAKING: Page declaration from
_index/index.md
needs to be moved tocontent/_index.md
- BREAKING: Page declaration for
_index/index.md
needs to be set toheadless = 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 navbarcontent
: Optionally show date and category in content fragmentfooter
:asset.title
is moved to.Params.title
portfolio
: Support image fallthrough404
: Add ability to change and resize imagemember
,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
v0.12.0
_2018-08-06
Documentation for v0.12.0
Changes since v0.11.0
- BREAKING:
content-single
andcontent-split
merged intocontent
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 modemember
: 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 usingalign
variableitems
: Remove icon, if not setitem/table
: Fix icon + urlitem
: Fix align = center
v0.11.0
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
Changes since v0.10.0
- BREAKING: Remove split layout in favour of content-split fragment
- BREAKING: Change all frontmatter variables named
link
tourl
- 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 offa-facebook
- Fix the default hidden contact fields.
- ParticleJS fixes
v0.10.0
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
v0.9.0
v0.8.0
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
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