Skip to content

Releases: googlecodelabs/tools

v2.1.1

29 Apr 13:49
Compare
Choose a tag to compare

Removed potential Line breaks in titles and codelab IDs caused by Google docs comments.

v2.1.0

25 Apr 16:21
185f34f
Compare
Choose a tag to compare

Added the codelab-about section into the first step that shows the title, the authors and last updated date.

v2.0.3

23 Apr 18:23
542dc91
Compare
Choose a tag to compare
  • Added the "Authors" metadata
  • Added the "Badge ID" metadata

v2.0.2

07 Mar 16:38
eca60f2
Compare
Choose a tag to compare
  • Fixes back-arrow link path logic

v2.0.1

06 Mar 20:33
8fae6ef
Compare
Choose a tag to compare
  • Support for YouTube video embeds

v2.0.0

06 Mar 17:38
bc176f1
Compare
Choose a tag to compare
  • Migration from polymer components to codelab elements complete
    • claat2 renamed claat, replacing old claat
      • claat now exports HTML compatible with codelab-elements instead of codelab-components
    • Removed build command, which downloaded now-unnecessary bower dependencies
    • Replaced template.html with template-elements.html, replacing old template.html

v1.2.1

26 Feb 19:32
e4dae1a
Compare
Choose a tag to compare
  • Metadata for codelabs exported with the htmlElements template will list the format as "html" instead of "htmlElements"

v1.2.0

25 Feb 15:11
cd9e3a5
Compare
Choose a tag to compare
  • Added claat2 binary to produce output compatible with codelab-elements
  • Added claat2 output format compatible for devsite imports
  • New template for HTML output compatible with codelab-elements
  • Fixed an issue with go get producing a bad executable

v1.1.0

17 Aug 16:13
8fc47cf
Compare
Choose a tag to compare
  • New markdown parser (thanks to @didrocks)
  • Improvements to export -f md:
    • Exporting from a URL
    • Maintain image sizes from GDocs
    • More consistent formatting
  • New claat build command (thanks to @Gillespie59)

v1.0.4: render: update tmpldata

19 Apr 21:28
Compare
Choose a tag to compare
The generated binary template data didn't seem to have been updated
to be inline with template.html. More specifically,
https://github.com/googlecodelabs/tools/commit/88dbc8f18a67f4a7669ccc0bde97524ee068b1e7
wasn't picked up in the tmpldata.go.

This is required for Will's changes in https://github.com/googlecodelabs/codelab-components/commit/f3e63d5612e67e9e35804f0992807c4aec5cbd8e
to have correct rendering on the official website.

Bumping version to tag and trigger CI's binary build and upload to
releases.