meteor-messageformat icon indicating copy to clipboard operation
meteor-messageformat copied to clipboard

Is V2 ready for production ?

Open isAlmogK opened this issue 9 years ago • 14 comments

Wanted to know which version I should be using in a new project?

isAlmogK avatar Aug 11 '15 00:08 isAlmogK

Although not officially stable, I believe v2 is close to being finished. I've heard of many people using it in production, including myself. I'm convinced any new bugs that might occur are promptly resolved before a new version is released to atmosphere. IMO, features in v2 are worth the risk.

DSpeichert avatar Aug 11 '15 02:08 DSpeichert

how to compile the translations in v2?

Maxhodges avatar Aug 22 '15 02:08 Maxhodges

@Maxhodges what do you mean by compile the translations this happens automatically by the extra package

isAlmogK avatar Aug 22 '15 02:08 isAlmogK

OK I see. working now. We had to put in some special helpers to make it work reactively with autoform

Btw something weird happened in the editor. Should I post this as a new issue? http://screencast.com/t/1zZbwd8PL2

You can see the labels I click on are not the labels it opens in the editor. It's like the ordinal index numbers for the rows got messed up or something. A refresh fixed it, but there must be for bug for this to happen in the first place.

Maxhodges avatar Aug 22 '15 02:08 Maxhodges

Yea that looks like a bug, open a ticket if it happens again. Bye the how is autoform working for you? I had to rollout my own html form

isAlmogK avatar Aug 22 '15 02:08 isAlmogK

too soon to say for sure, but we are having some success with this approach

in an autoform quickfield section of a template

 {{> afQuickField name='productName' value=preProductName label=mfProductName}} 

in the template helpers

 mfProductName: function(){
    return mf('lineItem.productName');
  },

Maxhodges avatar Aug 22 '15 02:08 Maxhodges

Thanks I run into too many issues when trying to do steps wizard, some advanced select2 options and so forth.

isAlmogK avatar Aug 22 '15 02:08 isAlmogK

i see. Yeah we might have to do those manually but can still leverage quickfield with these helpers!

Maxhodges avatar Aug 22 '15 02:08 Maxhodges

added the helper technique to the wiki. Maybe you can share your approaches there too https://github.com/gadicc/meteor-messageformat/wiki/messageFormat-with-autoform

h/t to @wallslide for this idea

Maxhodges avatar Aug 22 '15 02:08 Maxhodges

hi all sorry for the lack of response, i'm away on holiday at the moment... i'm back next week and will respond properly to all the open issues. appreciate your patience.

gadicc avatar Aug 23 '15 12:08 gadicc

@gadicc Hope you have a good vacation! Looking forwarding to having you back. I found a few issues with V2, but I also have a few questions about best practices regarding nested html and template helpers inside mf strings, and some confusion about how duplicates are handled. Cheers!

Maxhodges avatar Aug 30 '15 08:08 Maxhodges

@gadicc when are you back?

Maxhodges avatar Sep 02 '15 08:09 Maxhodges

What is missing in order to release 2.0 ? Is there feature-parity between v0 and v2?

DSpeichert commented on 11 Aug 2015 (in this Issue)

Although not officially stable, I believe v2 is close to being finished. I've heard of many people using it in production, including myself.

gadicc commented on 22 Mar 2015 (in 101 and in 102 on new ui-features)

v0 is feature frozen though and I can't start working on any of this until v2 achieves feature parity with v0, and there is no ETA for that at the moment

1u avatar Jan 05 '16 16:01 1u

Hey, sorry for late reply. Yes, not only did we achieve feature parity, there are already a lot of new features in the v2 branch now! Unfortunately I still can't give an ETA, but yes, a lot of people are using this in production already, and I'm happy to report that we're off to a great start this year (big thanks to all our contributors and especially @DSpeichert, @MartinFournier, @1u).

Here is the list of issues we want to close before a v2 release (updated now): https://github.com/gadicc/meteor-messageformat/milestones/v2

gadicc avatar Jan 27 '16 16:01 gadicc