Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade tui-calendar from 1.12.6 to 1.12.11 #3

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Apr 9, 2020

Snyk has created this PR to upgrade tui-calendar from 1.12.6 to 1.12.11.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-02-05.
Release notes
Package name: tui-calendar
  • 1.12.11 - 2020-02-05

    Bug Fixes

    • b9eb66b Fix: Resolves an issue that overwrites default options while month and week options extends
    • 67f21f8 Fix: : Fixed an issue where the coordinates in the schedule creation popup were calculated incorrectly if 'workweek = true'(fix #480)

    Documentation

    • 13373ba Docs: Removed the issue template that can be written in Korean
    • b9eb66b Docs: Fix CustomEvents link(fix #496)
  • 1.12.10 - 2020-01-23

    Bug Fixes

    • a6f489d Fix: : Resolved an issue where the time range was not normally represented in the time grid when the difference between the main time zone offset and the secondary time zone offset was less than 1 hour (fix #488)
    • 17b1442 Fix: Fixed resize button being displayed in weekly view(time grid) when isReadOnly=true as Calendar option(fix #470)
    • 346c4e1 Fix: : Fixed the problem which is not applied when changing template, timezones, calendars property value in setOptions(fix #487)
    • 2730079 Fix: resolve test code
  • 1.12.9 - 2019-12-30

    Bug Fixes

    • 48b45ea Fix: Date convert wrong type as number (close #462)
  • 1.12.8 - 2019-11-28

    Bug Fixes

    • af2874d fix: remove fixing start of milestone and task as one day(close #467)
      This was a feature for Dooray! it's not necessary on master branch (Dongsik Yoo)
  • 1.12.7 - 2019-11-05

    Bug Fixes

    • 07da5c1 Fix: Fixed an issue where all day events are not created when passing a category property as allday when creating an event (fix #434)
    • 07da5c1 Fix: When a custom color of a schedule is passed as a property, it is overwritten by the schedule color even if the calendar color exists. (fix #437)
    • b4a435c Fix: Fixed the problem that the schedule cannot be edited by changing the calendar ID in the default edit popup. (fix #421)
      • When editing (moving and resizing) a schedule using the mouse drag event or using the default popup UI, it is recommended to use the changes property, which is passed as a parameter of the beforeUpdateSchedule event.
      calendar.on('beforeUpdateSchedule'function(event) {
        const { schedule, changes } = event;
      

      calendar.updateSchedule(schedule.idschedule.calendarId, changes);
      });

    • 3577b37 Fix: Fixed timegridDisplayPrimaryTime template not working (fix #452, react wrapper issue #18)

    Documentation

  • 1.12.6 - 2019-10-24

    Bug Fixes

    • 0d813c8 Fix: resolve security vulnerabiliti for npm audit(fix #405)
    • e802db3 Fix: If the user directly inputs the end time as 00:00, render the schedule correctly.
    • a62d5f2 Fix: change method name 'getNextStartDay' to 'getStartOfNextDay'
    • 2be914b Fix: when changing timezone, today display issue(#416)
from tui-calendar GitHub release notes
Commit messages
Package name: tui-calendar
  • 24b9ed2 1.12.11
  • 55f8cd7 Merge pull request #498 from nhn/docs/custom-events-link-n-update-templates
  • 72a641a chore: Change command dev to server on tui-doc
  • 67f21f8 fix : Fixed an issue where the coordinates in the schedule creation popup were calculated incorrectly if 'workweek = true'(fix #480)
  • b9eb66b fix: Resolves an issue that overwrites default options while month and week options extends
  • 13373ba docs: Removed the issue template that can be written in Korean
  • 5be9c3e 1.12.10
  • eaf338b Merge pull request #491 from nhn/fix/issue-470-487-488
  • c4b2c21 chore: remove unnecessary inline style code
  • 2730079 fix: resolve test code
  • 346c4e1 fix : Fixed the problem which is not applied when changing template, timezones, calendars property value in setOptions(fix #487)
  • 17b1442 fix: Fixed resize button being displayed in weekly view(time grid) when isReadOnly=true as Calendar option(fix #470)
  • a6f489d fix : Resolved an issue where the time range was not normally represented in the time grid when the difference between the main time zone offset and the secondary time zone offset was less than 1 hour (fix #488)
  • fd13985 chore: use v1.0.1 toast-ui.release-notes
  • c60a6a6 1.12.9
  • e505725 chore: update toast-ui.release-notes repository url
  • 48b45ea fix: Date convert wrong type as number (close #462) (#471)
  • bd2d0ca 1.12.8
  • 1547817 Merge pull request #468 from nhn/fix/467
  • af2874d fix: remove fixing start of milestone and task as one day(close #467)
  • 7883581 Merge pull request #457 from dilyanpalauzov/master
  • 7503455 spelling
  • 5f31465 1.12.7
  • 32f172b Merge pull request #451 from nhn/fix/issues-update-schedule

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@SimHub SimHub merged commit 450e369 into master Apr 10, 2020
@SimHub SimHub deleted the snyk-upgrade-f4a69a88863659a9d3a8a69366a2787b branch May 19, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment