Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@the-grid/ed

Package Overview
Dependencies
Maintainers
17
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-grid/ed - npm Package Versions

1
14

0.8.1

Diff

Changelog

Source

0.8.1 - 2016-03-31

  • FIX -- setCoverPreview was trigging fold block change when it shouldn't have (#150)
forresto
published 0.8.0 •

Changelog

Source

0.8.0 - 2016-03-28

  • New UI component: NavItemConfirm
  • "Remove block" in block "..." dropdown now asks for confirmation
  • FIX -- removing fold media fixed
  • NEW -- ed.setCoverPreview(id, src) (#92)
    • src is a blob: or data: url for the local image to show while uploading / measuring
    • Preview takes precedence over content array version of cover.src
    • Setting src null will show real cover
forresto
published 0.7.3 •

Changelog

Source

0.7.3 - 2016-03-24

  • @narrowdesign 1st style/ux pass (#139)
  • ProseMirror 0.5.1
  • FIX -- iframe cut / paste works (#19)
  • FIX -- all media copy / paste works (#140)
forresto
published 0.7.2 •

Changelog

Source

0.7.2 - 2016-03-22

  • Hotfix demo for 0.7.0 change to ed.updatePlaceholder arguments
forresto
published 0.7.1 •

Changelog

Source

0.7.1 - 2016-03-22

  • Update to ProseMirror 0.5.0
    • Fixes (re)focus showing empty block menu (#125)
    • ~~Fixes Android blockers (#29?) (#104?)~~
forresto
published 0.7.0 •

Changelog

Source

0.7.0 - 2016-03-22

  • BREAKING - changed arguments for ed.updatePlaceholder to id, {status, progress, failed}
    • Placholder block metadata.failed will show in red and have an "×" button to remove
forresto
published 0.6.2 •

Changelog

Source

0.6.2 - 2016-03-20

  • Hotfix ed.getContent() on :iphone: (#105)
forresto
published 0.6.1 •

Changelog

Source

0.6.1 - 2016-03-18

  • Demo starts blank to test the initial flow
  • Demo /#fixture loads the fixture: useful for reloading and debugging
  • Made DropdownGroup to make meta editors more responsive (#126)
  • Credit Add "..." menu on media blocks to add attribution (and remove block)
forresto
published 0.6.0 •

Changelog

Source

0.6.0 - 2016-03-16

  • Placeholder progress bar
    • progress 0-100 with ed.updatePlaceholder(id, status, progress) or ed.setContent([{id, metadata: {status, progress}}])
  • NEW -- X button on the Placeholder component triggers options.onPlaceholderCancel(id)
    • When that is hit, ed.getContent() will already have removed the cancelled placeholder block
  • Delete from under media block ignored
forresto
published 0.5.0 •

Changelog

Source

0.5.0 - The Fold - 2016-03-15

  • The Fold view above main editable for sharing and editing one primary media block
  • Didn't change the interface, so these should work as before:
    • ed.setContent(content)
    • ed.insertPlaceholders(index, count)
    • ed.updatePlaceholder(id, status, progress)
  • Prepended some "internal" method names with _ ... don't use those
  • Main html structure now defined and initialized with React: App
  • Refactor internal dataflow
    • (React but not Flux, mainly because Editable should only be initialized once)
  • BREAKING -- options.[menuBar|menuTip] made camelCase
  • BREAKING -- no more options.onAutosave: apps will do that logic
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc