ember-headless-form 1.0.0-beta.3 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/-private/components/control/checkbox.js.map +1 -1
- package/dist/-private/components/control/input.js.map +1 -1
- package/dist/-private/components/control/radio-group/label.d.ts +1 -0
- package/dist/-private/components/control/radio-group/label.js.map +1 -1
- package/dist/-private/components/control/radio-group/radio/input.d.ts +1 -0
- package/dist/-private/components/control/radio-group/radio/input.js.map +1 -1
- package/dist/-private/components/control/radio-group/radio.js.map +1 -1
- package/dist/-private/components/control/radio-group.d.ts +1 -0
- package/dist/-private/components/control/radio-group.js.map +1 -1
- package/dist/-private/components/control/select/option.js.map +1 -1
- package/dist/-private/components/control/select.js.map +1 -1
- package/dist/-private/components/control/textarea.js.map +1 -1
- package/dist/-private/components/errors.js.map +1 -1
- package/dist/-private/components/field.d.ts +1 -0
- package/dist/-private/components/field.js.map +1 -1
- package/dist/-private/components/label.d.ts +1 -0
- package/dist/-private/components/label.js.map +1 -1
- package/dist/-private/modifiers/capture-events.js.map +1 -1
- package/dist/-private/utils.js.map +1 -1
- package/dist/components/headless-form.js +17 -7
- package/dist/components/headless-form.js.map +1 -1
- package/package.json +10 -13
- package/README.md +0 -39
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ember-headless-form",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "The default blueprint for Embroider v2 addons.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon"
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"@babel/runtime": "^7.20.7",
|
17
17
|
"@embroider/addon-shim": "^1.0.0",
|
18
18
|
"@embroider/util": "^1.10.0",
|
19
|
-
"ember-async-data": "^0.
|
19
|
+
"ember-async-data": "^1.0.3",
|
20
20
|
"ember-modifier": "^4.1.0",
|
21
21
|
"tracked-built-ins": "^3.1.0"
|
22
22
|
},
|
@@ -26,12 +26,12 @@
|
|
26
26
|
"ember-source": ">=4.4.0"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@babel/core": "^7.
|
30
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
31
|
-
"@babel/plugin-proposal-decorators": "^7.
|
32
|
-
"@babel/plugin-syntax-decorators": "^7.
|
33
|
-
"@babel/preset-typescript": "^7.
|
34
|
-
"@embroider/addon-dev": "^
|
29
|
+
"@babel/core": "^7.23.6",
|
30
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
31
|
+
"@babel/plugin-proposal-decorators": "^7.23.6",
|
32
|
+
"@babel/plugin-syntax-decorators": "^7.23.3",
|
33
|
+
"@babel/preset-typescript": "^7.23.3",
|
34
|
+
"@embroider/addon-dev": "^5.0.0",
|
35
35
|
"@glimmer/component": "^1.1.2",
|
36
36
|
"@glimmer/tracking": "^1.1.2",
|
37
37
|
"@glint/core": "^1.0.2",
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"ember-template-lint": "^4.0.0",
|
68
68
|
"eslint": "^7.32.0",
|
69
69
|
"eslint-config-prettier": "^8.3.0",
|
70
|
-
"eslint-plugin-ember": "^11.
|
70
|
+
"eslint-plugin-ember": "^11.9.0",
|
71
71
|
"eslint-plugin-node": "^11.1.0",
|
72
72
|
"eslint-plugin-prettier": "^4.0.0",
|
73
73
|
"prettier": "^2.8.3",
|
74
|
-
"rollup": "^
|
74
|
+
"rollup": "^4.0.0",
|
75
75
|
"rollup-plugin-copy": "^3.4.0",
|
76
76
|
"rollup-plugin-glimmer-template-tag": "^0.4.0",
|
77
77
|
"rollup-plugin-ts": "^3.2.0",
|
@@ -108,9 +108,6 @@
|
|
108
108
|
]
|
109
109
|
}
|
110
110
|
},
|
111
|
-
"volta": {
|
112
|
-
"extends": "../../package.json"
|
113
|
-
},
|
114
111
|
"scripts": {
|
115
112
|
"build": "rollup --config",
|
116
113
|
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",
|
package/README.md
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
# ember-headless-form
|
2
|
-
|
3
|
-
[](https://github.com/CrowdStrike/ember-headless-form/actions/workflows/ci.yml)
|
4
|
-
|
5
|
-
The Ember.js addon that distills the common behavior and accessibility best practices of forms into reusable components, without any opinions on specific markup or styling. Use it to build your forms directly, or to build your opinionated forms component kit on top of it.
|
6
|
-
|
7
|
-
## Key Features
|
8
|
-
|
9
|
-
- Semantic form markup with accessibility best practices baked in
|
10
|
-
- Integrates native HTML5 validation with custom error rendering
|
11
|
-
- Extension points for custom JavaScript-based validation
|
12
|
-
- Optional ready-to-use integrations for `ember-changeset` and `yup` based validation
|
13
|
-
- Support for async state
|
14
|
-
- TypeScript / Glint support with tight types
|
15
|
-
- Octane-based v2 addon
|
16
|
-
- Fully tested
|
17
|
-
|
18
|
-
## Compatibility
|
19
|
-
|
20
|
-
- Ember.js v4.4 or above
|
21
|
-
- Embroider or ember-auto-import v2
|
22
|
-
|
23
|
-
## Installation
|
24
|
-
|
25
|
-
```
|
26
|
-
ember install ember-headless-form
|
27
|
-
```
|
28
|
-
|
29
|
-
## Usage
|
30
|
-
|
31
|
-
Visit our [documentation website](https://ember-headless-form.pages.dev/).
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
See the [Contributing](CONTRIBUTING.md) guide for details.
|
36
|
-
|
37
|
-
## License
|
38
|
-
|
39
|
-
This project is licensed under the [MIT License](LICENSE.md).
|