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

react-localize

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-localize - npm Package Versions

13

3.0.0

Diff

Changelog

Source

3.0.0, 3.0.0-beta 2017-04-26

Added

  • Support for React 15.5 💯
    • peerDependencies now includes prop-types 🎉.
    • I don't have a strategy yet for you to only include that in development, and strip PropTypes in prod bundles, but that is what you should do especially if size is a concern.

Changed

  • Updated devDependencies for mocha & babel-register 👍
  • Update Travis CI matrix to test against a wider variety of node and react versions.
sprjrx
published 3.0.0-beta •

Changelog

Source

3.0.0, 3.0.0-beta 2017-04-26

Added

  • Support for React 15.5 💯
    • peerDependencies now includes prop-types 🎉.
    • I don't have a strategy yet for you to only include that in development, and strip PropTypes in prod bundles, but that is what you should do especially if size is a concern.

Changed

  • Updated devDependencies for mocha & babel-register 👍
  • Update Travis CI matrix to test against a wider variety of node and react versions.
sprjrx
published 2.0.1 •

Changelog

Source

2.0.1 2017-04-03

Added

  • Tests for <Text/> that assert it can work with larger, nested bundles by default

Changed

  • Published module now only includes build/ files, and doesn't download src/test files not needed for consumption.
  • Precommit rule/script has been disabled until linting is fixed.

Fixed

  • Width formatting on some lines in the this CHANGELOG
  • PropTypes correctly indicate any object can be passed, not just objectOf(string)
sprjrx
published 2.0.0 •

Changelog

Source

2.0.0 2017-02-14

Added

  • Support for .eslintrc, code clean up to get src/ directory passing new rules
  • Connected components can now log warnings out when _localizeDebug is set, and will always be passed a safe to invoke function regardless of a missing context function.

Changed

  • Localization Connector now behaves more like redux connect() in that it passes localize() as a prop to components now, removing the need for components to access context.
  • Project now uses save-exact for installed dependencies
sprjrx
published 1.1.1 •

Changelog

Source

1.1.1 2016-08-02

Fixed

  • Bug to handle passing null to localize('label', null) more gracefully
sprjrx
published 1.1.0 •

Changelog

Source

1.1.0 2016-08-02

Added

  • Support for peerDependency react@^0.14.6 || 15.x
  • Changelog formatting for better release tracking

Changed

  • Repo files (.gitignore, README.md)

Fixed

  • Bug causing [] to show at end of messages using <Text /> introduced here.
sprjrx
published 1.0.0-rc4 •

sprjrx
published 1.0.0-alpha •

sprjrx
published 1.0.0 •

Changelog

Source

1.0.0

Intial release of <Localization /> wrapper and <Text /> helper components for looking up keys in a message bundle and localizing text. Includes interpolation, custom rendering options, and context helper function.

sprjrx
published 1.0.0-rc3 •

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