Releases: okkur/syna
Releases · okkur/syna
v0.17.4
2020-10-23
Documentation for v0.17.3
Documentation Documentation defaults to latest release
Changes since v0.17.3
Fixes since v0.17.3
v0.17.3
Documentation for v0.17.3
Documentation Documentation defaults to latest release
Changes since v0.17.2
- list: Update whitespace in list mode 776
- portfolio: Add support for background image on portfolio overlays 802
- repositories_hithub: Added new fragment to fetch and display user repositories from Github 803
- Update documentation
- Added more tests
Fixes since v0.17.2
- nav: Add support for nested menus by adding dropdowns 781
- nav: Fix the bug that prevented search from working if there were multiple nav fragments in one page 782
- content: Fix sticky sidebar issues 788
- items: Fix overflowing image issue 794
- Fix multilingual pages not showing subitems of fragments in non default language page 800
v0.17.2
Documentation for v0.17.2
Documentation Documentation defaults to latest release
Changes since v0.17.1
- Spanish translation (now supporting Spanish, French, Dutch, English, German and Portuguese) 772
Fixes since v0.17.1
- Fix faulty conditional that broke compatibility with Hugo v0.72.0 774
v0.17.1
Documentation for v0.17.1
Documentation Documentation defaults to latest release
Changes since v0.17.0
- Allow custom inputs in the contact form 754
Fixes since v0.17.0
- Fix duplicate section pages in list fragment 755
- Fix a bug that caused subsections be shown if the config was set to not show them or show duplicate subsections if config was set to show them.
- hero: Fix image.height and image.width 768
- contact: Fix alignment of contact fragment's submit button when recaptcha is not fully loaded 767
- config: Fix duplicated output 765
v0.17.0
2020-04-24
Documentation for v0.17
Documentation Documentation defaults to latest release
Changes since v0.16.2
- Dutch translation (now supporting French, Dutch, English, German and Portuguese)
Fixes since v0.16.2
- Fix date_format not being used 738
- Remove relLangURL for assets 732
- Fix list section path in exampleSite 726
v0.16.2
Documentation for v0.16
Documentation Documentation defaults to latest release
Changes since v0.16.1
portfolio
: Add support for iconshero
: Remove leftover particle code, when disableditem
: Images and icons can now have urls- Add linter and fixer for JS files
- Migrate to Hugo's internal opengraph template
Fixes since v0.16.1
- Fix release links
v0.16.1
2020-01-24
Documentation for v0.16
Documentation Documentation defaults to latest release
Changes since v0.16.0
- Add alpha support for multilingual websites 687
- Add e2e tests via Cypress
Fixes since v0.16.0
v0.16.0
2019-12-31
Documentation for v0.16
Documentation Documentation defaults to latest release
Changes since v0.15.0
- Support Hugo v0.61
- Move skeleton css to theme side
- Helper classes for each section and containers #665
- Add Cypress based tests using Github actions #647 #666
- Use unsafe markdown configuration due to Hugo change #645
- Bootstrap update to v4.4.1
content
: Added defaulting for page title from content fragment #670content
: Add addtional content fragment documentation #668content
: Content fragment now supportspadding
variable like other fragments using container helperhero
: Add minHeight parameterlist
: Add optional sort order to lists
Fixes since v0.15.0
- Fix default list order #669
- Remove unnencessary markdownify calls #646
- Refactor modal html into js code #643
- Fix _index being added into lists #610
- Fix subdirecotry fragments not working #588
- Remove extra space before codeblocks #605
events
: Fix missing character issue in published events with question marks in arguments #608list
: Fix child depth #606404
: Fix fragments not showing on 404 page #589
v0.15.2
2019-10-16
Documentation for v0.15.2
Documentation Documentation defaults to latest release
Changes since v0.15.1
- Add support for sort order in the list fragment #583
- Add minHeight param to hero fragment #571
- Bump Hugo's minimum required version to v0.58 #588
Fixes since v0.15.1
- Fix fragments not showing in the 404 page #575
- Fix global fragments with subitems showing warning #582
- Fix toc list displaying pagination in docs
- Fix extra padding on code blocks #603
- Filter special pages out of list fragment's displayed pages #595
- Fix children deptch in toc #596
- Fix bad split in event params (pubsub) #594
v0.15.0
Documentation for v0.15
Documentation Documentation defaults to latest release
Changes since v0.14.0
- BREAKING:
item
: Item URL configuration is nowitem_url
instead ofurl
- BREAKING: Custom JS and CSS within config.toml are replaced by
config
fragment - Huge documentation overhaul
- Accesibility improvements via
alt
andsr-only
tags - Code snippets and inline code are more readable (invert background)
- Contrast improvements for text, buttons and backgrounds
- Add Title_align for better control of headers
- Enable and document usage of FontAwesome Pro
- Upgrade FontAwesome
- Show scrollspy and active page to navbar and sidebar based navbars
- Resize images automatically with the exception of
static/
based ones - Use favicon.svg and favicon.png, if defined
- Add slot feature to combine various fragments
- Add support for social media cards
- Ability to create documentation via
content
andlist
using sidebar slots list
: Add collapsible itemsnav
: Add sticky optionhero
: Ability to customize particle.jspricing
: Add plan:change event- New:
events
: Client side pubsub like event framework including triggering events via URL events
: Base64 obfuscated event URLs- New:
stripe
: Add payments fragment based on stripe stripe
: Prevent double charges by disabling buttonstripe
: Add multiple price optionstripe
: Add custom price option- New:
graph
: Add chart.js fragment - New:
TOC
: Add table of contents fragment - New:
config
: New config fragment to inject custom assets such asmeta
,link
orscript
- New:
header
: Add separate header fragment
Fixes since v0.14.0
- Fix consistency of header margins
- Retriggering an event will clear fields
stripe
: Fix multiple Stripe fragments on a single pagecontact
: Fix Recaptcha positioningcontact
: Make contact form async even within Firefoxtable
: Optimize darker background colorscontent
: Sidebar margin fixes404
: Fix layout issueseditor
: Fix editor not always loadingreact-portal
: Fix portal not always loading