Socket
Socket
Sign inDemoInstall

react-big-calendar

Package Overview
Dependencies
32
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.4.0

7

CHANGELOG.md

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

# [1.4.0](https://github.com/jquense/react-big-calendar/compare/v1.3.3...v1.4.0) (2022-07-12)
### Features
* allow using custom event wrapper component while dragging ([#2228](https://github.com/jquense/react-big-calendar/issues/2228)) ([afa8824](https://github.com/jquense/react-big-calendar/commit/afa882426b893e300da25202b5c56b23d591e9f1)), closes [#1864](https://github.com/jquense/react-big-calendar/issues/1864)
## [1.3.3](https://github.com/jquense/react-big-calendar/compare/v1.3.2...v1.3.3) (2022-07-12)

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

6

lib/addons/dragAndDrop/EventContainerWrapper.js

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

var _NoopWrapper = _interopRequireDefault(require("../../NoopWrapper"));
var _Selection = _interopRequireWildcard(require("../../Selection"));

@@ -304,5 +302,3 @@

getters: getters,
components: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, components), {}, {
eventWrapper: _NoopWrapper.default
}),
components: components,
accessors: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, accessors), _common.dragAccessors),

@@ -309,0 +305,0 @@ continuesPrior: startsBeforeDay,

{
"name": "react-big-calendar",
"version": "1.3.3",
"version": "1.4.0",
"description": "Calendar! with events",

@@ -5,0 +5,0 @@ "author": {

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