Socket
Socket
Sign inDemoInstall

gantt-schedule-timeline-calendar

Package Overview
Dependencies
3
Maintainers
1
Versions
480
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
48Next

3.33.0

Diff

Changelog

Source

[3.33.0]

  • array merging bugfix
  • merging objects performance optimization
  • removed non documented not needed config.chart.time.allDates and config.chart.time.datesCache (huge time calculation performance optimization)
  • grid cell generation little performance optimization
neuronet.io
published 3.32.0 •

Changelog

Source

[3.32.0]

  • deep-state-observer updated (update whole state bugfix)
  • added $data.initializedPlugins Set
  • plugins are now destroyed only when whole gstc instance is destroyed or plugin was removed from config
  • recalculateTime method added to the time api (gstc.api.time.recalculateTime()) to regenerate calendar dates or recalculate $data.chart.time values - for example if some logic in onLevelDates was changed then you might need this to generate new dates and trigger onLevelDates again
  • ItemMovement, ItemResizing, TimelinePointer and Selection plugins refactored
  • gstc-loaded event is triggered a little bit later now when all time calculations are complete
  • complex-1 example updated - added history state management demo
  • one-month example updated - gstc.api.time.recalculateTime() added instead of full reload
neuronet.io
published 3.31.0 •

Changelog

Source

[3.31.0]

  • when periodIncrement is a function and the item is moved to the left side past the visible area we don't know which date to start generating dates from so we just return time.from which blocks the movement of the item
  • added allowItemsToGoOutsideTheArea boolean (default:true) value to ItemMovement and ItemResizing options
neuronet.io
published 3.30.0 •

Changelog

Source

[3.30.0]

  • support for iframe usage: domains with > symbol like one.com>two.com>three.com (available only with SaaS license)
neuronet.io
published 3.29.0 •

Changelog

Source

[3.29.0]

  • examples updated
  • changelog reversed (latest versions on top)
  • empty item style was not updated #344 bugfix
  • not needed dependencies removed
  • lit-html updated
  • merge function improved
  • added GSTC.Vido property with GSTC.Vido.directives to easily create templates without need to import lit-html
neuronet.io
published 3.28.0 •

Changelog

Source

[3.28.0]

  • added outOfView with left, right and whole boolean properties to ItemData to know when the item is outside a view from item props only
  • all rows expander was missing bugfix
  • row visible property added to determine whether the row should be visible on the list (usable for searching and filtering)
neuronet.io
published 3.27.3 •

Changelog

Source

[3.27.3]

  • ItemResizing plugin onEnd event was fired twice bugfix
  • ItemMovement & ItemResizing onEnd event was fired without dependant items bugfix
neuronet.io
published 3.27.2 •

Changelog

Source

[3.27.2]

  • ItemResizing plugin - dependant option set to false caused call to undefined method #343 bugfix
neuronet.io
published 3.27.1 •

Changelog

Source

[3.27.1]

  • npm dependencies updated
neuronet.io
published 3.27.0 •

Changelog

Source

[3.27.0]

  • ItemMovement & ItemResizing now snap to time from main dates by default (not startOf the current period because periodIncrement may be different than 1)
  • config.chart.time.alignLevelsToMain fixed dates positions calculation when main dates start and end values were in the middle of the other levels (weeks and months for example)
  • level dates calculations code refactoring
  • GSTC.api.fromArray fixes gstcid in dependant items now
  • [breaking*] default config.locale.weekStart is set to 0 now (Sunday) (not 1=Monday)
  • dayjs locale is now used locally inside time api from gstc.api.time.date method
  • GSTC.api.date method now supports locale configuration as third parameter GSTC.api.date(time, utcMode, localeConfig)
  • GSTC.api.GSTCID will now check if given id is already in proper format
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc