New
0.3.0
What's Changed
- Added documentation by @bcardarella in https://github.com/liveview-native/live_view_native/pull/130
- Allow for attribute handling by @bcardarella in https://github.com/liveview-native/live_view_native/pull/132
- Fix attribute value safe bug by @bcardarella in https://github.com/liveview-native/live_view_native/pull/133
- Annotate caller by @bcardarella in https://github.com/liveview-native/live_view_native/pull/135
- Delegate annotate functions by @bcardarella in https://github.com/liveview-native/live_view_native/pull/136
- Will support setting attributes to
falseby @bcardarella in https://github.com/liveview-native/live_view_native/pull/138 - Fixed available_plugins bug by @bcardarella in https://github.com/liveview-native/live_view_native/pull/140
- generator mix tasks by @bcardarella in https://github.com/liveview-native/live_view_native/pull/139
- Parsing schema module from arguments for tasks by @bcardarella in https://github.com/liveview-native/live_view_native/pull/141
- Update mix tasks by @bcardarella in https://github.com/liveview-native/live_view_native/pull/165
- Print configuration instrucitons after gen task is run by @bcardarella in https://github.com/liveview-native/live_view_native/pull/166
- mix lvn.setup by @bcardarella in https://github.com/liveview-native/live_view_native/pull/167
- Fix bug where if plugin doens't have a gen task by @bcardarella in https://github.com/liveview-native/live_view_native/pull/171
- Fixed new template re-compilation issue by @bcardarella in https://github.com/liveview-native/live_view_native/pull/176
- Update README.md by @bcardarella in https://github.com/liveview-native/live_view_native/pull/175
- typo fixes by @BrooklinJazz in https://github.com/liveview-native/live_view_native/pull/174
- Error mix task when module name is invalid by @bcardarella in https://github.com/liveview-native/live_view_native/pull/178
- Enable style attribute handling by @bcardarella in https://github.com/liveview-native/live_view_native/pull/179
- Fix attribute encoding by @bcardarella in https://github.com/liveview-native/live_view_native/pull/180
- Fix interface bug by @bcardarella in https://github.com/liveview-native/live_view_native/pull/181
- Typo fix in lvn.setup.ex by @LannyBose in https://github.com/liveview-native/live_view_native/pull/186
- Typo fixes by @kgautreaux in https://github.com/liveview-native/live_view_native/pull/185
- Mix install tasks codegen by @bcardarella in https://github.com/liveview-native/live_view_native/pull/187
- Support older put_root_layouts API by @bcardarella in https://github.com/liveview-native/live_view_native/pull/188
- Allow live reload pattern to be any position in kw list by @bcardarella in https://github.com/liveview-native/live_view_native/pull/189
- Fixes #183 - Allow Gettext opt-out by @bcardarella in https://github.com/liveview-native/live_view_native/pull/190
- Fix typo by @cmnstmntmn in https://github.com/liveview-native/live_view_native/pull/192
- Codegen improvements by @bcardarella in https://github.com/liveview-native/live_view_native/pull/193
- Ensure no file doesn't error during config task by @bcardarella in https://github.com/liveview-native/live_view_native/pull/194
- Fix bug with matching incorrect import_config by @bcardarella in https://github.com/liveview-native/live_view_native/pull/195
- Allow a default value for file write prompt by @bcardarella in https://github.com/liveview-native/live_view_native/pull/196
- Allow the config/ path to be overridden if set in the Mix project config by @bcardarella in https://github.com/liveview-native/live_view_native/pull/197
- Bc improved config insertions by @bcardarella in https://github.com/liveview-native/live_view_native/pull/198
- Update readme by @BrooklinJazz in https://github.com/liveview-native/live_view_native/pull/199
New Contributors
- @LannyBose made their first contribution in https://github.com/liveview-native/live_view_native/pull/186
- @kgautreaux made their first contribution in https://github.com/liveview-native/live_view_native/pull/185
- @cmnstmntmn made their first contribution in https://github.com/liveview-native/live_view_native/pull/192
Full Changelog: https://github.com/liveview-native/live_view_native/compare/v0.2.0...0.3.0