Releases: Convertiv/handoff-app
Releases · Convertiv/handoff-app
Fixes a bug in the version of the installer
[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
Install improvements, Better markdown pages, and bugfixes
[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
Post Launch Cleanup
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
Fixing npm dev dep installation for figma exporter
Updating Installer Preview CSS starter
Installer Package Version Fix
- Fixing installer package json version b2d58c5
Minor naming fix
- We noticed in the initial release that some scripts hadn't been named correctly
Initial public release of handoff
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