You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You no longer have to include all of the tangy input elements in your build. You define which ones you use by importing then individually. See README.md for more details.
Overall code organization refactor. We now place input elements in the input folder, shared style files in the style folder, and some utilities in the util folder.
Tests are no longer all in one file. They are split out into files that match up with their related components into a specific "suite". All suites can be run by starting with npm start and then opening http://localhost:8081/test/. Click on a suite and it will run just the tests for that suite. Handy when you are doing TDD and don't want to wait for other suites to run.
tangy-form theme is now customizeable in your application. See README for details.