Skip to content

History

Seongnoh Sean Yi edited this page Apr 27, 2024 · 4 revisions

1.8.2 (TRUNCATED)

1.8.1 (2024-02-13)

  • CHANGED Customizable literal text on popover template (through CSS)

1.8.0 (2023-12-20)

  • CHANGED Some refactoring
  • CHANGED Some behaviour for the usage of notifications to control the module.
  • REMOVED CX3_GLANCE_CALENDAR notification was removed.
  • REMOVED CX3_SET_DATE notification also was removed.
  • ADDED CX3_SET_CONFIG, CX3_GET_CONFIG, CX3_RESET notifications are added, instead.
  • ADDED config property skipDuplicated is added.
  • ADDED config property monthIndex is added. Now you can assign relative month view from today or referenceDate
  • ADDED config property referenceDate is added.

1.8.0 (2023-12-20)

  • CHANGED Some refactoring
  • CHANGED Some behaviour for the usage of notifications to control the module.
  • REMOVED CX3_GLANCE_CALENDAR notification was removed.
  • REMOVED CX3_SET_DATE notification also was removed.
  • ADDED CX3_SET_CONFIG, CX3_GET_CONFIG, CX3_RESET notifications are added, instead.
  • ADDED config property skipDuplicated is added.
  • ADDED config property monthIndex is added. Now you can assign relative month view from today or referenceDate
  • ADDED config property referenceDate is added.

1.7.1 (2023-11-17)

  • ADDED useMarquee config filed and noMarquee event object property

1.7.0 (2023-11-12)

See the notes.(About 1.7.0)

  • ADDED skip of event Object property
  • ADDED skipPassedEventToday of config
  • FIXED eventTime color in multiday event
  • ADDED end-eventTime of multiday event (if not fullday event)
  • ADDED more, morePopover feature.
  • ADDED Support iconify
  • ADDED auto-detect firstDayOfWeek and minimalDaysOfNewYear

1.6.1 (2023-10-19)

  • FIXED A bug of missing events of last day in day view.

1.6.0 (2023-10-04)

  • ADDED animateIn and animateOut for animation effect (Since MM 2.25)
  • ADDED A fallback of HTMLElement check. (For MMM-Remote-Control or Not-Browser environment)

1.5.0 (2023-08-29)

  • ADDED day view implemented. (calendar starts from today)

1.4.0 (2023-06-04)

popover

  • ADDED (Experimental) Show popover of event details on click/touch (Chrome 114 or Electron 25 needed)

See https://github.com/MMRIZE/MMM-CalendarExt3/discussions/80

  • FIXED Clarify code for using MMM-GoogleCalendar module #78 (Thanks to @jcherniak)
  • UPDATED Updated CX3_Shared submodule #76 / More robust oppositeColor calculation. (Thanks to @btastic)

1.3.2 (2023-05-30)

  • CHANGED : Not to be too strict to other module's DOM creation failure.

1.3.1 (2023-04-25)

  • CHANGED: Refactoring some codes, the structure of the events, CSS.
  • ADDED: displayEndTime: true => Show end time of the event. (hidden by default) (Requested from @zelmo)
  • ADDED: displayWeatherTemp: true => Show max/min temperature of the forecasted days.
CX3_1 3 1

1.3.0 (2023-04-17)

  • CHANGED: Shared library to fix many issues.
  • FIXED: some typo.
  • FIXED: flickering for many reasons (logic error to treat notifications)
  • ADDED: CX3_RESET notification (to reset instantly from glancing)
  • ADDED: MMM-TelegramBot user implementation example
  • ADDED: preProcessor for better handling of raw-data priorly
  • ADDED: manipulateDateCell to manipulate date cell DOM after drawing
  • CHANGED: Timing of eventFilter and eventTransformer is delayed for better-handling event data after regularized

1.2.6 (2022-12-05)

  • Added useWeather option. (true/false)
  • Added weatherLocationName option (some partial text to distinguish location)

1.2.5 (2022-11-04)

  • Added Display legend of the calendar (displayLegend: true and when you set the calendar name on calendar module)
  • Fixed Some CSS fixture

1.2.4 (2022-08-30)

  • Fixed Urgent fix for useSymbol issue since #1.2.2
  • Fixed symbol:null issue resolved

1.2.3 (2022-08-29)

  • Fixed Move eventFormatter to prior to get compatibility with other calendar module (e.g GoogleCalendar module)

1.2.2 (2022-08-27)

  • Added Multi icons
  • Added Font-awesome 'brands' icons

1.2.1 (2022-08-25)

  • Added Magic opposite color for the full-day event (This feature could solve the issue of no-color assigned.)
  • Fixed CSS file renamed (module.css => MMM-CalendarExt3.css)

1.2.0 (2022-06-15)

  • Support multi notifications from multi-calendar providers. (It will prevent events reset.)

1.1.0 (2022-05-29)

1.0.0 (2022-04-24)

  • Released.