Skip to content

Releases: civicsource/knockout.address

v3.1.2

04 Apr 16:55

Choose a tag to compare

Don't depend on knockout-template-loader. Don't assume what bundler clients will be using.

v3.1.0

25 Jul 20:05

Choose a tag to compare

  • <input> and <select> elements in the address builder will now be created with a name attribute, which can optionally be prefixed with a string.

Example:

<div data-bind="addressBuilder: address" data-name-prefix="prefix_">

v2.0.2

19 May 16:02

Choose a tag to compare

  • explicit jQuery dep in address.js be68c0d

v2.0.1

16 May 21:57

Choose a tag to compare

  • Update to actually work with webpack dc6319f

v2.0.0

16 May 21:52

Choose a tag to compare

  • Update to work with webpack 8627418

v1.0.3

19 Apr 20:58

Choose a tag to compare

  • #2 Added military address state codes

v1.0.2

04 Nov 16:59

Choose a tag to compare

Update bower.json

v1.0.1

05 Jun 20:09

Choose a tag to compare

#1 The address builder's container should not be a form element.