Skip to content

Releases: oedotme/generouted

v1.6.3

07 Dec 21:53
Compare
Choose a tag to compare

Changes

Align react-location pending and error elements naming with the route object properties pendingElement and errorElement also to match a recent update to the react-router integration:

  • Pending is renamed to PendingElement
  • Failure is renamed to ErrorElement.

Commits

  • feat: rename react-location pending and error elements 43c9ea7
  • feat: add null fallback for integrations elements/loaders/actions b397776
  • feat: exclude index prop from pages/index.tsx 878d33e

v1.6.2...v1.6.3

[email protected]

02 Dec 21:24
Compare
Choose a tag to compare

New

  • feat: support both src/pages and pages for routes definition 45b84c8

Commits

  • feat: support both src/pages and pages for routes definition 45b84c8

v1.6.1...v1.6.2

v1.6.1

28 Nov 21:39
Compare
Choose a tag to compare

New

  • Export routes array besides routes component a705b0f, closes #27
  • Support react-router route-based error element 5856340, #18

Commits

  • chore: include release in commitlint type enum fdb0b31
  • feat: export routes array besides routes component a705b0f
  • feat: support react-router route-based error element (#18) 5856340
  • chore: update package keywords 88a9290
  • chore: prefix release commits 943519c

v1.6.0...v1.6.1

[email protected]

05 Nov 16:59
Compare
Choose a tag to compare

New

  • Add React Router support (5f99521, 201a421), closes #11
  • Add Solid Router support (b9ec72b), closes #12
  • Support nested layouts with _layout (3e0ae76), closes #13
  • Support non-pages co-location inside pages directory (87ed454), closes #9

Deprecated

Usage with React Location should be now imported/accessed via generouted/react-location instead of only generouted

Commits

  • chore: skip np tests 1c5809f
  • chore: re-export react-location as the root entry w/ deprecation ad70ee6
  • chore: disable typescript declaration emit 3663760
  • chore: setup np for releases 0bdbec8
  • chore: setup husky with lint-staged and commitlint 147c7d6
  • chore: update packages 1cc4bfb
  • docs: updates for the newly added integrations 6e5b277
  • chore: update package description and keywords 95b9be8
  • docs: add solid-router basic example ec47881
  • docs: add react-router basic and nested layouts examples 43ddea4
  • docs: update react-location examples ff28735
  • feat: add solid-router integration b9ec72b
  • feat: support ignored files/directories at pages/ 87ed454
  • chore: rename index pattern to slash 9c04331
  • chore: rename arguments 5ab638b
  • feat: support nested _layout 3e0ae76
  • feat: move index to react-router route builder dfe26fc
  • chore: rename utils to core 0fa3991
  • chore: update base route pattern name 2dd4bd9
  • chore: rename catch all pattern to splat cdda0ea
  • feat: handle react-router index routes 201a421
  • feat: add react-router integration 5f99521
  • chore: update react-location entry to support other integrations 9512c66
  • chore: move current examples into react-location b3e7e80
  • refactor: add generate regular routes utility 3e2e718
  • refactor: add generate preserved routes utility 017fb73
  • feat: exclude preserved routes from regular routes glob a672669
  • chore: add path patterns utility 6a1be5d
  • chore: update packages 0cb7f7d
  • chore: update logo file path 4ddde8d
  • docs: add modal routes example ab24f0e
  • chore: update packages c6114ad
  • chore(examples): update packages 0f4dd6a

v1.5.1...v1.6.0

[email protected]

07 Sep 07:57
Compare
Choose a tag to compare
  • Support digits (thanks @lokhmakov!), uppercase letters and underscores in src/pages/** file names (@oedotme)
  • Support .jsx extension for _app|404 and src/pages/** files (@oedotme)