Skip to content

Releases: karolkozer/planby

v.0.2.2

07 May 10:59
Compare
Choose a tag to compare

v.0.2.2

Bugfix

  • Fix renderTimeline func prop to add custom timeline - #4

v.0.2.1

19 Apr 15:07
Compare
Choose a tag to compare

v.0.2.1

Features

  • Update packages in package.json

Bugfix

  • Add getTimeRangeDates to proper calculation of endDate props
  • Fix endDate time default value in useEpg optional props.
  • Fix type TS checking warnings

v.0.2.0

17 Apr 17:41
Compare
Choose a tag to compare

v.0.2.0

Features

  • Add property to set date time range. Ability to specify start and end times on the timeline - only full hours. New prop in the useEPG options: endDate, eg. startDate: 2022-04-17T10:00:00,endDate: 2022-04-17T18:00:00
  • Add property to change format time from 24 hours to 12 hours(AM / PM). New prop in the useEPG options: isBaseTimeFormat
  • Update components and hook tests

v.0.1.32

04 Apr 14:03
Compare
Choose a tag to compare

v.0.1.32

Features

  • Add possibility to set own day width and hour width. New prop in the useEPG options: dayWidth eg.24h * 300px(your custom hour width) = 7200px -> dayWidth.
  • Add components and hook tests

v.0.1.31

18 Mar 15:43
Compare
Choose a tag to compare

v.0.1.31

Features

  • Add possibility to set own height of the channels and programs. New prop in the useEPG options: itemHeight
  • Add unit tests to helpers functions

Bug Fixes

  • Fixed the Epg layout when the timeline is hidden

v.0.1.30

21 Feb 13:03
Compare
Choose a tag to compare

v.0.1.30

Features

  • New "resize" function add to the container in order to recalculate the programs when user resize the browser window.