Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Releases: frctl/mandelbrot

v1.4.0

21 May 15:35
Compare
Choose a tag to compare

Bug Fixes

  • proper padding for Assets block title
  • increase text selection contrast (#111)

Features

  • enable keyboard interaction for nav toggles (#106)
  • improve search behavior & add collapse all button to navigation (#107)
  • allow users to customize highlight.js theme (#105)
  • remove useless preview iframe sandbox attribute (#109)
  • avoid redefining already inherited font families (#112)
  • persist navigation state only for the current session (#110)

Chores

  • setup ESLint, Prettier and properly configure Stylelint (#108)

v1.3.0

08 Apr 16:20
Compare
Choose a tag to compare

Bug Fixes

  • make header button usable with keyboard (#84)
  • fix style for code blocks (#79)
  • fix empty error render in HTML tab (#102)
  • move scrolling of the sidebar to after the state has been applied (#85)
  • fix font file loading error in firefox (#103)

Features

  • add build time information (#94)
  • add navigation search (#81)

Chores

  • update development environment (#97)
  • bump handlebars from 4.1.0 to 4.5.3 (#98)
  • bump jquery from 2.2.4 to 3.4.0 (#87)

v1.2.1

03 Apr 09:45
Compare
Choose a tag to compare
  • Release 1.2.1-rc.2 dda1a8d
  • Update history 6825aa9
  • Build assets 1fbfa88
  • Merge branch 'develop' 3629d0f
  • Bump package version e08ff98
  • Merge pull request #82 from frctl/ie11-compatibility c2d7c36
  • Merge pull request #73 from emolr/patch-1 5301db1
  • Merge pull request #83 from frctl/mobile-header 5382b8c
  • Improve header layout with long title ab701da
  • Refactor code to support IE 11 5554cd9
  • Add npm script to start Gulp in watch mode 159fe7c
  • Merge pull request #80 from ahebrank/get-gulp-working 8585389
  • fixes for gulp and some dependencies to get running again ea5a7b6
  • Append allow-modals to demo iframe 9bdd691

v1.2.0...v1.2.1

v1.2.1-rc1

19 Feb 00:46
Compare
Choose a tag to compare
v1.2.1-rc1 Pre-release
Pre-release

Features

#73 - Append allow-modals to demo iframe

Bugfixes/updates

#80 - Get Gulp working & update dependencies
#83 - Improve header layout with long title
#82 - Add support for IE 11