All Versions
39
Latest Version
Avg Release Cycle
18 days
Latest Release
1801 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.4.14 Changes
April 27, 2017- 🛠Fixed passing
form.opts
to a prototype form inFormex.View.Collection
👀 See CHANGELOG.md for migration instructions
- 🛠Fixed passing
-
v0.4.13 Changes
April 18, 2017- 🚚 Temporarily removed ability to filter collection items, that was added in the 0.4.10
-
v0.4.11 Changes
April 17, 2017- Added
Formex.View.formex_input
andFormex.View.formex_label
- Added
-
v0.4.10 Changes
April 16, 2017- Ability to filter items in form collections
- 👌 Improved code of form collections. It's required to update JS library:
Run
npm install formex
.
-
v0.4.8 Changes
April 13, 2017- âž• Added prefixes
formex-
in HTML attributes (data-prototype
is nowdata-formex-prototype
etc.). Runnpm install formex
to update JS library.
- âž• Added prefixes
-
v0.4.7 Changes
April 12, 2017- 🛠Fixed "
Phoenix.HTML.Form.Formex.CustomField.SelectAssoc/3
is undefined" errors - âž• Added
opts
argument inFormex.Builder/4
- 🛠Fixed "
-
v0.4.6 Changes
April 10, 2017- 🛠Fixed collections where items has ID as UUID instead of integer.
embedded_schema
uses UUID.
- 🛠Fixed collections where items has ID as UUID instead of integer.
-
v0.4.5 Changes
April 09, 2017- 🛠Fixed JS library
-
v0.4.4 Changes
April 01, 2017- âž• Added
- Ability to use with
embedded_schema
, without a database
- Ability to use with
- âž• Added
-
v0.4.1 Changes
March 24, 2017- âž• Added
- Collections of forms
- Ability to write templates of nested forms
🔄 Changed
- API of
Formex.View
Use
use Formex.View
instead ofimport Formex.View
inside your web.ex- API of
- âž• Added