Skip to content

Latest commit

 

History

History
172 lines (64 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

172 lines (64 loc) · 5.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.7.3 (2022-02-02)

Bug Fixes

  • Recursion with non-exclusive tags addArray (#34) (d107163)

2.7.2 (2021-01-15)

Bug Fixes

2.7.1 (2020-09-18)

Bug Fixes

  • Non-exclusive tag logic: Restart test iteration on next tag group (8b59925), closes #20 #20

2.7.0 (2020-09-16)

Features

2.6.0 (2020-02-13)

Bug Fixes

  • fixes to default packing logic usage and documentation (#12) (caa1532)

Build System

  • Update rollup config & dts plugin (1d1b80e)

Features

  • Per rectangle allowRotation (ab68e1c)

2.5.0 (2019-09-03)

Features

  • area or edge logic selection option (c4dff4b)

Tests

  • efficiency tests refactoring (0afa958)

2.4.5 (2019-08-26)

2.4.4 (2019-07-10)

Bug Fixes

  • save/load bins with tag correctly (ac95c4a)

2.4.3 (2019-07-09)

Bug Fixes

  • process() vertical expand not take border into account (7382912)
  • updateBinSize() not consider rotated node (aee9a4b)

Tests

2.4.2 (2019-07-08)

Bug Fixes

  • handle rotated rectangle feeded to packer correctly (81c80e0)

2.4.1 (2019-07-04)

2.4.0 (2019-06-30)

Bug Fixes

2.4.0-alpha.0 (2019-06-19)

Bug Fixes

  • maxrects-bin.ts: split freerect not use rotated node (5f06524)

Features

  • Add Bin.border to control space to edge (62bc66b), closes #5
  • Implement dirty status get/set of Rectangle&MaxRectsBin (ca932ba)
  • Report bin dirty status (a7527b6)
  • reset/repack (beta) (eb93239)

2.3.0 (2019-06-06)

Features

2.2.0 (2019-06-04)

Features

  • Add .next() method to enclose and start a new bin (9dbe754)

2.1.2 (2019-06-03)

2.1.1 (2019-06-03)

Build System

  • Update package config & toolchain (b117652)

Features

  • Add hash as 2nd sort for stable pack queue (499b82e)
  • Retangle class rot&data getter setter (438014e)