Skip to content

Releases: LuciferDIot/react-timeline-scheduler

v1.1.14

Choose a tag to compare

@LuciferDIot LuciferDIot released this 17 Dec 06:18
  • Bundle size increased bug fix patch

Full Changelog: v1.1.13...v1.1.14

v1.1.13

Choose a tag to compare

@LuciferDIot LuciferDIot released this 17 Dec 06:13

v1.1.12

Choose a tag to compare

@LuciferDIot LuciferDIot released this 17 Dec 06:02

What's Changed

  • Updated the demo gif in readme.md
  • the npm-publish-github-packages.yml workflow is redundant and incorrect for this project. by @LuciferDIot in #15
  • Website SEO details added by @LuciferDIot in #16
  • Move demo deployment to separate workflow by @LuciferDIot in #17
  • change the wrong version by @LuciferDIot in #18
  • Changed the wrong version by @LuciferDIot in #19
  • chore: release version 1.1.12 - add demo gif and documentation by @LuciferDIot in #20
  • chore: release version 1.1.12 - add demo gif and documentation by @LuciferDIot in #21

Full Changelog: v1.1.11...v1.1.12

v1.1.11

Choose a tag to compare

@LuciferDIot LuciferDIot released this 16 Dec 19:37
c4f812a

🌟 Key Highlights

  • Advanced Tooltip System:
    • Portals: Tooltips now render into document.body using React Portals, completely solving positioning issues ensuring they never get clipped or misplaced by parent container styles.
    • Customization: Full control over tooltip content via the tooltipComponent prop, plus granular styling for the default tooltip wrapper (backgrounds, borders, text).
  • Deep Theme Customization:
    • Scrollbars: You can now style the timeline's scrollbar (thumb, track, hover states) directly via theme.scrollbar.
    • Buttons: Granular control over the "Today" and "Lock" buttons, including specific styles for locked vs. unlocked states.
    • Tasks: Enhanced extendedStyles support for individual task bars, allowing for complex per-task styling overrides.
  • Developer Experience:
    • TypeScript: strict type exports and type safety improvements.
    • Documentation: A complete overhaul of the documentation website with interactive examples, cleaner copy, and expanded configuration details.
  • Bug Fixes:
    • Fixed "Drifting Tasks": Resolved an issue where task times strictly depended on the time-of-day execution; tasks now consistently start at 08:00-11:00 and end at 13:00-18:00 via standardized randomization.
    • Resolved Element type is invalid specific import errors.
    • Fixed dark mode inconsistencies in tooltips.

What's Changed

Full Changelog: v1.1.10...v1.1.11

v1.1.10

Choose a tag to compare

@LuciferDIot LuciferDIot released this 16 Dec 09:52
0c1b6d1

What's Changed

Full Changelog: v1.1.9...v1.1.10

v1.1.9

Choose a tag to compare

@LuciferDIot LuciferDIot released this 16 Dec 09:46
ba7168f

Theme customizations and click ability added

What's Changed

Full Changelog: v1.1.8...v1.1.9

v1.1.8

Choose a tag to compare

@LuciferDIot LuciferDIot released this 15 Dec 05:17
4729ff1

Full Changelog: v1.1.7...v1.1.8

v1.1.7

Choose a tag to compare

@LuciferDIot LuciferDIot released this 15 Dec 03:28

What's Changed

  • Theme Customization added
  • ToolBar Customization added
  • Theme and documentation added by @LuciferDIot in #2

Full Changelog: v1.1.5...v1.1.6

v1.1.6

Choose a tag to compare

@LuciferDIot LuciferDIot released this 15 Dec 03:25
425f13c

What's Changed

  • Theme Customization added
  • ToolBar Customization added
  • Theme and documentation added by @LuciferDIot in #2

Full Changelog: v1.1.5...v1.1.6

v1.1.5

Choose a tag to compare

@LuciferDIot LuciferDIot released this 13 Dec 16:06

Changes

  • Automated publishing setup.
  • Updated documentation.

🚀 Live Demo

Check out the live preview here:
https://LuciferDIot.github.io/react-timeline-scheduler/

Full Changelog: v1.1.4...v1.1.5