LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

switch project to webpack based build #68

Closed x1B closed 8 years ago

x1B commented 8 years ago

After successfully switching laxar and the react- and angular-adapters to a webpack-based build, let's be consistent and continue with laxar-patterns.

Also, the i18n helper library currently uses the stateful module laxar.i18n (which is no-longer existing in LaxarJS v2). That dependency must be passed in by clients instead.

x1B commented 8 years ago

Implemented on master (v2.0).

BREAKING CHANGE

To support stateless LaxarJS modules, the handlerFor factory API of i18n and validation was changed: