Skip to content

Releases: Nexmo/station

v0.5.5

31 Aug 09:35
1df1d33
Compare
Choose a tag to compare

ADD

  • new sticky sign-up button in blog page

image

v0.5.4

18 Aug 11:33
4b5d3d0
Compare
Choose a tag to compare

ADD

  • added page navigation feature in /documentation and made the right-hand sidenav sticky (🪲 Bugged - still showing for tutorials)

v0.5.3

11 Aug 09:19
a8b0c44
Compare
Choose a tag to compare

FIX

  • Fixed bug where a published: false blog was displayed and added test
  • Refactor method def fetch_all_published

v0.5.2

08 Aug 13:47
6d1388a
Compare
Choose a tag to compare

FIX

  • render <code> and bold markdown blogpost is now correct (removed extra space etc)
  • now we can redirect_to the changelogs page (Client SDK are now being redirect to the internal page)
  • Algolia search is now closign after a click outside the input (toggleSearch)

v0.5.1

28 Jul 14:15
4921011
Compare
Choose a tag to compare

FIX

  • fix blog thumbnails when sharing (added title, description in addition to thumbnail)
  • fixed blog author stretched image (round avatar on card)

v0.5.0

28 Jul 11:35
19a0d49
Compare
Choose a tag to compare

FIX

  • added the product from the tutorial YML file to active_sidenav_item to display the sidenav bar on the current topic

v0.4.9

28 Jul 11:33
ab3d1db
Compare
Choose a tag to compare

ADD

  • tutorial's routes have the /:product optional - added logic to fetch the product from the tutorial.yml file directly
  • Algolia searchbar is now display at top level (z-index)

v0.4.8

18 Jul 09:51
0ebe9ad
Compare
Choose a tag to compare

ADD

  • Sticky Author & Related Post columns in Blogposts#show
  • Updated team profiles in /team page to link to blog author profiles

REMOVED

  • extra margin-top in homepage from XS screen 📱

v0.4.7

06 Jul 13:48
b0bc498
Compare
Choose a tag to compare

FIX

  • added another check to catch topic-specific side menu for /use-cases (URLs are different from basic product)
    @product.split('/')[0]

v0.4.6

06 Jul 13:46
4ccde74
Compare
Choose a tag to compare

FIX

  • check if product is a single product like verify or it's messaging/SMS to display the right topic on sidenav menu (BUGGED)
    @product.split('/')[1].nil?