Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
33
Maintainers
3
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.2 to 1.8.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.8.3](https://github.com/jquense/react-big-calendar/compare/v1.8.2...v1.8.3) (2023-09-18)
### Bug Fixes
* Modify events.js ([#2444](https://github.com/jquense/react-big-calendar/issues/2444)) ([2a838d9](https://github.com/jquense/react-big-calendar/commit/2a838d981ed08c0be7ff6702f64b79db3158ff90))
## [1.8.2](https://github.com/jquense/react-big-calendar/compare/v1.8.1...v1.8.2) (2023-08-07)

@@ -2,0 +9,0 @@

19

lib/Calendar.js

@@ -94,2 +94,11 @@ "use strict";

};
/**
*
* @param date
* @param viewComponent
* @param {'month'|'week'|'work_week'|'day'|'agenda'} [view] - optional
* parameter. It appears when range change on view changing. It could be handy
* when you need to have both: range and view type at once, i.e. for manage rbc
* state via url
*/
_this.handleRangeChange = function (date, viewComponent, view) {

@@ -238,12 +247,2 @@ var _this$props2 = _this.props,

}
/**
*
* @param date
* @param viewComponent
* @param {'month'|'week'|'work_week'|'day'|'agenda'} [view] - optional
* parameter. It appears when range change on view changing. It could be handy
* when you need to have both: range and view type at once, i.e. for manage rbc
* state via url
*/
}], [{

@@ -250,0 +249,0 @@ key: "getDerivedStateFromProps",

@@ -21,3 +21,2 @@ "use strict";

// this plugin can be optionally loaded by the user
var weekRangeFormat = function weekRangeFormat(_ref, culture, local) {

@@ -24,0 +23,0 @@ var start = _ref.start,

@@ -13,2 +13,4 @@ "use strict";

var _localizer = require("../localizer");
// TODO: fix the globalizeLocalizer to work with globalize 1.x
var dateRangeFormat = function dateRangeFormat(_ref, culture, local) {

@@ -15,0 +17,0 @@ var start = _ref.start,

@@ -28,2 +28,4 @@ "use strict";

var _excluded = ["date", "className"];
/* import Popup from './Popup'
import Overlay from 'react-overlays/Overlay' */
var eventsForWeek = function eventsForWeek(evts, start, end, accessors, localizer) {

@@ -30,0 +32,0 @@ return evts.filter(function (e) {

@@ -176,3 +176,3 @@ "use strict";

containerEvents.push(event);
return "continue";
return 1; // continue
}

@@ -202,4 +202,3 @@

for (var i = 0; i < eventsInRenderOrder.length; i++) {
var _ret = _loop();
if (_ret === "continue") continue;
if (_loop()) continue;
}

@@ -206,0 +205,0 @@

{
"name": "react-big-calendar",
"version": "1.8.2",
"version": "1.8.3",
"description": "Calendar! with events",

@@ -56,2 +56,4 @@ "author": {

"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",

@@ -58,0 +60,0 @@ "@babel/preset-env": "^7.20.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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