Skip to content

1.25.4

Choose a tag to compare

@iOSDevSK iOSDevSK released this 23 Aug 13:15
· 5 commits to main since this release

This edition is derived from Visual Edit Pro 1.25.4.

  • New: each corner rounds on its own. Radius was one control for all four and
    read the browser's shorthand, so on an element whose corners already differed
    the first nudge squared off the three you were not looking at. Four controls
    now, in a RADIUS section next to BORDER, with a row that still sets all four
    at once.
  • Fixed: a radius written as a percentage — how a round avatar is made — was
    read as a number and written back in pixels. The unit a value carries is the
    unit it keeps.
  • New: a border can be made transparent, by typing it or by picking Transparent
    from the palette list. Not the same as turning the line off: no line takes up
    no space, and the layout moves.
  • Fixed: the panel showed black for a border that was already transparent.
  • New: gradients are chosen, not typed — a GRADIENT section with a live
    preview, ready-made gradients built from your theme's own palette, and two
    colours plus a direction to make your own. Custom stays for anything more
    elaborate. Before, a gradient shared a row with the size controls: a 54-pixel
    box suggesting "e.g. 24px", and usually nothing to pick instead.
  • New: a gradient background on a raw-HTML theme too — the same GRADIENT
    section, with ready-made gradients from the theme's own palette. It writes
    background-image, so the flat colour underneath survives.
  • Fixed: the BORDER Style row read [object Object] for every choice, and the
    only selectable entry was the value already set — so it could not change
    anything.
  • Fixed: the editor panel's controls were unstyled in this edition. Deriving
    Lite from Pro cut the AI panel out of the stylesheet and took the panel's own
    rules with it — the number boxes, colour swatches, grids and steppers had no
    styling at all. Only the styling was affected; every control worked.