neodrag

One Draggable to rule them all πŸ’

MIT License

Downloads
42.3K
Stars
1.6K
Committers
10

Bot releases are visible (Hide)

neodrag - @neodrag/[email protected]

Published by github-actions[bot] almost 2 years ago

Major Changes

  • #60 f2d1130 Thanks @PuruVJ! - Event data provides the root node

    {
    	onDrag: ({ node }) => {
    		console.log(node);
    	};
    }
    

Minor Changes

  • Allow refs in handle and cancel

Patch Changes

  • Fix behavior when snap provided as 0
neodrag - @neodrag/[email protected]

Published by github-actions[bot] almost 2 years ago

Major Changes

  • #60 f2d1130 Thanks @PuruVJ! - Event data provides the root node

    {
    	onDrag: ({ node }) => {
    		console.log(node);
    	};
    }
    

Patch Changes

  • Fix behavior when snap provided as 0
neodrag - @neodrag/[email protected] Latest Release

Published by github-actions[bot] almost 2 years ago

Major Changes

  • #60 f2d1130 Thanks @PuruVJ! - Event data provides the root node

    {
    	onDrag: ({ node }) => {
    		console.log(node);
    	};
    }
    

Patch Changes

  • Fix behavior when snap provided as 0

1.0.0

Skipping for 2.0.0

neodrag - @neodrag/[email protected]

Published by github-actions[bot] almost 2 years ago

Major Changes

  • #60 f2d1130 Thanks @PuruVJ! - Event data provides the root node

    {
    	onDrag: ({ node }) => {
    		console.log(node);
    	};
    }
    
  • Remove @neodrag/svelte/globals for typings.

If you have this in your tsconfig.json:

{
	"compilerOptions": {
		"types": ["@neodrag/svelte/globals"]
	}
}

or in your .d.ts file:

/// <reference types="@neodrag/svelte/globals" />

Remove it. It is no longer needed.

Patch Changes

  • Fix behavior when snap provided as 0
neodrag - @neodrag/[email protected]

Published by github-actions[bot] almost 2 years ago

Major Changes

  • #60 f2d1130 Thanks @PuruVJ! - Event data provides the root node

    {
    	onDrag: ({ node }) => {
    		console.log(node);
    	};
    }
    

Patch Changes

  • Fix behavior when snap provided as 0
neodrag - Moving to changelog.md

Published by PuruVJ about 2 years ago

Moving the releases to CHANGELOG.md inside every package's own directory. No more updates on Github releases

neodrag - @neodrag/vue 0.1.0 πŸŽ‰

Published by PuruVJ over 2 years ago

First Vue version of Neodrag!

Check docs here https://www.npmjs.com/package/@neodrag/vue

neodrag - @neodrag/react 1.0.0 πŸŽ‰

Published by PuruVJ over 2 years ago

Finally releasing v1 of @neodrag/react. No changes!

neodrag - @neodrag/svelte 1.2.3

Published by PuruVJ over 2 years ago

neodrag - @neodrag/react 0.2.1

Published by PuruVJ over 2 years ago

Document new handle and cancel

Full Changelog: https://github.com/PuruVJ/neodrag/compare/react-0.2.0...react-0.2.1

neodrag - @neodrag/svelte 1.2.1

Published by PuruVJ over 2 years ago

Document new handle and cancel

Full Changelog: https://github.com/PuruVJ/neodrag/compare/svelte-1.2.0...svelte-1.2.1

neodrag - @neodrag/react 0.2.0

Published by PuruVJ over 2 years ago

Add functionality for multiple handle and cancel elements

What's Changed

New Contributors

Full Changelog: https://github.com/PuruVJ/neodrag/compare/react-0.1.4...react-0.2.0

neodrag - @neodrag/svelte 1.2.0

Published by PuruVJ over 2 years ago

Add functionality for multiple handle and cancel elements

What's Changed

New Contributors

Full Changelog: https://github.com/PuruVJ/neodrag/compare/svelte-1.1.4...svelte-1.2.0

neodrag - @neodrag/react 0.1.4

Published by PuruVJ over 2 years ago

Fix on:neodrag:start on:neodrag:end even not firing

Full Changelog: https://github.com/PuruVJ/neodrag/compare/react-0.1.3...react-0.1.4

neodrag - @neodrag/svelte 1.1.4

Published by PuruVJ over 2 years ago

Fix on:neodrag:start on:neodrag:end even not firing

Full Changelog: https://github.com/PuruVJ/neodrag/compare/svelte-1.1.3...svelte-1.1.4

neodrag - @neodrag/react 1.1.3

Published by PuruVJ over 2 years ago

fix: Not recognizing defaultPosition option

Full Changelog: https://github.com/PuruVJ/neodrag/compare/react-0.1.2...react-0.1.3

neodrag - @neodrag/svelte 1.1.3

Published by PuruVJ over 2 years ago

fix: Not recognizing defaultPosition option

Full Changelog: https://github.com/PuruVJ/neodrag/compare/svelte-1.1.2...svelte-1.1.3

neodrag - @neodrag/react:0.1.2

Published by PuruVJ over 2 years ago

Release @neodrag/react πŸŽ‰πŸ₯³

Neodrag has stepped into multi-framework territory now

neodrag - @neodrag/svelte: 1.1.2

Published by PuruVJ over 2 years ago

  • Reduce bundle size (1.95KB to 1.85KB brotli)
  • Remove inline examples from JSDoc

What's Changed

New Contributors

Full Changelog: https://github.com/PuruVJ/neodrag/compare/3.1.0...svelte-1.1.2

neodrag - Mikasa - 3.1.0

Published by PuruVJ over 2 years ago

What's Changed

Full Changelog: https://github.com/PuruVJ/svelte-drag/compare/3.0.0...3.1.0