PinLayout v1.4.0 Release Notes

  • 🔄 Change

    • PinLayout now apply correctly margins when hCenter or vCenter have been set

      • hCenter: When the Horizontal Center is set, PinLayout now applies the left margin.
      • vCenter: When the Vertical Center is set, PinLayout now applies the top margin.

      BREAKING CHANGE: This may be a breaking change if you are using hCenter(..), vCenter(...), center(...), centerRight(...), centerLeft(...), or any other method using the center position while also using a margin.