All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2024-05-21)
3.0.0 (2024-04-10)
- Store preset with valid default props (25bf275)
- Update to ES modules, use
import
andexport
instead ofrequire
andmodule.exports
(25bf2751) - Update to latest @mapeo/[email protected] (25bf2751)
2.0.1 (2022-05-18)
- include field options in translatable strings (cfcc94e)
2.0.0 (2020-04-17)
- Use schemas from mapeo-schema
- Use schemas from mapeo-schema (879c5c3)
1.5.0 (2020-04-15)
- Add helperText property to fields (324aeea)
1.4.2 (2020-03-04)
- Fix error messages (again) (8bc686b)
1.4.1 (2020-03-04)
- Fix warning messages and formatting (dd1da1d)
1.4.0 (2019-11-12)
- Add new field type
select_multiple
(29ff2cd)
- New field type
select_one
- Fix default build dir path
- Remove some stray console.log
- Command line option
--dir
, defaults to./build
- Option to allow presets with additional properties outside schema
1.1.0 - 2016-08-16
id-presets lint
- lints presets without writing any files
Initial release