Skip to content

Releases: Convertiv/handoff-app

Fixes a bug in the version of the installer

28 Mar 15:18
Compare
Choose a tag to compare

[0.2.1] - 2023-03-28

This release fixes a small typo in the installer. The version in the installed
package version was set to ^0.1.0 rather than ^0.2.0. This release fixes that.

Changes

  • Changes template for installer to match latest version

Commits

  • Merge pull request #18 from Convertiv/docs/0.2.1-changelog 374f1b9
  • Adding changelog for 0.2.1 b9a11e9
  • Merge pull request #17 from Convertiv/CONVHAND-228-the-package-json-comes-with-the-wrong-version 181dd4d
  • Bumps the version for the installer b6187eb

v0.2.0...v0.2.1

Install improvements, Better markdown pages, and bugfixes

23 Mar 18:43
Compare
Choose a tag to compare

[0.2.0] - 2023-03-23

Changes

  • Significant improvements to the markdown pages.
    • Adds syntax highlighting for markdown pages and blocks.
    • Just wrap your code in single ticks or create blocks with three ticks.
    • Currently support highlighting for CSS/SCSS, HTML, Javascript/Typescript,
      Yaml and Bash. Use ```{type} to define the syntax. For example ```js.
    • Adds anchor links to markdown h{n} tags to allow deep linking to headers.
  • Adds line numbering to all code blocks.
  • Improves the installation experience with better help text.
  • Provides Node 16+ version checking on installation to make it clear.

Bugfixes

  • Improves handling of missing components in Figma. If its not found:
    • An alert is shown in the fetch output.
    • The component page is hidden in the menu and the components list.
    • A 404 page is shown if the missing component is accessed directly.
  • Fixes a grouping issue where opacity was in an undefined group on the buttons
    page.
  • Fixes a problem with blur radius and spread values on shadow tokens

-- Commits --

  • Merge pull request #16 from Convertiv/ops/default-lint fb5ac7d
  • Disabling some lint rules so the defaults work for now 4dfed79
  • Merge pull request #15 from Convertiv/docs/0.2.0-changelog 33dab9d
  • Typo 483bcb4
  • Merge pull request #14 from Convertiv/CONVHAND-197-improve-detection-of-empty-components 6acb4b6
  • Removing debugging 4c8ceef
  • If a component isn't set, mark it as coming soon on the buttons page ccbd292
  • Release notes for 0.2.0 12dfd6c
  • Merge pull request #13 from Convertiv/CONVHAND-222-detect-node-version-on-install-and-prevent-install-with-old-versions b4178a9
  • Merge pull request #12 from Convertiv/CONVHAND-218-fix-undefined-opacity-issue-with-buttons 0cd8c08
  • Merge pull request #8 from Convertiv/CONVHAND-216-better-handling-of-blur-radius-and-spread-values-for-shadows 34ab537
  • Improving Node Version checking and adding better interface for questions 1d2c9f9
  • Fixes undefined bug in button token opacity 6b089f0
  • Merge pull request #9 from Convertiv/CONVHAND-202-add-syntax-highlighting-to-custom-pages 9fce1d2
  • Merge pull request #10 from Convertiv/CONVHAND-197-improve-detection-of-empty-components e7a0554
  • Fixes a typing bug for markdown pages 20941e2
  • Fixing metadata in not found component 970a71d
  • Adding default not found behavior for componets 466f00f
  • Working on dynamicly disabling unfetched pages 7ea620a
  • Fixing spacing typo 2851a09
  • Removing code samples from core app and adding them to the install template 96593ea
  • Merge pull request #7 from Convertiv/CONVHAND-202-add-syntax-highlighting-to-custom-pages 422da2d
  • Better handling of blur radius and spread values for shadows. 8d8478d
  • Fixing bug in trim ea390c3
  • Fixing path bug 9e8239b
  • Fixing line return bug 427c6c1
  • Refactoring the highlighter and commenting 6eaad1b
  • Rework syntax highlighting - enable for custom pages, standardisze 25875dd
  • Merge pull request #6 from Convertiv/CONVHAND-198-attach-stage-branch-to-staging-demo-handoff-com 8e49b1d
  • Merge branch 'main' into CONVHAND-198-attach-stage-branch-to-staging-demo-handoff-com a4ddfbb
  • Fixing bug in install lib when running github action 91b338f

v0.1.5...v0.2.0

Post Launch Cleanup

10 Mar 19:04
Compare
Choose a tag to compare
Post Launch Cleanup Pre-release
Pre-release

We made minor changes in this release to clean up some small issues with the developer experience and a couple of interface bugs

[0.1.5] - 2023-03-10

Bugfixes

  • Installer was missing a package json script that caused problems for the figma exporter
  • Iconography link on Branded Assets page is incorrect & broken
  • Style Guide - has typo & still has a "TODO" mentioned in copy

Commits

  • Merge pull request #5 from Convertiv/CONVHAND-198-attach-stage-branch-to-staging-demo-handoff-com 37c23c7
  • Merge branch 'CONVHAND-195-style-guide-has-typo-still-has-a-todo-mentioned-in-copy' into CONVHAND-198-attach-stage-branch-to-staging-demo-handoff-com d2bff41
  • Fixing build problem f94eee3
  • Adding changelog 57d57bd
  • Merge pull request #4 from Convertiv/CONVHAND-198-attach-stage-branch-to-staging-demo-handoff-com 13cafdd
  • Merge pull request #3 from Convertiv/CONVHAND-195-style-guide-has-typo-still-has-a-todo-mentioned-in-copy 2c8e698
  • Adding github action for staging push 45f0e23
  • Merge pull request #2 from Convertiv/CONVHAND-194-iconography-link-on-branded-assets-page-is-incorrect-broken 5987923
  • Merge pull request #1 from Convertiv/CONVHAND-196-installer-is-missing-a-package-json-script e8bbc01
  • Removing sample pages from core code e1f4e76
  • Fixing icon path 77de324
  • Improving package json with postinstall script 8bcab3c

v0.1.4...v0.1.5

Fixing npm dev dep installation for figma exporter

09 Mar 17:48
Compare
Choose a tag to compare
  • Removing dev dependencies from figma exporter when run in project cf9bf4c
  • Fixing a build issue with types on nextjs build 4c0aa6c

v0.1.3...v0.1.4

Updating Installer Preview CSS starter

09 Mar 17:17
Compare
Choose a tag to compare
Pre-release
  • Fixing installed script preview templates 8528f27
  • Updating changelog 697751c

v0.1.2...v0.1.3

Installer Package Version Fix

09 Mar 16:58
Compare
Choose a tag to compare
Pre-release
  • Fixing installer package json version b2d58c5

v0.1.1...v0.1.2

Minor naming fix

09 Mar 16:54
Compare
Choose a tag to compare
Minor naming fix Pre-release
Pre-release
  • We noticed in the initial release that some scripts hadn't been named correctly

v0.1.0...v0.1.1

Initial public release of handoff

09 Mar 16:36
Compare
Choose a tag to compare
Pre-release

Creates the initial public version of Handoff

High level initial feature list

  • Builds pipeline from Figma to generate tokens from well structured file
  • Exports design foundations (colors, typography, icons, logos)
  • Component design tokens (buttons, alerts, modal, tooltips, inputs, radios, checkboxes, radio, switches)
  • Transformers for sass variables, css variables, previews and custom fonts
  • Static web application that can be published to any web host

2cd36b6...v0.1.0