Releases: angular-split/angular-split
Releases · angular-split/angular-split
19.0.0
19.0.0 (2025-02-01)
- feat: support node v22 (#470) (52ee663), closes #470
- feat: update to angular 19 (222ebcf)
- refactor: change gutter directives to modern angular (#479) (e3227ae), closes #479
- refactor: drop signal writes effect (#455) (f2219e8), closes #455
- fix: docs and site fixes (#478) (0e1ea19), closes #478
- fix: update to release-it and update changelog (#484) (490eff7), closes #484
- fix: update to release-it and update changelog (#484) (#485) (b0c5ca8), closes #484 #485
- fix: update to use latest token. closes #472 (#486) (53bf2e7), closes #472 #486
- fix(docs): update changelog path (#488) (f695830), closes #488
- docs: update license copyright year(s) (#487) (12d12a0), closes #487
- ci: use npm instead of yarn (#471) (4f5b26c), closes #471
v18.0.0
What's Changed
- build: updated deps for the project by @Jefiozie in #428
- build: use npm in favor of yarn by @Jefiozie in #429
- ci: update actions to latest versions by @Jefiozie in #430
- test: fixed package-lock by @SanderElias in #436
- feat: add tabindex input and binding by @ConnorSmith-pf in #438
- Revert: "feat: add tabindex input and binding" by @Jefiozie in #440
- feat: add SCSS theme with css variables support by @Harpush in #367
- feat: modernize angular split by @Harpush in #444
- fix: break circular reference between split and split-area by @Harpush in #453
- fix: handle TouchEvent in non touch capable devices for firefox by @Harpush in #452
- fix: filter non visible areas after indices array slice by @Harpush in #451
- fix: missing transition when hiding areas in pixel mode by @Harpush in #456
- Update v18 by @Jefiozie in #460
- ci: remove complaince by @Jefiozie in #464
- fix: home and documentation to match latest changes by @Harpush in #462
- chore: release 18.0.0 by @Jefiozie in #465
New Contributors
- @ConnorSmith-pf made their first contribution in #438
Full Changelog: angular-split-v17.2.0...v18.0.0
18.0.0-beta.0
What's Changed
- build: updated deps for the project by @Jefiozie in #428
- build: use npm in favor of yarn by @Jefiozie in #429
- ci: update actions to latest versions by @Jefiozie in #430
- test: fixed package-lock by @SanderElias in #436
- feat: add tabindex input and binding by @ConnorSmith-pf in #438
- Revert: "feat: add tabindex input and binding" by @Jefiozie in #440
- feat: add SCSS theme with css variables support by @Harpush in #367
- feat: modernize angular split by @Harpush in #444
New Contributors
- @ConnorSmith-pf made their first contribution in #438
Full Changelog: angular-split-v17.2.0...angular-split-v18.0.0-beta.0
angular-split: v17.2.0
17.2.0 (2024-01-30)
Features
- add keyboard accessibility (#317) (5b45039)
- add wildcard support for percent mode (ceab929)
- allow for setting global config (#309) (65a11d7)
- deprecate .forRoot() and .forChild() methods (07636fc)
- integrate iframe fix (37db046)
- introduce eslint and remove tslint closes (#374) (#382) (b8431f4)
- support angular compiler strict templates (#353) (2f77a67)
- support custom gutter template (2337745)
Bug Fixes
- add a delta to mouse click/double click to make sure double click gets recognized (97967ed)
- aria-valuenow incorrectly set to wildcard (#368) (bcb4aa0)
- change default area size from null to * (#358) (21f1004)
- export internal interfaces (#315) (77db412)
- fire dragStart event only when a cursor is moved (#283) (00a6755)
- handle rtl in vertical direction correctly (#335) (97aa0e3)
- Keep minSize, even when size is undefined (3612e25), closes #255
- migrate cypress configuration (d251ac0)
- remove deprecated forRoot and forChild (#352) (44e22b7)
- role should be separator and not slider (3c30521)
- spurious network call due to empty background image #316 (#322) (cf0f2d0)
- use correct peerDependencies versions (4f897b6)
v17.1.1
v17.1.0
v15.0.0
What's Changed
- fix: spurious network call due to empty background image #316 by @rahuldimri in #322
- fix: handle rtl in vertical direction correctly by @Harpush in #335
- chore: update to ng 15 by @kufuntu in #341
New Contributors
- @rahuldimri made their first contribution in #322
- @Harpush made their first contribution in #335
- @kufuntu made their first contribution in #341
Full Changelog: https://github.com/angular-split/angular-split/commits/v15.0.0