Skip to content

Releases: okkur/syna

v0.17.4

23 Oct 11:59
eb206a0
Compare
Choose a tag to compare

2020-10-23

Documentation for v0.17.3

Documentation Documentation defaults to latest release

Changes since v0.17.3

  • Global variable hide similar to "disabled" 817
  • repositories_github: Add allow list attribute 815

Fixes since v0.17.3

  • Fix "read more" link on tiled list 832
  • Fix disabled attribute on subitems 829

v0.17.3

25 Jul 15:22
fc5521e
Compare
Choose a tag to compare

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

06 Jun 20:06
f9932ef
Compare
Choose a tag to compare

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

23 May 14:36
8ef1aae
Compare
Choose a tag to compare

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

24 Apr 11:07
7c0c985
Compare
Choose a tag to compare

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

25 Mar 17:00
f6a4e0b
Compare
Choose a tag to compare

Documentation for v0.16

Documentation Documentation defaults to latest release

Changes since v0.16.1

  • portfolio: Add support for icons
  • hero: Remove leftover particle code, when disabled
  • item: 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

24 Jan 19:42
79f16e4
Compare
Choose a tag to compare

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

  • contact: formspree forms now work synchronously 689
  • list: Fix list fragment not working on some sections 688
  • Fix language code prefix of static assets 680
  • Fix incorrect language config key 684
  • Fix events not firing 681
  • Fix FAQ card width overflow on mobile 673

v0.16.0

31 Dec 16:39
Compare
Choose a tag to compare

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 #670
  • content: Add addtional content fragment documentation #668
  • content: Content fragment now supports padding variable like other fragments using container helper
  • hero: Add minHeight parameter
  • list: 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 #608
  • list: Fix child depth #606
  • 404: Fix fragments not showing on 404 page #589

v0.15.2

16 Oct 15:16
Compare
Choose a tag to compare

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

25 May 09:39
4b921a1
Compare
Choose a tag to compare

Documentation for v0.15

Documentation Documentation defaults to latest release

Changes since v0.14.0

  • BREAKING: item: Item URL configuration is now item_url instead of url
  • BREAKING: Custom JS and CSS within config.toml are replaced by config fragment
  • Huge documentation overhaul
  • Accesibility improvements via alt and sr-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 and list using sidebar slots
  • list: Add collapsible items
  • nav: Add sticky option
  • hero: Ability to customize particle.js
  • pricing: 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 button
  • stripe: Add multiple price option
  • stripe: 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 as meta, link or script
  • 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 page
  • contact: Fix Recaptcha positioning
  • contact: Make contact form async even within Firefox
  • table: Optimize darker background colors
  • content: Sidebar margin fixes
  • 404: Fix layout issues
  • editor: Fix editor not always loading
  • react-portal: Fix portal not always loading