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

fractal-component

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fractal-component - npm Package Versions

23

4.4.3

Diff

Changelog

Source

4.4.3

  • Completely remove @babel/polyfill, it is deprecated as of Babel 7.4.0
  • Removed unused @babel/node & @babel/cli from dependencies
  • Made tsconfig.json config consistent accross different example apps
  • Bug Fix: namespace not deregister ComponentManager properly and namespaceDestroyCallback is not called
t83714
published 4.4.2 •

Changelog

Source

4.4.2

  • Set package as sideEffects free for webpack
  • Removed unnecessary config option tsconfig.json
t83714
published 4.4.1 •

Changelog

Source

4.4.1

  • Upgraded lodash to 4.17.15
  • Upgrade to babel 7.5.5
t83714
published 4.4.0 •

Changelog

Source

4.4.0

  • Removed persistState option from ComponentManager options
  • Added forceOverwriteInitialState & cleanStateDuringDestroy
  • Store Component State data to global store with flat string key
  • Replaced Object.values calls with Object.keys
  • Auto recycle component auto Id on component destroy / unmount
t83714
published 4.3.0 •

Changelog

Source

4.3.0

  • Introduced SharedState that allows to share state data among components via SharedState
t83714
published 4.2.0 •

Changelog

Source

4.2.0

  • Optimise bundle size
  • Fixed the cannot locate os module issue with React Native's Metro bundler
  • Expose is utils directly
  • Added utils.isInReactNative function
  • Build browser ES module import compitible mjs bundle.

e.g.:

<script type="module" src="https://unpkg.com/fractal-component@latest/dist/fractal-component.esm.mjs"></script>

see: https://developers.google.com/web/fundamentals/primers/modules

t83714
published 4.1.3 •

Changelog

Source

4.1.3

  • Fixed: Cleaned up cachedState reference when component is unmonted
  • ManageableComponentOptions.name (undocumented option) renamed to displayName
  • Will log a warning under development mode ONLY if can't locate an appContainer from context or component `props` and a default appContainer is used
t83714
published 4.1.2 •

Changelog

Source

4.1.2

  • Performance improvement: reduced unnecessary component state sync
t83714
published 4.1.1 •

Changelog

Source

4.1.1

  • Added serialiseAction & deserialiseAction function to AppContainer
  • Rename is.managed to is.managedComponentInstance & Logic fixed
t83714
published 4.1.0 •

Changelog

Source

4.1.0

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