Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/formatjs/formatjs

The monorepo home to all of the FormatJS related libraries, most notably react-intl.
https://github.com/formatjs/formatjs

Added displayName to withIntlContext HOC

a86a5dea4499ade591dd3b82f6e149a49f28cd49 authored about 6 years ago by DragonRaider5 <[email protected]>
Made react-test-renderer change according to React version (npm scripts); Updated react-dom for React 16 to 16.3.3 to fix deprecation warning

3167876a1a0a85ed780e8c4530edf8b565b18faf authored about 6 years ago by DragonRaider5 <[email protected]>
Added polyfill for the new context API (introduced with React 16.3.1) to support React 14.9 and upwards again

f200d0e6917d5d80b471819acd5cc1d3e36f565f authored about 6 years ago by DragonRaider5 <[email protected]>
Added enzyme for test rendering

5f74d34944743e6742c1d1c0956d74a61b955289 authored about 6 years ago by DragonRaider5 <[email protected]>
Produce a nice error if a ReactElement is passed to formatMessage() (#547)

a2a3b0818b39ef0ab9772235e2bdd56b389a953d authored about 6 years ago by Samuel Reed <[email protected]>
613 custom error handling (#880)

The default handler property acts as previously: it uses `console.error` if the environment is n...

1002ef1444ac031ff15c09e8e4b72330109cb2f8 authored about 6 years ago by Vincent Ricard <[email protected]>
Merge pull request #3 from mtnptrsn/feature/new-context-api-mtnptrsn

Provider: Fixed getDerivedStateFromProps by changing from this.props to nextProps

ae7c168e419b8b948c630addac965a44ca5d0f39 authored over 6 years ago by DragonRaider5 <[email protected]>
provider: Chaning from this.props to nextProps

b0c792d17017d3c61eb2a0c9c75d5e915f6c9a8b authored over 6 years ago by Mårten Pettersson <[email protected]>
release v2.6.0 (#1178)

25c3feea88e4c9a1a98758222cfa6f588b480026 authored over 6 years ago by Seth Bertalotto <[email protected]>
Doesn't throw when `FormattedMessage` has `defaultMessage` (#1171)

Currently `react-intl` throws if components are not wrapped inside an `IntlProvider`. With this ...

96a11032768fb3087dcdbe5be0b9e0ba90accb89 authored over 6 years ago by Rifat Nabi <[email protected]>
bump version to 2.5.0 (#1175)

e731c35edb3619ed5a7539592d3a23b7fedbcab2 authored over 6 years ago by Seth Bertalotto <[email protected]>
Some minor clean up tasks (#1174)

@okuryu @sourabh2k15

01d3a1e849290a1202ad66f248c590fe7560a60b authored over 6 years ago by Seth Bertalotto <[email protected]>
update `FormattedMessage` to accept an element as `tagName` prop (#1118)

I just searched for a way to supply a simple React component as `tagName`. Added the component a...

12960ec5c573edb7a8b6077c2f6b90bd926d7403 authored over 6 years ago by Dominik Schmidt <[email protected]>
Merge pull request #893 from jeremyyap/timezone-prop

Add timeZone prop to IntlProvider

00c622c67f7a96fd20cf7dd0051da2df65176bdf authored over 6 years ago by sourabh2k15 <[email protected]>
Support Short Relative Formats. Fixes #393 (#1145)

resolve #393

Open up Short Format options on `formatRelative`. Completes efforts linked from...

50dd24f485deef04f927de73b7da194a9f3a8c61 authored over 6 years ago by papasmile <[email protected]>
Add node 10 (#1170)

4c894cf95c82f095ecb4bc5683797c341a5d8005 authored over 6 years ago by Seth Bertalotto <[email protected]>
Added new Slack workspace to README (#1146)

* Added new Slack workspace to README

* Added invitation link to README

* note slack

55be3940173024448a6b7258982b4b843b6d9976 authored over 6 years ago by DragonRaider5 <[email protected]>
#1047 Hoist non-react statics in injectIntl (#1141)

6bfdb0515bd3ab84c9fb6d1e4eeb268098a4590d authored over 6 years ago by Charles King <[email protected]>
Updated react-test-renderer to 16.4.0 to support newest features

5ed6964af2d91f3700409a5eae7d561b5c4ca42a authored over 6 years ago by DragonRaider5 <[email protected]>
Removed name from component returned by withIntlContext() HOC

a00fca06456dedbb13ff6a3b2a4c2c4f49354a47 authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed context inheritance in Provider

33db3d28c20ede9050f7d241753a66ee17bb572a authored over 6 years ago by DragonRaider5 <[email protected]>
Updated peerDependencies to show the current lack of polyfills

dc1c3fb3d979e208ceba5d060b4c6cf6ce41bd6e authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed now() not beeing passed to formatters

94859160af18a4f7fa53f2f5ceb0d8391e810160 authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed Provider not copying unchanged values from previous context

e.g. "now" and "formatters"

ac1cf19616244b2b64139ca1acd522a81e1b89ab authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed injectIntl not having the intl context

7defe0519667387d0c44c91cb8132b864b711d40 authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed typo

a68d6d7e0de8597358a3d0b904cf1c3ba85c0d03 authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed bundling error in Provider

createContext() vs. React.createContext() made no difference - I just choose the latter because ...

8e2eef99e0f340ee846fae2d8b23a2524824b37e authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed wrong export in Provider (exported Context.Provider instead of Context.Consumer)

7102a063573f1817cd8e1169bd15640fc9da2fd0 authored over 6 years ago by DragonRaider5 <[email protected]>
Updated React to 16.3.1 to prevent "Warning: Unexpected Fiber popped."

See https://stackoverflow.com/questions/49786902/what-is-causing-the-warning-unexpected-fiber-po...

bab8c7acbc2af640ef2e06db3eeaa4ec3eb78ec2 authored over 6 years ago by DragonRaider5 <[email protected]>
Set version of react-test-renderer to react version

9c3a522e5216cc52fa258562f7da15477959ae7c authored over 6 years ago by DragonRaider5 <[email protected]>
Updated injectIntl to use new Context API

be9214255b61d241e86f0e18b021cfe954213df4 authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedTime to use new Context API

70e5bbfc13d35e83940b639aaf7c228ad42fd661 authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedRelative to use new Context API

daf8b06f90064dbe32cb86daef6be74864430030 authored over 6 years ago by DragonRaider5 <[email protected]>
Fixed Provider

ec2fac40bd16530f7e1b7d58a8a5c1ef8c1f7606 authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedPlural to use new Context API

d47586c03aed709603e444c9eaec66a5a0b7ce1d authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedNumber to use new Context API

fee8e3bfdf3aec3da05a8ff89e3078dcffaae3fd authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedMessage to use new Context API

9308dbb961a0ff41a5af6e97d4d253cba1d01c8a authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedHTMLMessage to use new Context API

12daee764bc9c6b154a9aed6c2ab1a9a14c4360d authored over 6 years ago by DragonRaider5 <[email protected]>
Updated FormattedDate to use new Context API

c31a03c80d5eb91cb39f242f93d00bb7c335ab0a authored over 6 years ago by DragonRaider5 <[email protected]>
Updated shouldIntlComponentUpdate to not check old context anymore

69f954046fcdf86b7345de24a1f8f6d64e72ccd0 authored over 6 years ago by DragonRaider5 <[email protected]>
Added HOC to inject intl from context into properties

e7d8488cc6612df147c2ef98f9565422777b9178 authored over 6 years ago by DragonRaider5 <[email protected]>
Updated Provider to use new Context API

6d8bdfb24eaea293d0ca22ff74a246d031c0e5a4 authored over 6 years ago by DragonRaider5 <[email protected]>
Updated react (also in tests) to version 16.3.0

Support for:
- new Context API
- static getDerivedStateFromProps

c9a9a992ed81bde947dc5ff63a8a12f993462ff6 authored over 6 years ago by DragonRaider5 <[email protected]>
Uplift to intl-relativeformat 2.1.0 and Fix Unit Test (#1090)

763f3fcbf87abc1a2a1021f684217f56bf8d4581 authored over 6 years ago by papasmile <[email protected]>
Comment typo fix. processional --> professional (#1053)

f8848df9493ded3f10c97f8dc817ca3a2f59433a authored about 7 years ago by Timothy Blumberg <[email protected]>
Clean up tests and examples for timeZone prop

5fa9ec39e9fd584a79d08501bf7bdd9aef0e2ee9 authored about 7 years ago by Jeremy Yap <[email protected]>
Add timezone fall back to fomatDate and formatTime

07b88bbe030c0c115671aa3b06d24d008c1af7d8 authored about 7 years ago by Bryan Richards <[email protected]>
Fix eslint issues

407ccc7c5c09fc498a52268d49ebd9381be28bca authored about 7 years ago by Bryan Richards <[email protected]>
Add top level timeZone prop to intl shape

e523210784d82618b6cb26e094d9cc34632628ab authored about 7 years ago by Bryan Richards <[email protected]>
Add explicit timezone example app

78c1a6f47dc7754e548426ca57f48bf22483273a authored about 7 years ago by Bryan Richards <[email protected]>
Set timeZone default to null

3b33faaed22fd5691f299e213acf2cd3c16ef156 authored about 7 years ago by Jeremy Yap <[email protected]>
Move timeZone into defaults initialization

d09f2408b247b7d15e291a48cdae91037760a073 authored about 7 years ago by Jeremy Yap <[email protected]>
Update timeZone example app to use React 15.5

bd73ea91ad4d88f3cb2553387fb1676822766232 authored about 7 years ago by Jeremy Yap <[email protected]>
Switch unsupported timezone: Pacific/Samoa to Asia/Shanghai in tests

5be351567d173c6052676cecc530bb14de19b6f0 authored about 7 years ago by Bryan Richards <[email protected]>
Upgrade rollup to v0.50.0 (#1034)

This upgrades rollup version to v0.50.0, and rollup tools to the latest versions.

The rollup ...

6d5c0f1f18b1a0ae62a0abdda59437d840aa1832 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Bump version to v2.4.0 (#1028)

67a90c9033ae21df15f3f50a889b7e16317cc319 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Update yarn.lock file (#1026)

fad9bf04173d09c25c4a1915ae0c640a8fbfee29 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Testing on Node.js v8 instead of v7 (#1024)

9c635617e87bcddb8d8e7da9fd6d05e754a25ec9 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Integrate prettier for code formatting (#1022)

f82383e02cb0d38dfd28649dc2442a2ea2796a44 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Support React v16 (#1023)

4edf4fef706aac26decd2c385f198b5b44f4ef9a authored over 7 years ago by Yamagishi Kazutoshi <[email protected]>
[fix] Undo (soft) breaking change introduced in 93c0a35 & #816. (#930)

We say "soft" breaking because it was not a strict contract between `react-intl` and
consumers ...

fb2bc764538d1416723cbbef9d74d78b4bc45b8b authored over 7 years ago by Charlie Robbins <[email protected]>
Template for GitHub Issues (#1017)

* Template for GitHub Issues
* Improve the template for GitHub Issues

3f9758ebb3fdf05049e3b0c2f0b35531e4f03a89 authored over 7 years ago by Ryuichi Okumura <[email protected]>
remove react-router v4-alpha-6 and add current react-router-dom-package (4.1.2) (#1004)

f3090768924404f4df91b6acf3c85f06bf23af23 authored over 7 years ago by PutziSan <[email protected]>
Update CLDR to 31 (#1011)

4e21fa09393c1f16a05541d02d503953d9e415a0 authored over 7 years ago by Yamagishi Kazutoshi <[email protected]>
Bump intl-messageformat version to 2.1.0 (#1005)

9f385899e9c917eba7920709794ffac166cd4a87 authored over 7 years ago by Ryuichi Okumura <[email protected]>
allow object for description prop (#990)

* allow object for description prop
* add tests

6699db9b806beb6951e0e803ae745b681a91cd6b authored over 7 years ago by Matthew Kime <[email protected]>
Merge pull request #986 from ykzts/upgrade-deps

Upgrade intl-messageformat and intl-relativeformat

75eea7d75dc40f40c6dbc07eba5b020b07525616 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Upgrade intl-relativeformat to version 2.0.0

992e8bcfa1926c0b21dece21903b11dc64104b46 authored over 7 years ago by Yamagishi Kazutoshi <[email protected]>
Upgrade intl-messageformat to version 2.0.0

1802966b7f6821ce6f866255cdcce55228663cce authored over 7 years ago by Yamagishi Kazutoshi <[email protected]>
yarn install

0fcbbdccbcacadce47e1338873b8d78b9cf6f3e6 authored over 7 years ago by Yamagishi Kazutoshi <[email protected]>
Tweak Travis CI (#952)

* Test on the latest Node.js v4
* Eric isn't working on react-intl actively

b41095a67f2e871abb5483cec6dfdd5121140815 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Update rollup-plugin-node-resolve to version 3.0.0 (#948)

004fc7588364f3682225c62e6ef73070b121873c authored over 7 years ago by Ryuichi Okumura <[email protected]>
chore(package): update rollup-plugin-uglify to version 2.0.0 (#949)

https://greenkeeper.io/

74bd89c00ea712d5e64539d43bd429e731766bf2 authored over 7 years ago by Greenkeeper <[email protected]>
chore(package): update eslint-plugin-react to version 7.0.1 (#945)

https://greenkeeper.io/

fe73a3f83f71a159f1067041b892a2fe00dbb5e6 authored over 7 years ago by Greenkeeper <[email protected]>
chore(package): update cross-env to version 4.0.0 (#914)

https://greenkeeper.io/

8baf612f9ae5dcc5357080352fd749198c3e23ac authored over 7 years ago by Greenkeeper <[email protected]>
Merge pull request #940 from yahoo/release

Bump version to v2.3.0

3a0b4c27443e1b683c47ec859e87589de78a8cc2 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Bump version to v2.3.0

f94993732ac340f2f937c32ee70999365b8fa776 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Merge pull request #918 from inukshuk/master

React 15.5 compatibility

4c7a766ec59f3fdceb5f0079359ca3919a23c5e3 authored over 7 years ago by Ryuichi Okumura <[email protected]>
Dynamically createRenderer based on React version

e749a389313641eb3230954e19a0f1fa42bc6df2 authored over 7 years ago by Sylvester Keil <[email protected]>
Remove brackets from PropTypes import

81ea58cbfc8f4f63421036791b28a4880b6250ca authored over 7 years ago by Sylvester Keil <[email protected]>
Make tests work with latest React 15.5

React 15.5 and later exports `createRenderer` via 'react-test-renderer'
while React 14 uses 'rea...

77ea4b8c7c5cd97c0e4c6ebe9f48507e82fc76bc authored over 7 years ago by Sylvester Keil <[email protected]>
Use react-test-renderer

Starting with React 15.5 `createRenderer` is provided by
react-test-renderer.

ba14f6502427dfbcc30f2335cffbfe55e3d36c14 authored over 7 years ago by Sylvester Keil <[email protected]>
Use 'prop-types' module in examples

4a1e291f9f8d76a5a2591925476ff3b59af173c6 authored over 7 years ago by Sylvester Keil <[email protected]>
Updtate React 0.14.x peer dependency

React 0.14.9 supports the separate prop-types module required
by 0.15.5 and later.

9a8c5ed3b4cd4afe2621a1f360bd5347e192830d authored over 7 years ago by Sylvester Keil <[email protected]>
Declare 'prop-types' as an external dependency

ad1b725ab6728e3889714c2db7a9c840e66b90a1 authored over 7 years ago by Sylvester Keil <[email protected]>
Add 'prop-types' as dev dependency

02d8ce19f83629ab4cb73026db12c5ed58dcba05 authored over 7 years ago by Sylvester Keil <[email protected]>
Use PropTypes from 'prop-types'

React 15.5 compatibility.

859ed78dd3af2380ca066d59140193004f22dd43 authored over 7 years ago by Sylvester Keil <[email protected]>
Update CONTRIBUTING.md (#911)

Add docs on releasing a new version of `react-intl` to npm.

ec455d5699518b5d57d66797d748647a806c325c authored almost 8 years ago by Eric Ferraiuolo <[email protected]>
Fix usage of cross-env in examples (#864)

Fixes #855

b8495fd92170c639311a2e66781cf436a1282f67 authored almost 8 years ago by Eric Ferraiuolo <[email protected]>
Upgrade dev deps (#863)

5c9fcfc2ad1cba4dd33c12eeb7eec3b3ad7f84d9 authored almost 8 years ago by Eric Ferraiuolo <[email protected]>
chore(package): update jest to version 19.0.0 (#857)

https://greenkeeper.io/

b1f542e87164cc58e67a351748684353f3ffb0d3 authored almost 8 years ago by Greenkeeper <[email protected]>
chore(package): update babel-plugin-transform-react-remove-prop-types to version 0.3.2 (#849)

https://greenkeeper.io/

f8aa6be37579f4a15cf49d7395f8a415e437a7ca authored almost 8 years ago by Greenkeeper <[email protected]>
Make all examples build on windows (#843)

* Made line-ending a warning. It's still an annoyance for windows users, but it doesn't stop sc...

fde2dacc6ca3a5921c31939decc8a689a52fe765 authored almost 8 years ago by David Christensen <[email protected]>
Make examples and scripts work correctly on Windows (#839)

* Made line-ending a warning. It's still an annoyance for windows users, but it doesn't stop sc...

63dc35ad81704a23f11fa5804c866a77442a742d authored almost 8 years ago by David Christensen <[email protected]>
Add yarn.lock file (#838)

d893d544d47b7f21f02d45fd616b45626cbbea1a authored almost 8 years ago by Eric Ferraiuolo <[email protected]>
chore(package): update browserify to version 14.0.0 (#830)

https://greenkeeper.io/

f9deb8508b1f5c644ff75830546a42f35622faaf authored almost 8 years ago by Greenkeeper <[email protected]>
Test case rich text support in FormattedMessage function-as-child pattern (#837)

* Add breaking test case for rich-text in FormattedMessage function-as-child

* Fix the test c...

880270f155dba2e60bbc4a9b3b4faafe54f3d7d9 authored almost 8 years ago by p10ns11y <[email protected]>
Prevent <FormattedRelative> from updating with bad `value` (#819)

When an invalid `value` is provided to `<FormattedRelative>` this
change makes sure its update ...

5d9e389b4144c4cc1e4d2a5518ddfadce7bcb5a2 authored almost 8 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #817 from ericf/2.2.3

2.2.3

51a379ded259318b121c453e7df7b0c15c76ddfa authored almost 8 years ago by Eric Ferraiuolo <[email protected]>
2.2.3

cc9ecff1405e8bc3149a829da776b061ecb08300 authored almost 8 years ago by Eric Ferraiuolo <[email protected]>