Releases: angular-split/angular-split
Releases · angular-split/angular-split
20.0.0
20.0.0 (2025-07-21)
- fix: allow providing options on root provider (#505) (fb65d63), closes #505
- fix: changelog service should be provided in root (#492) (c5898c0), closes #492
- fix: crashing example pages (#501) (d314cbd), closes #501
- fix: disabled split gutter interactions (#502) (520c5f8), closes #502
- fix: include page blur in end events for drag (#507) (f7af815), closes #507
- fix: update stackblitz links (#515) (3a2613b), closes #515
- fix: use afterRender, to prevent warnings (#514) (3511e50), closes #514
- docs: add connorsmith-pf as a contributor for code (#495) (d2c085b), closes #495
- docs: add jefiozie as a contributor for code (#496) (b61235f), closes #496
- docs: add viceice as a contributor for infra (#498) (977a08a), closes #498
- docs: update .all-contributorsrc (de06e10)
- docs: update .all-contributorsrc (a36ec04)
- docs: update changelog reference (#491) (8031d26), closes #491
- docs: update readme and add setup instructions to contirbutors.md (#512) (0abf63c), closes #512
- docs: update README.md (278da76)
- docs: update README.md (ee683f0)
- feat: drop mirror signal in favor of linked signal (#493) (b21f71d), closes #493
- release: update to angular 19 (#490) (430695d), closes #490
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