forms-angular

Probably the most opinionated framework in the world

MIT License

Downloads
305
Stars
411
Committers
13

Bot releases are hidden (Show)

forms-angular - v0.11.0 Latest Release

Published by mchapman almost 7 years ago

forms-angular - 0.9.0

Published by mchapman over 7 years ago

forms-angular - 0.8.1

Published by mchapman over 7 years ago

Changed main server call API. Not ideal to do it with an X.X.x release but pre-1.0 anything goes.

  • The server side of forms angular is now passed a Mongoose instance:
var formsAngular = require('forms-angular');
var express = require('express');
var mongoose = require('mongoose');

var app = express();
var fng = new (formsAngular)(mongoose, app, {});
forms-angular - 0.8.0

Published by mchapman over 7 years ago

0.7.0 to 0.8.0

  • Move to Angular 1.6.x
  • Allow adding _id to list fields
  • Fix bug with routing to specific tab (such as /#/collection/id/edit/tab1)

    BREAKING CHANGES

  • If your application calls recordHandler.handleError (typically from a controller) then you will need
    to pass a response object rather than (data:any, status: number)
forms-angular -

Published by mchapman over 8 years ago

  • Adds internal templates for lists, edit forms and report forms (previously they were in the Yeoman generator). Internal templates can be over-ridden by specifying a templateFolder property in the routing config.
  • Fixes bug with ui-router setup which meant that full routes were not parsed.
forms-angular - 0.7.0-beta.1

Published by mchapman over 8 years ago

forms-angular - 0.6.0

Published by mchapman almost 9 years ago

forms-angular - 0.5.1 Fix dependency error

Published by mchapman about 9 years ago

forms-angular - 0.5.0

Published by mchapman about 9 years ago

Summary

  • Changed development language to typescript and added some types
  • Moved to gulp for build processing
  • Added ng-messages for field level errors
  • Required and readonly now work consistently across input types
  • Added error-display directive for form level errors
  • Some styling improvements for required fields and mobile
  • Added support for ui-select plugin, and in so doing added new services (formMarkupHelper, pluginHelper) that make it
    much easier to add new plugins.

BREAKING CHANGES

  • Changed id generation to remove . characters. This may break some tests (but the . characters themselves were upsetting
    some testing software).
  • Removed body padding from styling. If you use a navbar you should put body {padding-top: 40px} (or required navbar height) in your styling.
  • Hidden fields that are also list fields are still not displayed on forms, but now are added to the list schema (so appear in lookups etc).
forms-angular - 0.4.1

Published by mchapman over 9 years ago

forms-angular - 0.4.0

Published by mchapman about 10 years ago

  • Split the project into multiple repos (including a new file uploader) and made a yeoman generator
  • Removed dependence on jQuery
  • ui.router now supported in addition to ngRoute
  • The ability to add a routing prefix has been added
forms-angular - v0.4.0-beta.2

Published by mchapman about 10 years ago

forms-angular - v0.4.0-beta.1

Published by mchapman about 10 years ago

forms-angular - Added file uploading

Published by mchapman about 10 years ago

Docs incomplete - use generator-fng to see how it (hopefully) works

forms-angular -

Published by mchapman about 10 years ago

ngroute / uiroute both supported
docs incomplete at present - look at the source code or generate sample apps using generator-fng

forms-angular - Alpha for yeoman generator / plugins release

Published by mchapman over 10 years ago

Package Rankings
Top 5.99% on Bower.io
Top 2.91% on Npmjs.org
Badges
Extracted from project README
Gitter Build Status Dependency Status Downloads
Related Projects