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
This changelog is incomplete, as it was not started until **v2** (and rehashing that far back in the past is a lot of work for very little gain). I've gone as far back as this template became "popular" (people other than me began to clone it).
* Updated Dockerfile and package.json to new Node LTS v16.13 requirement.
9
+
* Fixed Dockerfile to build PROD assets, not DEV assets.
10
+
* Fixed a bug in the `forceUppercaseOnFirst` function in the [`User model`](api/models/User.js).
11
+
* Changed default connections to datastores to have SSL enabled (must now explicitly disable SSL connections for remote servers).
12
+
* Removed use of global model names, in-favor of `sails.models` usage (for consistency, and to more easily allow disabling of global models).
13
+
14
+
### Breaking Changes
15
+
16
+
* Updated to React Router DOM v6. See: [the v5 -> v6 migration guide](https://reactrouter.com/docs/en/v6/upgrading/v5). This requires a **MAJOR** overhaul of how routes are handled.
17
+
* Moved some controllers into a "common" folder, instead of the "admin" folder (as they could be used outside of admin controls).
18
+
19
+
### Known Issues
20
+
21
+
* There is an issue with the Webpack dev server, and the way React routes are handled. Currently, if you aren't loading from an entry point, nothing renders. While this is not an issue for built assets, it is an issue if you are working with the auto-reload dev server. I'm still working on a fix for this, and suspect it's an issue from moving to new React Router.
* Updated to Bootstrap v5. There are several **breaking changes** between [Bootstrap v4](https://getbootstrap.com/docs/4.6) and [Bootstrap v5](https://getbootstrap.com/docs/5.1), see the [migration documentation](https://getbootstrap.com/docs/5.1/migration/) for the complete list of breaking changes.
10
27
* Updated all dependencies to most recent versions.
11
28
* Built out more tests to get better coverage.
12
29
* Created this CHANGELOG.
30
+
* Fixed discrepancy between DEV and PROD environment variable names.
31
+
32
+
### Breaking Changes
33
+
34
+
* Updated to Bootstrap v5 and React-Bootstrap v2. There are several **breaking changes** between [Bootstrap v4](https://getbootstrap.com/docs/4.6) and [Bootstrap v5](https://getbootstrap.com/docs/5.1), see the [migration documentation](https://getbootstrap.com/docs/5.1/migration/) for the complete list of breaking changes. Also see [the React-Bootstrap migration guide](https://react-bootstrap.github.io/migrating/).
35
+
* Changed default connections to datastores to have SSL enabled (must now explicitly disable SSL connections for remote servers).
* Made `isLoggedIn` policy clear cookie if not logged in.
83
+
84
+
This changelog is incomplete, as it was not started until **v2** (and rehashing that far back in the past is a lot of work for very little gain, the commits are there). I've gone as far back as this template became "popular" (people other than me began to clone it).
0 commit comments