Skip to content

v0.3.0 (Beta)

Compare
Choose a tag to compare
@oscarmarcelo oscarmarcelo released this 08 Jun 16:41
· 49 commits to master since this release

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.