Skip to content

Commit 50f71db

Browse files
v1.1.0 (#6)
1 parent df4c419 commit 50f71db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+17896
-17270
lines changed

CHANGELOG.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,38 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
1515
- Error response reporting
1616
- Non-Siren response handling
1717
- Tags for actions' `method` and `type`
18-
- Configuration options
19-
- Siren client headers
20-
- Title casing property names
2118
- Display original JSON source (in addition to current state)
2219
- Support for multi-`select`
2320

2421
### Changed
2522

26-
- Center location form
2723
- Update location input control value to show current location
2824

25+
## 1.1.0
26+
27+
### Added
28+
29+
- Settings
30+
- Customize HTTP headers to be sent in each request
31+
- Toggle title casing property names
32+
33+
### Changed
34+
35+
- Upgraded `@siren-js/client` from v0.1.0 to v0.3.1, which allows for custom
36+
HTTP headers, supports more field type submission, and fixes submitting no
37+
value
38+
- Location form is now centered
39+
40+
### Fixed
41+
42+
- [#3]: Actions are now properly submitted with the Enter key.
43+
- [#4]: Navbar is now visible on touch devices.
44+
- [#5]: Generating content for empty property values.
45+
46+
[#3]: https://github.com/siren-js/api-browser/issues/3
47+
[#4]: https://github.com/siren-js/api-browser/issues/4
48+
[#5]: https://github.com/siren-js/api-browser/issues/5
49+
2950
## 1.0.0 - 2021-05-31
3051

3152
### Added

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In the project directory, you can run the following commands
6565

6666
The build is minified and the filenames include the hashes. Your app is ready
6767
to be deployed!
68-
68+
6969
See the section about [deployment] for more information.
7070

7171
[testing]: https://facebook.github.io/create-react-app/docs/running-tests

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Siren.js API Browser
2-
3-
Siren API browser implemented with [Siren.js client][client], [React], and
4-
[Bulma].
5-
6-
[client]: https://github.com/siren-js/client
7-
[bulma]: https://bulma.io/documentation
8-
[react]: https://reactjs.org
9-
10-
## Contributing
11-
12-
If you would like to contribute anything from a bug report to a code change, see
13-
our [contribution guidelines](CONTRIBUTING.md).
1+
# Siren.js API Browser
2+
3+
Siren API browser implemented with [Siren.js client][client], [React], and
4+
[Bulma].
5+
6+
[client]: https://github.com/siren-js/client
7+
[bulma]: https://bulma.io/documentation
8+
[react]: https://reactjs.org
9+
10+
## Contributing
11+
12+
If you would like to contribute anything from a bug report to a code change, see
13+
our [contribution guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)