Skip to content

Releases: oscarmarcelo/loci

v0.5.0 (Beta)

30 Jul 01:26
Compare
Choose a tag to compare
  • Added support to keep leading zeros in the "Number" data token.
  • Added more 36 Template icons.
  • Improved the color rendering of the Template icons.

v0.4.0 (Beta)

18 Jul 11:32
Compare
Choose a tag to compare
  • Added support for Templates. Now you can save your token configurations to be reused later! (Beware: This is still a work in progress. Expect some inconsistencies or bugs.)
  • Added some example templates: "Name" and "IP". More will come with the next releases.
  • Fixed a bug in "Lorem Ipsum" data token that made it print "undefined" if none of its options were changed, even if all reverted to their defaults.

v0.3.1 (Beta)

09 Jun 11:52
Compare
Choose a tag to compare
  • Fixed "Hex Color" data token not generating text in uppercase by default.
  • Removed "Uppercase" option in "Text Transform" setting in "Hex Color" data token, since it is already the default value.

v0.3.0 (Beta)

08 Jun 16:41
Compare
Choose a tag to compare

This release is mostly a preparation for the upcoming release of the Templates feature.

However, there are breaking changes in some data tokens. I am very sorry that this happened. Being in a beta stage, this is somewhat expected to happen sometimes. A solution to prevent this in the future is already being made, though. For now, an easy fix is to remove the affected data tokens and add them again with the intended settings.

  • Breaking Change: Fixed an internal misconfiguration in the "Lorem Ipsum" data token. This affects all layers using the "Sentences" unit and the Sentence Separator set to "Space".
  • Breaking Change: Inverted "Hex Color" data "Hide “#” before value" setting to avoid confusion between the checkbox and the label. The setting is now "Show “#” before value" and is checked by default. This affects all layers using the "Hex Color" data token.
  • Improved data configuration storage process to be more reliable and smaller in size. These improvements are in fact the first part of the solution mentioned above to deal with data configurations generated with previous plugin versions.
  • Improved the stepping behaviour (using the arrow up/down buttons) of number inputs:
    • If an input is empty, but has a number as placeholder, the first step will start with the next sibling of that number, depending on the direction used.
    • Fixed a bug in empty inputs with a minimum limit bigger than zero where the first step would start in the next sibling number of the minimum limit instead of the minimum limit itself.
  • Fixed text tokens and the token box allowing text formatting.

v0.2.1 (Beta)

04 Jun 13:47
Compare
Choose a tag to compare
  • Fix Sketch Data sometimes being applied to some layers of the previous selection.
  • Fix plugin window still opening on "Refresh Data" when there are both Text layers and Symbols selected.
  • Fix some native system controls, like the scrollbars, still showing with the light color scheme when Sketch or macOS is in Dark Mode.

v0.2.0 (Beta)

03 Jun 09:56
Compare
Choose a tag to compare
  • Add 4 more Data Tokens:
    • Color
    • Hex Color
    • Country
    • Country Code
  • Temporarily change Release Notes link to GitHub Releases.

v0.1.1 (Beta)

01 Jun 19:41
Compare
Choose a tag to compare
  • Fix Number data token not applying the correct precision setting;
  • Fix context menu being enabled in non-input areas.

v0.1.0 (Beta)

01 Jun 11:39
Compare
Choose a tag to compare

First Beta Release 🤞