Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-calendar

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-calendar - npm Package Versions

1
26

0.27.8

Diff

Changelog

Source

0.27.8 (2019-05-20)

Bug Fixes

  • make internal methods callable from sub classes (8c926ed)

<a name="0.27.7"></a>

mattlewis92
published 0.27.7 •

Changelog

Source

0.27.7 (2019-04-27)

Bug Fixes

  • day-view: stop events being dragged outside the view when scrolled (e506885), closes #958

<a name="0.27.6"></a>

mattlewis92
published 0.27.6 •

Changelog

Source

0.27.6 (2019-04-27)

Bug Fixes

  • click: ensure click event always runs inside angular zone (de0d435), closes #961 #959

<a name="0.27.5"></a>

mattlewis92
published 0.27.5 •

Changelog

Source

0.27.5 (2019-04-21)

Bug Fixes

  • draggable: support scrolling when dragging events (99c7aa3), closes #838 #909
  • week-view: have time grid events fill available space (8571528), closes #833

<a name="0.27.4"></a>

mattlewis92
published 0.27.4 •

Changelog

Source

0.27.4 (2019-04-20)

Bug Fixes

  • styling fixes for day and week view when not using bootstrap (8c0fbf7), closes #951
  • day-view: fix dashed line separators when not using bootstrap (f626dce), closes #952

<a name="0.27.3"></a>

mattlewis92
published 0.27.3 •

Changelog

Source

0.27.3 (2019-04-11)

Performance Improvements

  • click: disable click listeners unless required (5b315a5), closes #942
  • click: lazily initialise all click handlers (823ee4d), closes #942

<a name="0.27.2"></a>

mattlewis92
published 0.27.2 •

Changelog

Source

0.27.2 (2019-04-01)

Bug Fixes

  • allow setting css variables as event colors (1fa72b3), closes #845

<a name="0.27.1"></a>

mattlewis92
published 0.27.1 •

Changelog

Source

0.27.1 (2019-03-26)

Bug Fixes

  • actions: fix event is not defined error (2a2822f)

<a name="0.27.0"></a>

mattlewis92
published 0.27.0 •

Changelog

Source

0.27.0 (2019-03-22)

Bug Fixes

  • week-view: respect hourSegmentHeight when resizing events (241f7c3), closes #929
  • allow events to be dragged back to their original location (0f69010), closes #847
  • expose all track by fns to custom templates (d6fb3de)
  • sanitise invalid hours and minutes on day and week view ranges (f54a5f5), closes #907
  • day-view: set allDay to false when dragging events (c4c8bd5)
  • week-view: handle dragging and resizing across excluded days (5d1c69a)

Features

  • tooltip: add a configurable tooltip delay (#891) (07aec13), closes #790
  • add sass mixins for easier theming (447aea9), closes #858
  • month-view: add activeDay input to override the active day (864462b), closes #885
  • month-view: add columnHeaderClicked output (2bd5e2b), closes #722
  • week-view: track by a unique row id instead of the index (481eb02)

Performance Improvements

  • only call beforeViewRender output once when changing view date (ec7021a)
  • use correct track by on month rows and event actions (302170e)

BREAKING CHANGES

  • all 3 views now have a default white background set. If you were relying on it being transparent before you will need to override with css. To migrate you can add this to your global CSS:
.cal-month-view, .cal-week-view, .cal-day-view {
  background-color: initial;
}
  • If overriding the main week view template, replace
*ngFor="let eventRow of view.allDayEventRows; trackBy:trackByIndex"

with

*ngFor="let eventRow of view.allDayEventRows; trackBy:trackById"
  • If extending the CalendarMonthViewComponent you must add [ngStyle]="{ backgroundColor: day.backgroundColor }" to the mwl-calendar-month-cell component.

<a name="0.26.11"></a>

mattlewis92
published 0.27.0-rc.0 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc