Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Latest commit

 

History

History
349 lines (175 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

349 lines (175 loc) · 11.8 KB

w11k-slides Changelog

0.13.0 (2016-03-09)

Features

  • mode: expose set and toggle mode (screen and export) via SlidesService (c49fde8)

0.12.2 (2015-10-12)

Bug Fixes

  • settings: remove duplicated source-snippets service (df6251f)

0.12.1 (2015-10-12)

Bug Fixes

  • templates: fix path of inlined templates (754157c)

0.12.0 (2015-10-12)

Features

  • settings: add default implementations for language and code-snippets settings (d70bd53)
  • shortcuts: prefer custom shortcuts, run default action only if no custom shortcut to allow (27db787)
  • templates: change default file extension for templates from '.tpl.html' to '.html' (106b4ed)

BREAKING CHANGES

  • templates: Default file extension for slides changed from '.tpl.html' to '.html'. Rename your slide files or change back to old extension via slidesConfig.slidesTemplateSuffix

0.11.0 (2015-07-28)

Bug Fixes

  • corner-ribbon: fix horizontal scroll in firefox (e6355bec)
  • hotkeys: do not trigger hotkey action if cursor is in input field (8e269aed)

Features

  • dependencies: update dependency to angular to 1.4.x (f4dcef34)
  • event-toggle: add w11k-event-toggle directive (c8b098d0)
  • source-snippets: add source-snippets service to toggle visibility of javascript and typescript examples (65e46dcb)

0.10.3 (2015-05-13)

Bug Fixes

  • slides: scroll to top on navigating to other slide (d61dea94)

0.10.2 (2015-05-08)

Bug Fixes

  • pretty-print: add title to element used in the dom (906b425e)

0.10.1 (2015-03-03)

Bug Fixes

  • config: fix footer template (5ae1eef6)
  • keyboard: do not apply event if modifier was pressed (8e2cdea6)

0.10.0 (2015-03-03)

Bug Fixes

  • overlay: do not apply slide styling to overlay (d353f1a9)

Features

  • build: add compressed templates.js to dist (48487568)
  • footer: add w11k-footer directive (d16095f7)
  • master-slides: add multi-transclude-directive w11k-slide-master (00edece1)
  • styling: update bootstrap to 3.3.x (c34da3d3)

0.9.1 (2015-02-19)

Bug Fixes

  • overlay: hide overlay completely if inactive (c628cc99)

0.9.0 (2015-02-19)

Features

  • navigation: add support for page-up and page-down to navigate forward and backward (97320ac4)
  • overlay: add blank-out-overlay (toggle with p or period) (5a187412)

0.8.2 (2014-10-27)

Bug Fixes

  • styling: use 'background' instead of 'background-color' on title slide (3871984c)

0.8.1 (2014-10-24)

Bug Fixes

  • styling: remove less output from dist (b0be0e0b)

0.8.0 (2014-10-24)

Features

0.7.1 (2014-09-01)

Bug Fixes

  • corner-ribbon: do not overlay hole slide (c79a46dd)
  • title slide: avoid white margins and improve styling (e386609)

0.7.0 (2014-08-27)

Bug Fixes

  • export: remove adding url to external links to avoid layout problems (f71cdb0f)

Features

  • corner-ribbon: add basic implementation of corner ribbon (top-right only) (0b9c13ea)

Breaking Changes

  • All sass variable names has changed. See variables.scss for new names. (45c64443)

0.6.0 (2014-08-19)

Features

  • mode: save mode (export or screen) in local storage (6279f58d)
  • styling: add slide types styling for titled and centered (f2a92dd9)

0.5.0 (2014-07-15)

Bug Fixes

  • prettyprint: fix margin of line numbers if prettyprint is used within a list element (e3dc93fb)

Features

  • prettyprint: add support for title attribute (e3dc93fb)

Breaking Changes

  • There is a new top-level-element: div.w11k-pretty-print. This element contains the pre element and, if present, the title. For better encapsulation all styling is now prefixed with .w11k-pretty-print. (e3dc93fb)

0.4.2 (2014-06-15)

Bug Fixes

  • open-once: read w11k-open-once attribute instead of open-once (15b2862f)
  • slides: apply some styling fixes from ionic tutorial (ff01bb2c)

0.4.1 (2014-05-15)

Bug Fixes

  • prettyprint: make directive terminal to not evaluate directives and expressions on content (0bf32566)

0.4.0 (2014-05-15)

Features

  • prettyprint: improve pretty-print directive to work with unescaped html (e049ea02)

Breaking Changes

  • w11k-pretty-print directive now has to be placed at the element containing the code (e049ea02)

    Example:

    <pre w11k-pretty-print lang="html">
    <body>
      <div w11k-slides></div>
    </body>
    </pre>
    

0.3.0 (2014-04-28)

Bug Fixes

  • pretty-print: prettify code blocks once only (4f6bbeee)

Features

  • export: toggle export and presentation view by pressing e, define export view as default (43816c3a)

0.2.1 (2014-03-14)

Bug Fixes

  • styling: fixe styling of ordered lists (39f6cf62)

0.2.0 (2014-03-14)

Features

  • styling:
    • removes content specific styling (7c335d42)
    • back ports generic styling of various slide shows (a390abcd)

0.1.4 (2014-03-06)

Bug Fixes

  • Dependency Injection: use array notation to survive code minimization (4ab4330b)

0.1.3 (2014-03-06)

Bug Fixes

  • slides: fixes vertical align not working because of missing height (68d68d9e)
  • release: removes prettypring.scss withoud underscore (20dfef6)

0.1.2 (2014-03-05)

Bug Fixes

  • open-once: extract styling from slides (85b49e80)
  • pretty-print: strength css selector to be stronger then bootstraps list selectors (c97a46ae)

0.1.1 (2014-03-05)

Bug Fixes

  • bower: add missing dependency to google-code-prettify (c0845826)
  • build: include files in subfolders of dist (1a17c7aa)
  • open-once: prefix directive with w11k to avoid name collisions (9415c890)
  • pretty-print: prefix directive with w11k to avoid name collisions (a6c99a4e)

0.1.0 (2014-03-05)

Features

  • prettyprint: code highlighting with google pretty print
  • open-once: directive to open links and on further clicks show window instead of open again
  • slides: directive to include slides into page
  • slides: navigation via hotkeys:
    • Pos1: first slide
    • End: last slide
    • o: second slide (overview)
    • left: next slide (loops at the end)
    • right: previous slide (loops at the beginning)
  • slides: configurable service to define slides and their templates via slidesConfig constant
  • export: stylesheets for screen, print export and screen export